summaryrefslogtreecommitdiff
path: root/Mailman/database/model/mailinglist.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the database subpackage, primarily by removing the 'model'Barry Warsaw2007-12-081-257/+0
* More Unicodification; fixed two more doctests.Barry Warsaw2007-11-081-1/+1
* Target Mailman onto the Storm <http://storm.canonical.com> Python ORM. ThisBarry Warsaw2007-11-041-115/+118
* Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and ElixirBarry Warsaw2007-10-311-114/+112
* Remove the action.py module, move this to Mailman/interfaces/__init__.py.Barry Warsaw2007-10-101-4/+6
* Changes to support the Approved/Approve header with the new userBarry Warsaw2007-10-061-2/+1
* Removed a bunch of files that are obsolete. The interfaces are all foldedBarry Warsaw2007-09-271-8/+2
* OMGW00T: After over a decade, the MailList mixin class is gone! Well,Barry Warsaw2007-09-211-0/+48
* Get bin/add_members and bin/list_members to work again (for the mostBarry Warsaw2007-09-201-0/+5
* InitTempVars() is completely eradicated. The only bit I think weBarry Warsaw2007-09-191-1/+5
* Fixed a problem where members of a deleted mailing list were hanging around.Barry Warsaw2007-08-051-0/+1
* It all started by trying to remove MailList.Create() and use the IListManagerBarry Warsaw2007-08-051-12/+14
* Conversion of the ToDigest tests to doctests, along with just enough handlerBarry Warsaw2007-07-101-1/+1
* Convert TestHold to a doctest and update code as necessary. No generalBarry Warsaw2007-07-031-0/+7
* Convert the CookHeaders tests in test_handlers to using doctests, split upBarry Warsaw2007-06-211-1/+2
* Convert the AfterDelivery handler test to a doctest. Also, change theBarry Warsaw2007-06-181-1/+1
* Remove both the model and interface for RosterSets. These are no longer usedBarry Warsaw2007-06-181-0/+12
* Update the IUser interface and tests, specifically as it relates toBarry Warsaw2007-06-151-3/+0
* More test updates based on simplified data model. Rosters are gone so theBarry Warsaw2007-06-101-0/+3
* Implement the new, simplified membership model. Rosters and RosterSets asBarry Warsaw2007-06-091-108/+14
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-0/+275