summaryrefslogtreecommitdiff
path: root/src/mailman/database/postgresql.py (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-02More consistency in the way post-configuration changes are processed. LessBarry Warsaw9-49/+74
2012-07-02Fix NEWS entry.Barry Warsaw1-2/+2
2012-07-02 * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw32-148/+436
2012-06-27Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw14-39/+89
2012-05-11Add a test to ensure that the re-raising of the exception occurs.Barry Warsaw1-3/+7
2012-05-11 * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw4-2/+110
2012-05-09False rather than 0Barry Warsaw1-1/+1
2012-04-27 * List-Post should be NO when posting is not allowed. (LP: #987563)Barry Warsaw3-4/+34
2012-04-25General code cleanup.Barry Warsaw109-464/+431
2012-04-22 - Remove an obsolete script.Barry Warsaw2-191/+3
2012-04-22- Modernize the module by using future imports. Some byte literals areBarry Warsaw1-8/+19
2012-04-22 - Print functionBarry Warsaw1-8/+8
2012-04-22 - Convert the CLI modules to use print_function.Barry Warsaw3-22/+21
2012-04-22 - Module modernatizations (print function).Barry Warsaw15-187/+245
2012-04-22Two more module modernizations and transaction context manager uses.Barry Warsaw2-8/+9
2012-04-22 - Module modernization by adding the print_function() import.Barry Warsaw8-76/+86
2012-04-22 - Modernize the helpers.py module by using print() functions.Barry Warsaw1-16/+18
2012-04-22 - Modernize the layers.py module by using print().Barry Warsaw1-6/+7
2012-04-22Update the IDatabase interface.Barry Warsaw1-2/+5
2012-04-22- Simplify the transactional() decorator.Barry Warsaw1-13/+39
2012-04-20Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw3-14/+9
2012-04-07 * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw5-3/+49
2012-04-07 * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw4-5/+57
2012-04-06Remove redundant, obsolete test data. This stuff all lives in flufl.bounceBarry Warsaw87-10367/+0
2012-04-06Add missing bug reference.Barry Warsaw1-1/+1
2012-04-06Whitespace normalization.Barry Warsaw1-2/+0
2012-04-06 * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw11-193/+364
2012-04-04 * A mailing list's *moderator password* is no longer stored in the clear; itBarry Warsaw5-221/+449
2012-04-02 - Improve the NNTP doctest.Barry Warsaw3-120/+47
2012-04-01The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw4-34/+197
2012-04-01 - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw4-42/+128
2012-03-31More tests, though still not 100% coverage.Barry Warsaw3-21/+56
2012-03-31 * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw14-63/+202
2012-03-28Fix a few typos, and the creation of index.html symlink to make PyPI happy.Barry Warsaw3-7/+11
2012-03-28Remove a few more obsolete scripts.Barry Warsaw4-749/+0
2012-03-28Remove another obsolete script.Barry Warsaw2-151/+1
2012-03-26Remove obsolete script.Barry Warsaw1-660/+0
2012-03-26Add bug tagBarry Warsaw1-1/+1
2012-03-26Beta 2 of course.Barry Warsaw1-1/+1
2012-03-26ArchitectureBarry Warsaw21-96/+345
2012-03-26Update documentation post-sprint for Beta releases.Stephen J. Turnbull4-18/+309
2012-03-24Prep for next version.Barry Warsaw1-3/+3
2012-03-23Fix documentation skew.Barry Warsaw1-1/+1
2012-03-23Last minute emergency bandaid for bug LP: #963612Barry Warsaw2-29/+44
2012-03-23Prepping for 3.0b1.Barry Warsaw2-2/+2
2012-03-23Test repair.Barry Warsaw1-1/+1
2012-03-23Verp all messages to the -owners. Add a test to prove that email to -ownersBarry Warsaw3-0/+153
2012-03-23Add the OwnerPipeline, with tests, and rename some things for consistency.Barry Warsaw3-7/+73
2012-03-23Add a doctest for owner recipients.Barry Warsaw2-0/+63
2012-03-23- Move some normal recipient tests to unittests.Barry Warsaw7-44/+259