summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrations will be replaced with Alchemy.Barry Warsaw2014-09-2211-1682/+0
* Bump copyright years.Barry Warsaw2014-01-015-5/+5
* Checkpointing.Barry Warsaw2013-11-251-2/+18
* Only do the cleanup if we're not using SQLite.Barry Warsaw2013-10-241-1/+0
* trunk mergeBarry Warsaw2013-09-011-3/+3
|\
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-181-3/+3
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-017-48/+175
|/
* Bump copyright years.Barry Warsaw2013-01-013-3/+3
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-302-3/+4
* Remove mailinglist.private_roster.Barry Warsaw2012-12-302-2/+5
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-302-6/+4
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-302-5/+7
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-303-2/+220
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-292-2/+0
* LP: #975692 phase 1Barry Warsaw2012-12-282-0/+5
* DatabaseBarry Warsaw2012-10-164-2/+112
* Port the schema migration changes for LP: #1024509 to PostgreSQL.Barry Warsaw2012-09-051-6/+36
* * Schema migrations (LP: #1024509)Barry Warsaw2012-09-042-3/+45
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-042-27/+60
* A few fixes for schema migration on PostgreSQL.Barry Warsaw2012-08-201-3/+8
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-192-4/+4
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-265-22/+390
|\
| * And now, working for PostgreSQL.Barry Warsaw2012-07-251-0/+3
| * Working for SQLite:Barry Warsaw2012-07-252-10/+20
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-252-26/+0
| * Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-252-12/+14
| * Checkpointing Postgres port of test suite.Barry Warsaw2012-07-232-19/+70
| * Get test suite completely working:Barry Warsaw2012-07-202-14/+25
| * newsgroup_moderationBarry Warsaw2012-04-081-1/+1
| * - Rename the model attributes.Barry Warsaw2012-04-082-8/+11
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-083-0/+314
|/
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-222-0/+4
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-172-0/+2
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-162-0/+2
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-152-6/+6
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-072-4/+4
* Reserve the mm_ prefix for MailmanBarry Warsaw2012-03-051-0/+0
* 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-124-0/+721