summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_control.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-2/+3
| | | | | | | | * 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.
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-051-5/+5
| | | | * In most human readable text, qrunner -> queue runner
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Add bin/mailman reopen and bin/mailman restartBarry Warsaw2009-10-061-9/+37
| | | | Add .log prefix onto default logging file names.
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-061-0/+169