summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removing metaConfigures in i18n and event (they are now in App, as requested)ancient-zope3Gary Poster2002-12-181-53/+0
* Two changes that were far reaching and interdependent.Jim Fulton2002-11-193-120/+0
* Modified translation service and message catalog interface to be able toFlorent Guillaume2002-10-062-5/+5
* Modified translation service and message catalog interface to be able toFlorent Guillaume2002-10-066-14/+23
* Fixed some typos and missing words to make the documentation clear.Sidnei da Silva2002-08-231-5/+5
* Fixed a typo on docstring. retruns -> returns.Sidnei da Silva2002-08-231-2/+2
* Renamed (changed service type id) if all services with names ending inJim Fulton2002-07-162-5/+5
* Get rid of the locale dir at this point too, since we added it in theStephan Richter2002-07-114-88/+0
* I moved the OFS-specific parts of the Translation Service toStephan Richter2002-07-1127-2212/+2
* - Added descriptions to last ServicesStephan Richter2002-07-112-108/+78
* Some early docs.Stephan Richter2002-07-111-0/+63
* Adjustments to DTML and other codeStephan Richter2002-07-113-6/+18
* translate(): Fixed an obvious syntax error that the (port to) Zope2Barry Warsaw2002-07-011-3/+2
* Fix all occurences of "def test_suite(): pass".Martijn Pieters2002-07-016-12/+12
* Okay, I fixed the the VFS implementation again. There is quiet some work leftStephan Richter2002-06-292-3/+2
* Added II18nAware interface.Marius Gedminas2002-06-243-0/+177
* Finished implementingJim Fulton2002-06-231-5/+6
* Forgot to include i18n translation service to new-type service creation menu....Gary Poster2002-06-222-7/+11
* Gary and Jim implemented most of:Jim Fulton2002-06-202-2/+0
* implemented:Jim Fulton2002-06-205-17/+11
* ChangedJim Fulton2002-06-181-1/+2
* implementedJim Fulton2002-06-181-5/+5
* testGlobalTranslationService(): Moved hereBarry Warsaw2002-06-181-2/+35
* testSimpleNoTranslate(): Move this to testGlobalTranslationService.Barry Warsaw2002-06-181-18/+1
* testDefaultLanguages(): Add a test of the gts:defaultLanguagesBarry Warsaw2002-06-181-12/+19
* Added defaultLanguages() hooked up to the gts:defaultLanguages directive.Barry Warsaw2002-06-181-2/+7
* Added the gts:defaultLanguages directive, and untabbified.Barry Warsaw2002-06-181-0/+4
* Added <gts:defaultLanguages languages="en" /> to set the defaultBarry Warsaw2002-06-181-0/+1
* Add "language fallbacks". IOW, if no catalog for the requestedBarry Warsaw2002-06-181-4/+32
* Renamed request getResponse method to read-only response property.Jim Fulton2002-06-183-26/+26
* changed foo-meta.zcml in tests to meta.zcmlSteve Alexander2002-06-175-9/+7
* i18n-meta.zcml was renamed to meta.zcmlBarry Warsaw2002-06-171-2/+2
* changed package-meta.zcml to meta.zcmlSteve Alexander2002-06-171-0/+0
* Ooops, forgot a little change here...now Zope will start up again.Stephan Richter2002-06-161-2/+2
* Commit part 1:Stephan Richter2002-06-1636-275/+1769
* Finished Zope 3 Unicode support. Zope 3 should now be able to handle allStephan Richter2002-06-143-25/+23
* Similar to the Language Negotiator I created a Charset negotiator, whichStephan Richter2002-06-142-0/+37
* Committing again...Stephan Richter2002-06-141-4/+3
* Wrote some code that will convert form and cookie keys and values toStephan Richter2002-06-141-3/+4
* Added Headers to the translation .po files and fixed a bug in the tests.Stephan Richter2002-06-1313-9/+52
* Finished translating the TranslationService translate screen and provide aStephan Richter2002-06-137-44/+88
* Check in some files I forgot to add earlier.Stephan Richter2002-06-136-13/+241
* Made another small abstraction as promised yesterday. I made a specialStephan Richter2002-06-135-21/+57
* YEAH! The first translations work. If you switch your user language to 'de'Stephan Richter2002-06-136-10/+11
* same as last message. Temporary removal of i18n namespaceSteve Alexander2002-06-121-1/+1
* Code cleanups.Barry Warsaw2002-06-121-4/+3
* Added back a bunch of tests and rhythms lost in the last checkin.Barry Warsaw2002-06-121-50/+58
* testdir(): Move the calculation of the test's dirctory into a separateBarry Warsaw2002-06-121-9/+9
* testGetMessages(): Simplify via a list comprehension.Barry Warsaw2002-06-121-2/+2
* Use absolute import paths instead of relative intra-package paths.Barry Warsaw2002-06-121-14/+11