summaryrefslogtreecommitdiff
path: root/src/mailman/database (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Updates for the latest releases of flufl.enum and flufl.i18n.Barry Warsaw2010-05-021-1/+1
* Happy New Year.Barry Warsaw2010-01-014-4/+4
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-1020-2389/+144
* Convert bin/inject to bin/mailman injectBarry Warsaw2009-09-193-4/+8
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-262-8/+6
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-2/+0
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-262-3/+1
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-262-16/+7
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-212-8/+14
* 'mailman info' command.Barry Warsaw2009-08-121-0/+2
* 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-071-1/+2
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-262-2/+7
* De-u-literal-ify our doctests.Barry Warsaw2009-07-171-1/+1
* Wow. Put domains into the database.Barry Warsaw2009-07-164-9/+183
* Clean a few more lints.Barry Warsaw2009-07-101-0/+6
* More REST server updates.Barry Warsaw2009-06-292-34/+0
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-162-9/+7
* rsplit -> rpartitionBarry Warsaw2009-05-152-5/+5
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-032-4/+8
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-033-35/+234
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-232-4/+64
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-225-36/+117
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-192-10/+14
* Refactor.Barry Warsaw2009-02-191-3/+0
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-192-4/+11
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-172-6/+0
* Add a "mock and monkey" layer to set up testing infrastructure, e.g. forBarry Warsaw2009-02-171-3/+3
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-162-0/+120
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-122-5/+34
* Massive digester rework.Barry Warsaw2009-02-042-5/+5
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2519-0/+2191