| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * The column `mailinglist.new_member_options` was unused, and has been | Barry Warsaw | 2012-12-30 | 1 | -2/+0 |
| * | Remove some leftovers. | Barry Warsaw | 2012-12-29 | 1 | -3/+0 |
| * | Revert the addition of the mailinglist.style_name column, as well as the | Barry Warsaw | 2012-12-29 | 1 | -4/+3 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 1 | -0/+1 |
| * | * Two new events are triggered on membership changes: `SubscriptionEvent` | Barry Warsaw | 2012-12-23 | 3 | -2/+32 |
| * | Fix cross-references. | Barry Warsaw | 2012-12-17 | 1 | -1/+1 |
| * | * Simplify moderator.rst and requests.rst so they serve a better purpose as | Barry Warsaw | 2012-12-17 | 2 | -808/+86 |
| * | Complete the exposure of subscription request moderation via REST (still needs | Barry Warsaw | 2012-12-16 | 1 | -1/+3 |
| * | Expose held subscription/unsubscription requests via the API. | Barry Warsaw | 2012-12-15 | 1 | -0/+3 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -2/+1 |
| * | Database | Barry Warsaw | 2012-10-16 | 1 | -29/+32 |
| * | * Schema migrations (LP: #1024509) | Barry Warsaw | 2012-09-04 | 1 | -1/+1 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 9 | -65/+117 |
| * | * Removed obsolete `IMailingList` attribute `generic_nonmember_action. | Barry Warsaw | 2012-08-19 | 1 | -1/+0 |
| * | * Non-unicode values in msgdata broke pending requests. (LP: #1031391) | Barry Warsaw | 2012-08-17 | 1 | -6/+20 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 2 | -9/+11 |
| |\ |
|
| | * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 1 | -1/+1 |
| | * | Refactor to better handling the difference between a testing database and a | Barry Warsaw | 2012-07-25 | 1 | -0/+4 |
| | * | trunk merge | Barry Warsaw | 2012-07-06 | 24 | -266/+339 |
| | |\
| |/
|/| |
|
| * | | Replace flufl.password with passlib, albeit with a wrapper. | Barry Warsaw | 2012-06-27 | 1 | -1/+1 |
| * | | General code cleanup. | Barry Warsaw | 2012-04-25 | 21 | -72/+88 |
| * | | - Module modernatizations (print function). | Barry Warsaw | 2012-04-22 | 14 | -182/+236 |
| * | | - Module modernization by adding the print_function() import. | Barry Warsaw | 2012-04-22 | 1 | -11/+14 |
| | * | - Rename the model attributes. | Barry Warsaw | 2012-04-08 | 1 | -7/+5 |
| |/ |
|
| * | * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. | Barry Warsaw | 2012-04-07 | 2 | -2/+32 |
| * | * An `AddressVerificationEvent` is triggered when an `IAddress` is verified | Barry Warsaw | 2012-04-07 | 2 | -5/+40 |
| * | * A mailing list's *moderator password* is no longer stored in the clear; it | Barry Warsaw | 2012-04-04 | 1 | -3/+3 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 4 | -12/+11 |
| * | - Move some normal recipient tests to unittests. | Barry Warsaw | 2012-03-23 | 1 | -4/+4 |
| * | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 1 | -0/+2 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 1 | -1/+2 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 1 | -1/+2 |
| * | | * Add property `IRoster.member_count`. | Barry Warsaw | 2012-03-15 | 2 | -27/+198 |
| * | | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 10 | -57/+55 |
| |/ |
|
| * | Clean up of style test code, along with refactoring of corner cases to | Barry Warsaw | 2012-03-12 | 1 | -0/+3 |
| * | * Mailing lists get multiple chains and pipelines. For example, normal | Barry Warsaw | 2012-03-07 | 1 | -2/+2 |
| * | Template indirection now also in effect for regular and digest headers and | Barry Warsaw | 2012-03-04 | 1 | -4/+4 |
| * | Fix welcome_message_uri to do the placeholder interpolations guaranteed in the | Barry Warsaw | 2012-03-04 | 2 | -1/+5 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 2 | -78/+85 |
| * | - Test welcome message notifications. | Barry Warsaw | 2012-03-04 | 1 | -0/+1 |
| * | * Support downloading templates by URI, including mailman:// URIs. This is | Barry Warsaw | 2012-03-03 | 2 | -5/+5 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -4/+5 |
| * | * Schema migrations have been implemented. | Barry Warsaw | 2012-02-12 | 1 | -1/+1 |
| * | Flesh out the moderation doctest. | Barry Warsaw | 2012-01-30 | 1 | -1/+1 |
| * | * Held messages can now be moderated through the REST API. Mailing list | Barry Warsaw | 2012-01-30 | 4 | -17/+75 |
| * | * Remove previously deprecated `IListManager.get_mailing_lists()`. | Barry Warsaw | 2012-01-27 | 1 | -6/+0 |
| * | * Add property `IListmanager.name_compoments` which returns 2-tuples for | Barry Warsaw | 2012-01-27 | 2 | -5/+31 |
| * | Three performance improvements. | Barry Warsaw | 2012-01-27 | 1 | -6/+8 |
| * | Storm now has a "load hook" which we can use to restore the rosters when the | Barry Warsaw | 2012-01-27 | 2 | -10/+9 |
| * | * Add property `IUserManager.members` to return all `IMembers` in the system. | Barry Warsaw | 2012-01-26 | 2 | -0/+39 |