| Commit message (Expand) | Author | Age | Files | Lines |
| * | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 1 | -6/+0 |
| * | Pass all tests with PYTHONWARNINGS=error. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| * | Clean up pass. | Barry Warsaw | 2014-09-22 | 1 | -1/+1 |
| * | * change declarative_base class to use ModelMeta class | Abhilash Raj | 2014-09-06 | 1 | -1/+1 |
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 28 | -28/+28 |
| * | Trunk merge | Barry Warsaw | 2014-04-14 | 39 | -43/+105 |
| |\ |
|
| | * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -0/+24 |
| | * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 39 | -39/+39 |
| | * | Checkpointing. | Barry Warsaw | 2013-11-25 | 3 | -15/+42 |
| | * | Joanna's branch | Barry Warsaw | 2013-10-27 | 1 | -0/+11 |
| | |\ |
|
| | | * | Changes for enabling/disabling archivers. | Joanna Skrzeszewska | 2013-09-08 | 1 | -0/+11 |
| * | | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes. | Barry Warsaw | 2014-04-14 | 2 | -2/+3 |
| |\ \ \
| |/ /
|/| /
| |/ |
|
| * | | trunk merge | Barry Warsaw | 2013-09-01 | 12 | -12/+12 |
| |\| |
|
| | * | Switch to PEP 435 enums from flufl.enums. | Barry Warsaw | 2013-06-18 | 12 | -12/+12 |
| * | | Migrate bounceevent.list_name -> bounceevent.list_id | Barry Warsaw | 2013-09-01 | 1 | -2/+2 |
| |/ |
|
| * | * `bin/runner` command has been simplified and its command line options | Barry Warsaw | 2013-06-17 | 1 | -8/+9 |
| * | * Add `subject_prefix` to the `IMailingList` interface, and clarify the | Barry Warsaw | 2013-05-30 | 1 | -1/+13 |
| * | add comment | Barry Warsaw | 2013-05-30 | 1 | -0/+2 |
| * | PEP 435 enums won't allow extensibility through inheritance. | Barry Warsaw | 2013-05-02 | 1 | -1/+6 |
| * | * Non-queue runners should not create ``var/queue`` subdirectories. Fixed by | Barry Warsaw | 2013-01-20 | 1 | -0/+4 |
| |\ |
|
| | * | Test added to non_queue_runner bug | Sandesh Kumar Agrawal | 2013-01-17 | 1 | -0/+4 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 39 | -39/+39 |
| * | Revert the addition of the mailinglist.style_name column, as well as the | Barry Warsaw | 2012-12-29 | 1 | -3/+0 |
| * | LP: #975692 phase 1 | Barry Warsaw | 2012-12-28 | 2 | -40/+11 |
| * | * Two new events are triggered on membership changes: `SubscriptionEvent` | Barry Warsaw | 2012-12-23 | 1 | -0/+31 |
| * | Configuration | Barry Warsaw | 2012-11-04 | 1 | -0/+11 |
| * | * Python 2.7 is not required. Python 2.6 is no longer officially supported. | Barry Warsaw | 2012-10-31 | 1 | -5/+1 |
| * | Database | Barry Warsaw | 2012-10-16 | 1 | -25/+17 |
| * | * Added support for Postfix `relay_domains` setting for better virtual domain | Barry Warsaw | 2012-10-12 | 1 | -4/+4 |
| * | * The link between members and the mailing lists they are subscribed to, is | Barry Warsaw | 2012-09-04 | 4 | -14/+35 |
| * | * The policy for archiving has now been collapsed into a single enum, called | Barry Warsaw | 2012-07-26 | 4 | -13/+54 |
| |\ |
|
| | * | Working for SQLite: | Barry Warsaw | 2012-07-25 | 1 | -3/+7 |
| | * | The final bit of refactoring puts the specifics of making a temporary database | Barry Warsaw | 2012-07-25 | 1 | -13/+6 |
| | * | Refactor to better handling the difference between a testing database and a | Barry Warsaw | 2012-07-25 | 1 | -6/+15 |
| | * | Checkpointing Postgres port of test suite. | Barry Warsaw | 2012-07-23 | 1 | -0/+13 |
| | * | trunk merge | Barry Warsaw | 2012-07-06 | 4 | -2/+96 |
| | |\
| |/
|/| |
|
| * | | * `passlib`_ is now used for all password hashing instead of flufl.password. | Barry Warsaw | 2012-07-02 | 2 | -0/+78 |
| * | | * When a queue runner gets an exception in its _dispose() method, a | Barry Warsaw | 2012-05-11 | 1 | -0/+13 |
| * | | Update the IDatabase interface. | Barry Warsaw | 2012-04-22 | 1 | -2/+5 |
| | * | - Rename the model attributes. | Barry Warsaw | 2012-04-08 | 2 | -2/+12 |
| | * | - Refactor the way databases are schema-migrated so that load_migrations() | Barry Warsaw | 2012-04-08 | 1 | -0/+8 |
| |/ |
|
| * | * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes. | Barry Warsaw | 2012-04-07 | 2 | -1/+15 |
| * | * An `AddressVerificationEvent` is triggered when an `IAddress` is verified | Barry Warsaw | 2012-04-07 | 1 | -0/+15 |
| * | * Header check specifications in the `mailman.cfg` file have changed quite | Barry Warsaw | 2012-04-06 | 1 | -4/+4 |
| * | * The `news` runner and queue has been renamed to the more accurate `nntp`. | Barry Warsaw | 2012-03-31 | 1 | -2/+2 |
| * | Architecture | Barry Warsaw | 2012-03-26 | 1 | -0/+9 |
| * | Add an owner chain and pipeline to the schema, model, and interface. Plumb | Barry Warsaw | 2012-03-22 | 1 | -1/+19 |
| * | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 2 | -14/+23 |
| * | Merge the Pipermail eradication branch. The scrubber is also removed. | Barry Warsaw | 2012-03-17 | 4 | -18/+17 |
| |\ |
|
| | * | * Pipermail has been eradicated. | Barry Warsaw | 2012-03-16 | 3 | -1/+13 |