summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Show that session counts are kept and can be reset.Barry Warsaw2009-10-182-2/+27
* Show that the session count is zero at first.Barry Warsaw2009-10-182-27/+22
* Infrastructure for testing the Connection class, and for counting the numberBarry Warsaw2009-10-185-59/+214
* Use lazr.smtptest instead of our own SMTPServer and test SMTPd.Barry Warsaw2009-10-156-163/+24
* When testing, the signal.pause() is a problem because the TestableMaster isBarry Warsaw2009-10-153-6/+16
* Bye bye mailmanctl, long live 'bin/mailman start'Barry Warsaw2009-10-091-234/+0
* Add bin/mailman reopen and bin/mailman restartBarry Warsaw2009-10-063-13/+44
* Move mailmanctl start and stop commands into bin/mailman.Barry Warsaw2009-10-064-8/+312
* Play much more nicely with buildout, and use a better mechanism for declaringBarry Warsaw2009-09-251-0/+9
* whitespaceBarry Warsaw2009-09-191-1/+1
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-1914-105/+319
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-2613-37/+53
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-269-31/+53
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-2627-145/+215
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-2626-61/+75
* Remove the special cases for pylint. Version 0.18 "works" out of the box now...Barry Warsaw2009-08-252-5/+68
* Fix buglet.Barry Warsaw2009-08-251-0/+1
* TweaksBarry Warsaw2009-08-241-3/+4
* Better titleBarry Warsaw2009-08-241-5/+5
* Updates to documentation.Barry Warsaw2009-08-243-21/+38
* Documentation reorganization and update.Barry Warsaw2009-08-2416-0/+4863
* Post-release bump of version number.Barry Warsaw2009-08-211-3/+3
* Test updates and repair.xoBarry Warsaw2009-08-2142-85/+139
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-2110-17/+34
* mailmanctl must use absolute importsBarry Warsaw2009-08-173-1/+5
* Clean ups.Barry Warsaw2009-08-171-5/+1
* Use an adapter instead of custom handleException() code to return a 404Barry Warsaw2009-08-172-10/+10
* We don't need the AadminWebServiceRequest any more.Barry Warsaw2009-08-172-11/+5
* Use the new lazr.restful.simple.Publication as a base class.Barry Warsaw2009-08-171-50/+7
* The basics of 'mailman members --add'.Barry Warsaw2009-08-163-1/+105
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-166-44/+104
* Add the 'mailman remove' command.Barry Warsaw2009-08-144-85/+137
* Remove old fileBarry Warsaw2009-08-131-130/+0
* 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-123-28/+100
* Add more tests for the 'mailman create' command.Barry Warsaw2009-08-121-0/+55
* Add command line creation of mailing lists.Barry Warsaw2009-08-122-3/+164
* Refactor.Barry Warsaw2009-08-121-3/+3
* 'mailman info' command.Barry Warsaw2009-08-124-1/+109
* bin/mailman help as an alias for bin/mailman --helpBarry Warsaw2009-08-094-3/+53
* Rename files inside src/mailman/commands to indicate whether it's an emailBarry Warsaw2009-08-096-7/+4
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-0910-259/+403
* Use Storm 0.15's new GenerationalCache.Barry Warsaw2009-08-081-1/+2
* Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'.Barry Warsaw2009-08-074-10/+29
* Pick some lint.Barry Warsaw2009-08-063-4/+2
* Minor fixes.Barry Warsaw2009-08-062-2/+1
* Get rid of the Traverse class by checking for None returned from ob.get().Barry Warsaw2009-08-063-54/+5
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-064-7/+22
* Whitespace cleanupBarry Warsaw2009-08-051-1/+0
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-269-14/+87