summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
* Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-6/+0
* Pass all tests with PYTHONWARNINGS=error.Barry Warsaw2014-09-221-1/+1
* Clean up pass.Barry Warsaw2014-09-221-1/+1
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2828-28/+28
* Trunk mergeBarry Warsaw2014-04-1439-43/+105
|\
| * Several internal improvements:Barry Warsaw2014-01-061-0/+24
| * Bump copyright years.Barry Warsaw2014-01-0139-39/+39
| * Checkpointing.Barry Warsaw2013-11-253-15/+42
| * Joanna's branchBarry Warsaw2013-10-271-0/+11
| |\
| | * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-0/+11
* | | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-142-2/+3
|\ \ \ | |/ / |/| / | |/
* | trunk mergeBarry Warsaw2013-09-0112-12/+12
|\|
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-1812-12/+12
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-011-2/+2
|/
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-171-8/+9
* * Add `subject_prefix` to the `IMailingList` interface, and clarify theBarry Warsaw2013-05-301-1/+13
* add commentBarry Warsaw2013-05-301-0/+2
* PEP 435 enums won't allow extensibility through inheritance.Barry Warsaw2013-05-021-1/+6
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-201-0/+4
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-0/+4
|/
* Bump copyright years.Barry Warsaw2013-01-0139-39/+39
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-291-3/+0
* LP: #975692 phase 1Barry Warsaw2012-12-282-40/+11
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-231-0/+31
* ConfigurationBarry Warsaw2012-11-041-0/+11
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-5/+1
* DatabaseBarry Warsaw2012-10-161-25/+17
* * Added support for Postfix `relay_domains` setting for better virtual domainBarry Warsaw2012-10-121-4/+4
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-044-14/+35
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-264-13/+54
|\
| * Working for SQLite:Barry Warsaw2012-07-251-3/+7
| * The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-13/+6
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-6/+15
| * Checkpointing Postgres port of test suite.Barry Warsaw2012-07-231-0/+13
| * trunk mergeBarry Warsaw2012-07-064-2/+96
| |\ | |/ |/|
* | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-022-0/+78
* | * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-111-0/+13
* | Update the IDatabase interface.Barry Warsaw2012-04-221-2/+5
| * - Rename the model attributes.Barry Warsaw2012-04-082-2/+12
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-081-0/+8
|/
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-072-1/+15
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-071-0/+15
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-061-4/+4
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-2/+2
* ArchitectureBarry Warsaw2012-03-261-0/+9
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-221-1/+19
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-222-14/+23
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-174-18/+17
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-163-1/+13