summaryrefslogtreecommitdiff
path: root/src/mailman/database/schema/postgres.sql (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-07 * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw1-2/+2
2012-03-06Consistent use of assertMultiLineEqual().Barry Warsaw7-39/+24
2012-03-05Reserve the mm_ prefix for MailmanBarry Warsaw2-5/+6
2012-03-05Fix a typo in guess_extension(), and add a test.Barry Warsaw3-3/+48
2012-03-05Update NEWSBarry Warsaw2-1/+2
2012-03-05Fix header/footer interpolations when personalizing messages.Barry Warsaw5-29/+168
2012-03-04Template indirection now also in effect for regular and digest headers andBarry Warsaw11-106/+349
2012-03-04Fix welcome_message_uri to do the placeholder interpolations guaranteed in theBarry Warsaw8-4/+43
2012-03-04Rename the confirmation template, and ensure that we get it via the templateBarry Warsaw2-2/+6
2012-03-04 * A welcome message is sent when the user confirms their subscription viaBarry Warsaw11-110/+248
2012-03-04- Test welcome message notifications.Barry Warsaw8-43/+160
2012-03-03Remove obsolete translations.Barry Warsaw67-487331/+0
2012-03-03 * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw16-43/+485
2012-03-03 * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw8-204/+248
2012-03-01 * Added a `help` email command.Barry Warsaw11-32/+266
2012-03-01Restore the RFC 2369 headers to accepted list posts.Barry Warsaw5-9/+105
2012-03-01Prevent the `confirm` command from running more than once on the same token.Barry Warsaw3-3/+57
2012-02-29print functions!Barry Warsaw2-16/+18
2012-02-29 * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw8-73/+180
2012-02-29Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2-3/+49
2012-02-29Remove test turd.Barry Warsaw1-3/+0
2012-02-29Don't try to double join someone via a single email command.Barry Warsaw3-0/+104
2012-02-28Greatly improve handling non-ascii in email commands.Barry Warsaw2-8/+118
2012-02-27 * The `mailman.cfg` configuration file will now automatically be detected ifBarry Warsaw3-6/+45
2012-02-26 * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw5-17/+120
2012-02-12 * Schema migrations have been implemented.Barry Warsaw20-69/+318
2012-01-30Flesh out the moderation doctest.Barry Warsaw2-10/+67
2012-01-30 * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw17-57/+495
2012-01-27 * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments.Barry Warsaw4-2/+69
2012-01-27 * Remove previously deprecated `IListManager.get_mailing_lists()`.Barry Warsaw3-13/+1
2012-01-27 * Add property `IListmanager.name_compoments` which returns 2-tuples forBarry Warsaw5-6/+38
2012-01-27Three performance improvements.Barry Warsaw1-6/+8
2012-01-27Storm now has a "load hook" which we can use to restore the rosters when theBarry Warsaw2-10/+9
2012-01-26A faster implementation of SubscriptionService.get_members().Barry Warsaw2-13/+22
2012-01-26 * Add property `IUserManager.members` to return all `IMembers` in the system.Barry Warsaw4-1/+43
2012-01-07typoBarry Warsaw1-1/+1
2012-01-01copybumpBarry Warsaw272-272/+272
2012-01-01Replace the password stuff with flufl.password.Barry Warsaw10-619/+18
2011-11-13 * `bin/mailman shell` is an alias for `withlist`.Barry Warsaw2-0/+12
2011-11-06* Stop adding the X-BeenThere header.Barry Warsaw13-352/+349
2011-11-04A couple of small cleanups.Barry Warsaw2-5/+2
2011-11-02* Fix a couple of spelling errors.Barry Warsaw10-34/+43
2011-10-30Remove extraneous `test_suite()` functions. zope.testrunner willBarry Warsaw31-667/+11
2011-10-24 * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw10-18/+83
2011-10-24LP: #872391, fix Retry runner bug with unit testStephen A. Goss2-1/+66
2011-10-23Add some minimal documentation about setting up the database.Barry Warsaw2-0/+72
2011-10-23Fix a few bogus sort order assumptions uncovered by the PostgreSQL tests.Barry Warsaw1-2/+3
2011-10-23Sort the address memberships, first by mailing list fqdn, then by emailBarry Warsaw1-2/+8
2011-10-23Add database specific pre- and post- reset callbacks. Use this to implementBarry Warsaw3-1/+42
2011-10-22digest_size_thresholds should be floats. This still doesn't work inBarry Warsaw2-2/+2