summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | * Show devmode in `bin/mailman info` output. (LP: #1035028)Barry Warsaw2012-08-174-7/+13
* | * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-173-6/+33
* | * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-153-8/+8
* | * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-2642-209/+1472
|\ \
| * | And now, working for PostgreSQL.Barry Warsaw2012-07-251-0/+3
| * | Working for SQLite:Barry Warsaw2012-07-2513-41/+135
| * | The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-255-65/+94
| * | Fix resetting PostgreSQL databases, thus making the full test suite pass withBarry Warsaw2012-07-254-45/+38
| * | Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-254-39/+52
| * | The version component is no longer necessary.Barry Warsaw2012-07-251-3/+0
| * | Refactor a slightly better way of indicating which tables should be reset byBarry Warsaw2012-07-251-9/+9
| * | Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-2513-137/+129
| * | A few more tweaks to get PostgreSQL working.Barry Warsaw2012-07-253-11/+5
| * | One more refactoring.Barry Warsaw2012-07-254-21/+21
| * | Refactor once again for SQLite/PostgreSQL differences.Barry Warsaw2012-07-254-68/+46
| * | No need to parameterize the exceptions, since Storm does this for us.Barry Warsaw2012-07-253-7/+3
| * | Very nearly there with PostgreSQL support for testing the beta2 migration.Barry Warsaw2012-07-258-62/+205
| * | Checkpointing Postgres port of test suite.Barry Warsaw2012-07-239-104/+496
| * | Add a few more tests.Barry Warsaw2012-07-201-1/+18
| * | Get test suite completely working:Barry Warsaw2012-07-208-55/+119
| * | trunk mergeBarry Warsaw2012-07-2041-180/+543
| |\ \ | |/ / |/| |
* | | Update news with bug issue.Barry Warsaw2012-07-031-1/+1
* | | More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-029-49/+74
* | | Fix NEWS entry.Barry Warsaw2012-07-021-2/+2
* | | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-0232-148/+436
* | | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-2713-38/+88
| * | trunk mergeBarry Warsaw2012-06-03131-1008/+1039
| |\ \ | |/ / |/| |
* | | trunk mergeBarry Warsaw2012-05-144-2/+114
|\ \ \
| * | | Add a test to ensure that the re-raising of the exception occurs.Barry Warsaw2012-05-111-3/+7
| * | | * When a queue runner gets an exception in its _dispose() method, aBarry Warsaw2012-05-114-2/+110
* | | | False rather than 0Barry Warsaw2012-05-091-1/+1
|/ / /
* | | * List-Post should be NO when posting is not allowed. (LP: #987563)Barry Warsaw2012-04-273-4/+34
* | | General code cleanup.Barry Warsaw2012-04-25108-464/+430
* | | - Remove an obsolete script.Barry Warsaw2012-04-222-191/+3
* | | - Modernize the module by using future imports. Some byte literals areBarry Warsaw2012-04-221-8/+19
* | | - Print functionBarry Warsaw2012-04-221-8/+8
* | | - Convert the CLI modules to use print_function.Barry Warsaw2012-04-223-22/+21
* | | - Module modernatizations (print function).Barry Warsaw2012-04-2215-187/+245
* | | Two more module modernizations and transaction context manager uses.Barry Warsaw2012-04-222-8/+9
* | | - Module modernization by adding the print_function() import.Barry Warsaw2012-04-228-76/+86
* | | - Modernize the helpers.py module by using print() functions.Barry Warsaw2012-04-221-16/+18
* | | - Modernize the layers.py module by using print().Barry Warsaw2012-04-221-6/+7
* | | Update the IDatabase interface.Barry Warsaw2012-04-221-2/+5
* | | - Simplify the transactional() decorator.Barry Warsaw2012-04-221-13/+39
* | | Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-203-14/+9
| |/ |/|
| * Separate out the migration test methods so that the ones testing that theBarry Warsaw2012-04-206-34/+45
| * newsgroup_moderationBarry Warsaw2012-04-082-1/+8
| * - Rename the model attributes.Barry Warsaw2012-04-0812-49/+54
| * - Refactor the way databases are schema-migrated so that load_migrations()Barry Warsaw2012-04-0811-27/+537
|/
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-075-3/+49