summaryrefslogtreecommitdiff
path: root/src/mailman/database (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-072-4/+4
* Reserve the mm_ prefix for MailmanBarry Warsaw2012-03-052-5/+6
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-042-8/+8
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-032-8/+8
* * Schema migrations have been implemented.Barry Warsaw2012-02-1210-44/+307
* copybumpBarry Warsaw2012-01-016-6/+6
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-062-2/+0
* * Fix a couple of spelling errors.Barry Warsaw2011-11-022-14/+23
* Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw2011-10-233-1/+42
* digest_size_thresholds should be floats. This still doesn't work inBarry Warsaw2011-10-222-2/+2
* - Be a little more careful about preparing the SQL statements for executionBarry Warsaw2011-10-222-5/+14
* - Ensure that class removal is deterministic.Barry Warsaw2011-10-222-28/+49
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-226-15/+455
|\
| * LP: #860159 (experimental) PostgreSQL supportStephen A. Goss2011-09-262-4/+344
* | * 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-232-23/+23
* 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-132-2/+5
* 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
* Happy New Year.Barry Warsaw2011-01-014-4/+4
* 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
|\
* | Upgrade from using the locknix package to using flufl.lock.Barry Warsaw2010-11-271-1/+1
|/
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-082-5/+0
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-1/+1
* 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