summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | branch mergeBarry Warsaw2012-07-2110-60/+157
| |\ \
| | * | 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-2042-181/+544
| | |\ \ | |_|/ / |/| | |
| | * | trunk mergeBarry Warsaw2012-06-03132-1008/+1040
| | |\ \
| | * | | Separate out the migration test methods so that the ones testing that theBarry Warsaw2012-04-206-34/+45
| * | | | trunk mergeBarry Warsaw2012-07-06162-1200/+1590
| |\ \ \ \ | |/ / / / |/| / / / | |/ / /
* | | | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-0342-181/+544
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| * | | fixesBarry Warsaw2012-06-270-0/+0
| * | | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-2714-39/+89
|/ / /
* | | 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-25109-464/+431
* | | Several non-functional improvements to the code base.Barry Warsaw2012-04-2236-537/+460
|\ \ \
| * | | - 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-213-14/+9
|\ \ \ | |_|/ |/| |
| * | Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-203-14/+9
|/ /
| * 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
* * An `AddressVerificationEvent` is triggered when an `IAddress` is verifiedBarry Warsaw2012-04-074-5/+57