summaryrefslogtreecommitdiff
path: root/src/mailman/docs/lifecycle.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documentation reorganization.Barry Warsaw2010-01-121-143/+0
|
* * Add REST interface for joining a mailing list.Barry Warsaw2009-12-281-1/+1
| | | | | | * add_member() now returns the newly created IMember. * Reorganized several exceptions and exposed them to the REST API. * Added NoSuchListError.
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-5/+8
| | | | IUserManager utility.
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-7/+9
|
* Test updates and repair.xoBarry Warsaw2009-08-211-1/+3
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-1/+1
|
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-23/+23
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+136
correctly regardless of how it's used.