summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Create a branch that allows us to use this package as a library (without ↵3.4.0.1-repozeChris McDonough2007-11-022-5/+12
| | | | inappropriate dependencies).
* Make repoze branch to perform setup.py fixes that allow us to use this ↵Chris McDonough2007-11-020-0/+0
| | | | sanely as a library rather than as a Zope plugin.
* Create release tag.3.4.0Stephan Richter2007-10-030-0/+0
|
* Adjust the meta-data for the release.Stephan Richter2007-10-033-20/+34
|
* bumped versionThomas Lotze2007-08-151-2/+2
|
* bumped versionThomas Lotze2007-08-151-1/+1
|
* fixed dependency on zope.component to use the zcml extraThomas Lotze2007-08-082-3/+5
|
* Forgot new file.Stephan Richter2007-07-191-0/+8
|
* * Fixed another number formatting bug.Stephan Richter2007-07-194-53/+95
| | | | | * Provide better package meta-data.
* Prepare for beta 3.Stephan Richter2007-06-281-4/+3
|
* - Bug: There was a bug in the parser that if no decimal place is givenStephan Richter2007-06-283-7/+23
| | | | | | you still had to type the decimal symbol. Corrected this problem (one character ;-) and provided a test.
* Add change notes.Stephan Richter2007-06-251-1/+5
|
* Provided hook, so that numbers can be parsed into custom types, such as Stephan Richter2007-06-253-1/+22
| | | | decimal.
* - added section for new versionChristian Theune2007-06-101-0/+4
|
* - removed setup.cfgChristian Theune2007-06-101-2/+0
|
* - bumping version numberChristian Theune2007-06-101-1/+1
|
* - bumped version of required zope.security to get fix for hidden zope.testingChristian Theune2007-06-102-2/+11
| | | | dependency
* - reformattingChristian Theune2007-06-101-16/+19
|
* added find-links to zope.orgChristian Zagrodnick2007-06-011-0/+1
|
* Moving code to satellite.Christian Theune2007-05-03276-0/+54243
|\
| * Add missing cleanup code to zope.i18n unit tests.backups/monolithic-zope3@75140Marius Gedminas2007-01-202-0/+6
| |
| * Declared docstring format being 'restructuredtext'.2006-10-242-34/+38
| | | | | | | | | | | | If we omit to declare, code samples are not rendered properly through APIDOC. Added empty line before code block, if missing. Removed wrong indentations.
| * remove note that's no longer relevent.Chris Withers2006-07-071-5/+0
| |
| * clarify an interface that is currently unused.Chris Withers2006-07-061-1/+5
| |
| * Merged revision 68836 from the 3.3 branch:Dmitry Vasiliev2006-06-251-4/+7
| | | | | | | | Added pattern representation for parse() error messages
| * Merged revision 68769 from the 3.3 branch:Dmitry Vasiliev2006-06-206-98/+67
| | | | | | | | | | | | | | Fixed issue 531: Spurious i18n deprecation warnings. Also a little bit restructured tests and removed long ago deprecated behaviour of translate().
| * Merge of jim-adapter branch:Jim Fulton2006-04-2711-60/+239
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This branch has three major refactorings on it: - A redesign of the adapter registration machinery - A major simplification of local component management See zope.component.interfaces.IComponentRegistry. - A flexible system for combining component registries. - A beginning of the migration of packages out of zope.app. - A new package for doing deferred imports. This allows you to make names available at the package level without creating circular imports. See zope.deferredimport and see zope.component.__init__ for examples of it's use. This package also provides a way to deprecate names in a module. - Deprecation of zope. i18nmessageid.MessageID I should have created checkin messages for individual sets of related changes, but there were just too many for the time allowed.
| | * Move charset/language adapter setup to zope.i18n.testing.monolithic-zope3-jim-adapterPhilipp von Weitershausen2006-04-191-0/+29
| | |
| | * Move directive schemas and handlers of elementary directives (adapter, ↵Philipp von Weitershausen2006-04-111-1/+1
| | | | | | | | | | | | | | | | | | subscriber, utility) to zope.component.zcml. Tests aren't moved yet (and BBB isn't provided either)
| | * Fix test by moving it to the correct location (after ZCML stuff had beenPhilipp von Weitershausen2006-04-091-0/+58
| | | | | | | | | | | | moved to zope.i18n).
| | * More on MakeZopeAppSmaller:Philipp von Weitershausen2006-04-073-0/+140
| | | | | | | | | | | | | | | | | | * Moved i18n:registerTranslations directive handler from zope.app.i18n to zope.i18n. * Moved l10n-related directives next to the corresponding implementation.
| | * Update with changes from old jim-adapter branch.Philipp von Weitershausen2006-04-040-0/+0
| | | | | | | | | | | | | | | | | | | | | Command used: $ svn merge svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@41413 \ svn+ssh://philikon@svn.zope.org/repos/main/Zope3/branches/jim-adapter@66386 .
| | * Fix test that must have slipped my attention: messages are immutable,Philipp von Weitershausen2006-04-041-2/+2
| | | | | | | | | | | | hence pass the mapping to the constructor
| | * Get rid of deprecated mutable message ids that are slated for removal inPhilipp von Weitershausen2006-04-043-0/+370
| | | | | | | | | | | | Zope 3.3.
| | * Use correct import path now that the BBB stuff is gonePhilipp von Weitershausen2006-03-012-0/+164
| |
| * Fixed zope.i18n.interpolate:Dmitry Vasiliev2006-01-053-54/+40
| | | | | | | | | | | | | | | | - now if the variable wasn't found in the mapping no substitution will happens. - fixed interpolation in case "$name $$name", only the first variable will be substituted.
| * Merged from jin-i18n-branch:Jim Fulton2006-01-034-0/+140
| |\ | | | | | | | | | | | | | | | | | | | | | r40233 | jim | 2005-11-18 14:31:10 -0500 (Fri, 18 Nov 2005) | 4 lines Added an API for collating text and a fallback implementation. (Apps that really care will probably use an ICU-based adapter that we will provide soonish.)
| * | Make the test do all of what I intended, not just part.Gary Poster2005-12-201-4/+4
| | |
| * | Add a picklable offset-based timezone to pytz, a la zope.app.datetimeutils. ↵Gary Poster2005-12-192-12/+7
| | | | | | | | | | | | | | | | | | | | | Add tests in zope.i18n to show that we need something like it, and then actually use it in zope.18n.format. The changes to pytz need to be approved by Stuart Bishop. This fix needs to then be ported to the 3.2 branch.
| * | Backed out 40616. Need a proposal first.Jim Fulton2005-12-074-140/+0
| | |
| * | Added an API for collating text and a fallback implementation.Jim Fulton2005-12-074-0/+140
| |\ \ | | |/ | | | | | | | | | (Apps that really care will probably use an ICU-based adapter that we will provide soonish. Watch the zope.ucol project.)
| | * Added an API for collating text and a fallback implementation.monolithic-zope3-jim-i18n-devJim Fulton2005-11-184-0/+760
| | | | | | | | | | (Apps that really care will probably use an ICU-based adapter that we will provide soonish.)
| * Fixed issue 442.Stephan Richter2005-11-131-2/+2
| |
| * Changed the strategy for handling fallback domains. We want fallbackJim Fulton2005-11-097-65/+97
| | | | | | | | | | | | | | | | | | | | | | domains to know what domain they fell back from to generate useful "test" translations. Now, when we can't find a domain, we try to get a fallback-domain factory which is used to compute a fallback domain on the fly. Also, the test language now shows default values in translations. This is helpful for recognizing message ids and, in tests, for verifying that the correct default was used.
| * Added logic to use fallback domains when a message id lacks a domainJim Fulton2005-11-082-1/+78
| | | | | | | | or when a domain can't be found.
| * Added support for use in fallback domains.Jim Fulton2005-11-082-1/+25
| |
| * Added logic to ignore message domains for fallback domains.Jim Fulton2005-11-082-5/+36
| |
| * Added "test" message catalog for testing i18n. If you specifyJim Fulton2005-11-083-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | ++lang++test in a URL, then all translated strings will be translated to [[domain][message_id], as in "[[zope][Preview]]". Text without the domain marker isn't translated. Unfortunately, currently you can't tell if it wasn't translated because it lacked a message id or if it wasn't translated because there was no message catalog. Yes, this is a new feature, but it's needed to write tests for bug fixes. :P
| * Fixed docstrings and whitespaces.Stephan Richter2005-10-301-1/+1
| |
| * Merged the hdima-language-namespace branch.Dmitry Vasiliev2005-10-261-2/+9
| | | | | | | | | | For details see doc/CHANGES.txt and http://www.zope.org/Wikis/DevSite/Projects/ComponentArchitecture/LanguageNamespace