summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2421-670/+479
* Post-release bump of version number.Barry Warsaw2009-08-212-3/+8
* NewsBarry Warsaw2009-08-211-0/+1
* Test updates and repair.xoBarry Warsaw2009-08-2142-85/+139
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-2111-225/+247
* 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-0911-261/+404
* 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
* * Expose IMailingLists in the API.Barry Warsaw2009-07-254-14/+59
* Expose 'transaction' as an alias for config.db in the doctest globs. ThisBarry Warsaw2009-07-216-9/+50
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-209-24/+112
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1852-415/+461
* De-u-literal-ify our doctests.Barry Warsaw2009-07-1717-163/+164
* Wow. Put domains into the database.Barry Warsaw2009-07-1629-263/+515
* Clean a few more lints.Barry Warsaw2009-07-1014-90/+106
* Pick some lintBarry Warsaw2009-07-103-10/+3
* More lint picking.Barry Warsaw2009-07-046-13/+17
* Remove some unused stuff and pick some lint.Barry Warsaw2009-07-012-74/+2
* Basic Sphinx documentation generation.Barry Warsaw2009-06-302-2/+17
* Many pylint cleanups.Barry Warsaw2009-06-3015-41/+206
* Integrate pylint and Sphinx documentation buildout targets.Barry Warsaw2009-06-306-0/+441
* Implement returning multiple domains, a single specific domain, and raising aBarry Warsaw2009-06-292-1/+87
* Add an adapter for IDomain to IAbsoluteURL and add some zope.security onionsBarry Warsaw2009-06-295-11/+56
* Set testing threads as daemon so they won't hang.Barry Warsaw2009-06-293-4/+6