summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor MTA alias creation.Barry Warsaw2011-06-101-13/+61
* Major terminology shift:Barry Warsaw2011-06-013-24/+24
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-292-2/+2
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-2/+0
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-2/+2
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-0/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-013-24/+40
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-0/+4
* * Start to get rid of pylint; it's more trouble than it's worth and pyflakesBarry Warsaw2010-12-221-0/+37
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-0813-33/+91
* Refactor the actual imports into a utility. This leaves the command toBarry Warsaw2010-05-061-0/+2
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-0/+26
* Tests for import.Barry Warsaw2010-04-041-0/+26
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-2/+2
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-273-1/+46
* Support filtering by delivery status.Barry Warsaw2010-01-231-0/+72
* Add filtering by delivery mode.Barry Warsaw2010-01-231-0/+37
* -o/--outputBarry Warsaw2010-01-231-0/+25
* Refactoring and basic tests for membership display.Barry Warsaw2010-01-231-13/+60
* For 'bin/mailman members':Barry Warsaw2010-01-231-5/+6
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-45/+85
* Merge trunkBarry Warsaw2009-12-121-1/+1
|\
| * OS X doesn't have /bin/trueBarry Warsaw2009-12-111-1/+1
* | * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-101-1/+2
|/
* Migrate unshunt to the bin/mailman command.Barry Warsaw2009-12-101-0/+145
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-083-9/+69
* 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-061-4/+28
* Add tests for -leave with one of your alternative addresses.Barry Warsaw2009-12-061-0/+29
* Implement the 'leave' email command.Barry Warsaw2009-12-061-3/+35
* * Fix a test based on updated output.Barry Warsaw2009-12-061-2/+2
* Replace the old bin/dumpdb with 'bin/mailman qfile'.Barry Warsaw2009-12-041-0/+67
* 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-281-0/+62
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-281-0/+18
* Rework the 'bin/mailman lists' arguments to be more likely useful in theBarry Warsaw2009-11-281-33/+46
* Moderate testing of the withlist command.Barry Warsaw2009-11-261-0/+122
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-0/+37
* Add 'bin/mailman version' command (identical to bin/mailman --version)Barry Warsaw2009-11-031-0/+11
* Add bin/mailman reopen and bin/mailman restartBarry Warsaw2009-10-061-0/+3
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-061-0/+128
* whitespaceBarry Warsaw2009-09-191-1/+1
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-197-8/+193
* 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-262-2/+4
* Test updates and repair.xoBarry Warsaw2009-08-212-9/+13
* The basics of 'mailman members --add'.Barry Warsaw2009-08-161-0/+60
* Add the 'mailman remove' command.Barry Warsaw2009-08-142-1/+82
* The language manager is not test-isolated. For now, just use a fake languageBarry Warsaw2009-08-131-3/+3