| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -1/+10 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 1 | -0/+9 |
| * | | * Improved "8 mile high" document distilled by Stephen Turnbull from the | Barry Warsaw | 2012-03-16 | 2 | -0/+192 |
| |\ \ |
|
| | * | | Use minlen to disentagle the POSTING queue. | Stephen J. Turnbull | 2012-03-15 | 1 | -5/+4 |
| | * | | Remove redundant PNGs. | Stephen J. Turnbull | 2012-03-15 | 3 | -0/+0 |
| | * | | We gots a graphviz! Now WAT?! | Stephen J. Turnbull | 2012-03-15 | 1 | -22/+22 |
| | * | | groups help | Stephen J. Turnbull | 2012-03-15 | 1 | -41/+39 |
| | * | | source, chains, sink subgraphs form | Stephen J. Turnbull | 2012-03-15 | 1 | -40/+44 |
| | * | | Improved layout of graphviz version of chains. | Stephen J. Turnbull | 2012-03-14 | 1 | -8/+7 |
| | * | | Combine my sprint work into Andrea's. | Stephen J. Turnbull | 2012-03-14 | 2 | -7/+0 |
| | * | | Merge my sprint changes into Andrea's branch. | Stephen J. Turnbull | 2012-03-14 | 6 | -0/+197 |
| | |\ \
| | |/
| |/| |
|
| | | * | Sphinxify docs: add conf.py, contents.rst. | Stephen J. Turnbull | 2012-03-13 | 3 | -3/+78 |
| | | * | Add overview document based on PyCon sprint briefing by Barry Warsaw. | Stephen J. Turnbull | 2012-03-13 | 4 | -0/+122 |
| * | | | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 1 | -0/+1 |
| * | | | * Mailing list resources now have a `member_count` attribute which gives the | Barry Warsaw | 2012-03-15 | 1 | -0/+2 |
| |\ \ \ |
|
| * | | | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -0/+4 |
| |/ / / |
|
| * | | | * Subscription disabled probe warning notification messages are now sent | Barry Warsaw | 2012-03-14 | 1 | -0/+2 |
| |\ \ \ |
|
| | * | | | Subscription disabled warnings are now sent without a Precedence: | Mark Sapiro | 2012-03-14 | 1 | -0/+2 |
| | |/ / |
|
| * / / | * The Prototype archiver now stores its files in maildir format inside of | Barry Warsaw | 2012-03-14 | 1 | -0/+2 |
| |/ / |
|
| * | | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 1 | -0/+9 |
| * | | * Global ``-C`` option now accepts an absolute path to the configuration | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| |\| |
|
| * | | Typo | Barry Warsaw | 2012-03-12 | 1 | -1/+1 |
| * | | * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav. | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| * | | * IPython support in `bin/mailman shell` contributed by Andrea Crotti. | Barry Warsaw | 2012-03-12 | 1 | -0/+2 |
| |\| |
|
| * | | * The experimental `maildir` runner is removed. Use LMTP. | Barry Warsaw | 2012-03-12 | 1 | -0/+1 |
| |/ |
|
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 1 | -0/+7 |
| * | Update NEWS | Barry Warsaw | 2012-03-05 | 1 | -0/+2 |
| * | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 2012-03-04 | 1 | -4/+10 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 1 | -0/+1 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -0/+2 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 1 | -0/+12 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -0/+4 |
| * | * Added a `help` email command. | Barry Warsaw | 2012-03-01 | 1 | -0/+1 |
| * | print functions! | Barry Warsaw | 2012-02-29 | 1 | -1/+1 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -0/+3 |
| * | * The `mailman.cfg` configuration file will now automatically be detected if | Barry Warsaw | 2012-02-27 | 1 | -0/+2 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -0/+2 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 3 | -3/+4 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 1 | -0/+13 |
| * | * `IMailTransportAgentAliases` now explicitly accepts duck-typed arguments. | Barry Warsaw | 2012-01-27 | 1 | -1/+2 |
| * | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 2012-01-27 | 1 | -0/+1 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 1 | -0/+2 |
| * | A faster implementation of SubscriptionService.get_members(). | Barry Warsaw | 2012-01-26 | 1 | -0/+4 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | * `bin/mailman shell` is an alias for `withlist`. | Barry Warsaw | 2011-11-13 | 1 | -0/+4 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -0/+3 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 1 | -2/+6 |
| * | * Fixed KeyError in retry runner, contributed by Stephen A. Goss. | Barry Warsaw | 2011-10-24 | 1 | -0/+5 |
| * | PostgreSQL support contributed by Stephen A. Goss, with refactoring and test | Barry Warsaw | 2011-10-23 | 2 | -0/+75 |
| |\ |
|
| | * | Add some minimal documentation about setting up the database. | Barry Warsaw | 2011-10-23 | 1 | -0/+71 |
| |/ |
|