summaryrefslogtreecommitdiff
path: root/src/mailman/commands (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Support filtering by delivery status.Barry Warsaw2010-01-232-1/+109
* Add filtering by delivery mode.Barry Warsaw2010-01-232-0/+66
* -o/--outputBarry Warsaw2010-01-232-6/+45
* Refactoring and basic tests for membership display.Barry Warsaw2010-01-232-17/+87
* For 'bin/mailman members':Barry Warsaw2010-01-232-17/+16
* Happy New Year.Barry Warsaw2010-01-0115-15/+15
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-2/+2
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-123-48/+88
* Merge trunkBarry Warsaw2009-12-121-1/+1
|\
| * OS X doesn't have /bin/trueBarry Warsaw2009-12-111-1/+1
* | IRegistrar.register() now requires a mailing list argument. This fixes theBarry Warsaw2009-12-101-1/+1
* | * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-103-5/+8
|/
* Typo.Barry Warsaw2009-12-101-0/+1
* Add missing import.Barry Warsaw2009-12-101-0/+2
* Migrate unshunt to the bin/mailman command.Barry Warsaw2009-12-102-0/+214
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-086-17/+84
* Fix some test failures:Barry Warsaw2009-12-082-0/+6
* Only a verified address can be used to unsubscribe someone from a mailing list.Barry Warsaw2009-12-062-7/+39
* Add tests for -leave with one of your alternative addresses.Barry Warsaw2009-12-062-2/+39
* Implement the 'leave' email command.Barry Warsaw2009-12-062-6/+55
* * Fix a test based on updated output.Barry Warsaw2009-12-063-2/+77
* * Mostly eradicate mentions of mailmanctl.Barry Warsaw2009-12-051-5/+5
* Replace the old bin/dumpdb with 'bin/mailman qfile'.Barry Warsaw2009-12-042-0/+163
* fix a testBarry Warsaw2009-11-291-9/+9
* Fix a test and make Sphinx happy.Barry Warsaw2009-11-281-2/+2
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-282-0/+126
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-282-3/+27
* Rework the 'bin/mailman lists' arguments to be more likely useful in theBarry Warsaw2009-11-282-58/+77
* Moderate testing of the withlist command.Barry Warsaw2009-11-262-1/+123
* Flesh out --runBarry Warsaw2009-11-261-12/+40
* * The start of a conversion of bin/withlist to bin/mailman withlistBarry Warsaw2009-11-262-1/+188
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-243-10/+61
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-158-9/+9
* Move a module.Barry Warsaw2009-11-041-1/+1
* Add 'bin/mailman version' command (identical to bin/mailman --version)Barry Warsaw2009-11-033-1/+60
* Add bin/mailman reopen and bin/mailman restartBarry Warsaw2009-10-062-9/+40
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-062-0/+297
* whitespaceBarry Warsaw2009-09-191-1/+1
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-198-8/+297
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+5
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-264-5/+9
* Fix buglet.Barry Warsaw2009-08-251-0/+1
* Test updates and repair.xoBarry Warsaw2009-08-212-9/+13
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-212-4/+5
* The basics of 'mailman members --add'.Barry Warsaw2009-08-162-0/+104
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-164-41/+81
* Add the 'mailman remove' command.Barry Warsaw2009-08-143-2/+137
* The language manager is not test-isolated. For now, just use a fake languageBarry Warsaw2009-08-131-3/+3
* Tests for setting an owner and the language. A test for notifications, andBarry Warsaw2009-08-122-3/+92
* Add more tests for the 'mailman create' command.Barry Warsaw2009-08-121-0/+55