summaryrefslogtreecommitdiff
path: root/src/mailman/docs/languages.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-110/+0
|
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-4/+29
| | | | | | | | * Fix a few small typos in exception handlers. * Move the initialization of the Zope Component Architecture into the first initialization step. The only reason we couldn't do that previously was because the domain object referenced the config, causing a circularity problem. Refactor the Domain implementation to avoid that.
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-2/+2
|
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-3/+3
| | | | | | | language manager stuff into a separate Language class, and be clearer in the APIs about whether we want a language code or a Language instance. The impetus to this was to get rid of Utils.GetCharSet(), which is done.
* Clean up and reorganization languages and the language manager.Barry Warsaw2009-02-101-64/+45
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+104
correctly regardless of how it's used.