summaryrefslogtreecommitdiff
path: root/src/mailman/database/mailman.sql (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-322/+0
|\
* | * Build the Sphinx documentation with `python setup.py build_sphinx` insteadBarry Warsaw2011-10-051-0/+2
|/
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-11/+11
* Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-221-1/+1
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-1/+1
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-271-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-1/+1
* * 'where' -> contextBarry Warsaw2011-05-131-1/+1
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-0/+11
* newlineBarry Warsaw2011-04-221-1/+1
* Give IMembers a unique member id. We have to do this in order to give them aBarry Warsaw2011-04-221-4/+13
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-205/+216
* Users now have a preferred address which can be set, changed, and deleted.Barry Warsaw2011-04-161-18/+23
* add_member()Barry Warsaw2011-04-081-1/+1
* * Re-organize the interface between buildout.cfg and the zope.testing layerBarry Warsaw2011-04-011-0/+1
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-1/+6
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-2/+8
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-3/+3
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-1/+1
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-1/+1
* Wow. Put domains into the database.Barry Warsaw2009-07-161-5/+15
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-031-2/+5
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-6/+15
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-231-1/+15
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-1/+11
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-191-5/+7
* Refactor.Barry Warsaw2009-02-191-3/+0
* Eradicate hold_and_cmd_autoresponses.Barry Warsaw2009-02-171-1/+0
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-161-0/+20
* Massive digester rework.Barry Warsaw2009-02-041-2/+2
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+208