| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Configuration | Barry Warsaw | 2012-11-04 | 4 | -17/+11 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 3 | -47/+20 |
| * | Database | Barry Warsaw | 2012-10-16 | 3 | -70/+85 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 8 | -62/+56 |
| * | * Non-unicode values in msgdata broke pending requests. (LP: #1031391) | Barry Warsaw | 2012-08-17 | 1 | -0/+12 |
| * | More consistency in the way post-configuration changes are processed. Less | Barry Warsaw | 2012-07-02 | 1 | -1/+10 |
| * | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 2 | -20/+3 |
| * | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 3 | -10/+8 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 5 | -16/+13 |
| * | - Module modernatizations (print function). | Barry Warsaw | 2012-04-22 | 1 | -5/+9 |
| * | Whitespace normalization. | Barry Warsaw | 2012-04-06 | 1 | -2/+0 |
| * | * Header check specifications in the `mailman.cfg` file have changed quite | Barry Warsaw | 2012-04-06 | 2 | -22/+46 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -4/+4 |
| * | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 2 | -4/+4 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 3 | -16/+8 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 1 | -5/+6 |
| | * | Eradicate Pipermail. Everything but the scrubber test works. That will take | Barry Warsaw | 2012-03-15 | 2 | -11/+2 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 8 | -51/+53 |
| * | | * Subscription disabled probe warning notification messages are now sent | Barry Warsaw | 2012-03-14 | 4 | -21/+75 |
| |\ \
| |/
|/| |
|
| | * | Fixed a logic error and added more conditions to the doctest. | Mark Sapiro | 2012-03-14 | 1 | -0/+38 |
| | * | Subscription disabled warnings are now sent without a Precedence: | Mark Sapiro | 2012-03-14 | 1 | -1/+3 |
| |/ |
|
| * | * The LMTP server now requires that the incoming message have a `Message-ID`, | Barry Warsaw | 2012-03-13 | 3 | -25/+97 |
| * | * Fix `test_moderation` for timezones East of UTC+0000, given by blacktav. | Barry Warsaw | 2012-03-12 | 1 | -3/+4 |
| * | Clean up of style test code, along with refactoring of corner cases to | Barry Warsaw | 2012-03-12 | 1 | -162/+0 |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 2 | -11/+11 |
| * | Consistent use of assertMultiLineEqual(). | Barry Warsaw | 2012-03-06 | 4 | -21/+14 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 2 | -3/+33 |
| * | Rename the confirmation template, and ensure that we get it via the template | Barry Warsaw | 2012-03-04 | 1 | -2/+6 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 2 | -3/+11 |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 3 | -14/+130 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 4 | -3/+256 |
| * | * Major redesign of the template search system, fixing LP: #788309. $var_dir | Barry Warsaw | 2012-03-03 | 1 | -10/+14 |
| * | Restore the RFC 2369 headers to accepted list posts. | Barry Warsaw | 2012-03-01 | 1 | -8/+24 |
| * | Prevent the `confirm` command from running more than once on the same token. | Barry Warsaw | 2012-03-01 | 1 | -0/+1 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -4/+20 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -3/+2 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 3 | -11/+25 |
| * | A faster implementation of SubscriptionService.get_members(). | Barry Warsaw | 2012-01-26 | 1 | -13/+18 |
| * | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 2012-01-26 | 1 | -1/+1 |
| * | copybump | Barry Warsaw | 2012-01-01 | 18 | -18/+18 |
| * | Replace the password stuff with flufl.password. | Barry Warsaw | 2012-01-01 | 2 | -5/+7 |
| * | * Stop adding the X-BeenThere header. | Barry Warsaw | 2011-11-06 | 1 | -68/+11 |
| * | * Fix a couple of spelling errors. | Barry Warsaw | 2011-11-02 | 1 | -1/+1 |
| * | Remove extraneous `test_suite()` functions. zope.testrunner will | Barry Warsaw | 2011-10-30 | 5 | -46/+0 |
| * | * Implement the style manager as a utility instead of an attribute hanging | Barry Warsaw | 2011-10-24 | 2 | -3/+5 |
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 8 | -0/+0 |
| * | * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208) | Barry Warsaw | 2011-09-07 | 1 | -24/+15 |
| * | * Four new events are created, and notifications are sent during domain | Barry Warsaw | 2011-09-02 | 2 | -1/+44 |
| * | * User and Member ids are now proper UUIDs. The UUIDs are pended as unicodes, | Barry Warsaw | 2011-08-30 | 8 | -64/+246 |
| |\ |
|
| | * | LP: #834130 add moderators and owners through REST API w/tests | Stephen A. Goss | 2011-08-25 | 3 | -17/+24 |
| |/ |
|