summaryrefslogtreecommitdiff
path: root/src/mailman/bin/checkdbs.py
Commit message (Collapse)AuthorAgeFilesLines
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-11/+11
| | | | package.
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-1/+3
|
* Remove Utils.ParseEmail() and Utils.midnight().Barry Warsaw2009-02-121-2/+11
|
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-8/+8
| | | | | | | 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.
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+199
correctly regardless of how it's used.