| Commit message (Expand) | Author | Age | Files | Lines |
| * | Checkpointing. | Barry Warsaw | 2015-04-14 | 1 | -5/+6 |
| * | Refactorings and tests. | Barry Warsaw | 2015-03-29 | 1 | -2/+2 |
| * | Save the workflow state in the database | Aurélien Bompard | 2015-03-25 | 1 | -2/+2 |
| * | Add a table to store workflow states | Aurélien Bompard | 2015-03-25 | 1 | -0/+5 |
| * | Documentation fixes, given by Abhilash Raj. | Barry Warsaw | 2015-03-13 | 2 | -9/+9 |
| |\ |
|
| | * | change bin/mailman to mailman everwhere in docs | Abhilash Raj | 2015-03-12 | 2 | -3/+3 |
| |/ |
|
| * | We don't need the lazr.config workaround any more. | Barry Warsaw | 2015-01-05 | 1 | -13/+2 |
| * | We don't need the 'six' package any more. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 9 | -9/+9 |
| * | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg`` | Barry Warsaw | 2015-01-03 | 4 | -4/+9 |
| * | Correct a comment. | Barry Warsaw | 2015-01-02 | 1 | -2/+2 |
| * | Add $cfg_file as an expansion variable for relative paths in the mailman.cfg | Barry Warsaw | 2015-01-02 | 2 | -8/+16 |
| * | Even if we're not loading a user-defined mailman.cfg file (i.e. the user ran | Barry Warsaw | 2015-01-02 | 1 | -1/+3 |
| * | * You can access the system configuration via the resource path | Barry Warsaw | 2014-12-26 | 1 | -0/+3 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 4 | -21/+7 |
| * | Make sure that TestConfigurationErrors doesn't break global state. | Barry Warsaw | 2014-12-16 | 1 | -4/+13 |
| * | Use listid instead of (fqdn) listname in the metadata pickle. | Barry Warsaw | 2014-12-15 | 2 | -29/+9 |
| * | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files. | Barry Warsaw | 2014-12-15 | 1 | -4/+5 |
| * | Checkpointing. | Barry Warsaw | 2014-11-30 | 2 | -25/+29 |
| * | Trunk merge | Barry Warsaw | 2014-11-09 | 1 | -6/+5 |
| |\ |
|
| | * | * You no longer have to edit `src/mailman/testing/testing.cfg` to run the | Barry Warsaw | 2014-11-09 | 1 | -6/+5 |
| * | | Trunk merge. | Barry Warsaw | 2014-11-02 | 4 | -33/+29 |
| |\| |
|
| | * | Database | Barry Warsaw | 2014-11-01 | 4 | -33/+29 |
| | |\ |
|
| | | * | Merge in the last of Aurelien's changes, and make the test suite pass with | Barry Warsaw | 2014-10-31 | 1 | -1/+1 |
| | | * | Move alembic settings to a separate alembic.cfg. | Barry Warsaw | 2014-10-13 | 2 | -5/+20 |
| | | * | Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry. | Barry Warsaw | 2014-10-13 | 2 | -62/+8 |
| | | |\ |
|
| | | | * | Merge Barry's changes | Aurélien Bompard | 2014-10-13 | 2 | -2/+3 |
| | | | |\
| | | |/
| | |/| |
|
| | | * | | Add the [logging.database] section and use it to configure the SQLAlchemy and | Barry Warsaw | 2014-10-12 | 1 | -0/+3 |
| | | * | | Remove some unused stuff. | Barry Warsaw | 2014-10-11 | 1 | -2/+0 |
| | | * | | Merge Abhilash's latest revisions. | Barry Warsaw | 2014-10-11 | 1 | -2/+2 |
| | | | * | * remove migrate command | Abhilash Raj | 2014-10-10 | 2 | -21/+4 |
| | | | * | merge branch from abompard | Abhilash Raj | 2014-10-10 | 2 | -41/+8 |
| | | | |\ |
|
| | | | | * | Include Alembic and SQLAlchemy logging into the Mailman logging system | Aurélien Bompard | 2014-10-07 | 2 | -40/+8 |
| | | | |/
| | |/| |
|
| | | | * | fix database reset error due to foreign key constraint between user and addre... | Abhilash Raj | 2014-10-09 | 2 | -3/+3 |
| | | |/ |
|
| | | * | add central alembic config | Abhilash Raj | 2014-10-03 | 1 | -4/+4 |
| | | * | Merge barry\'s branch with test fixes and clean code | Abhilash Raj | 2014-10-02 | 3 | -13/+64 |
| | | |\ |
|
| | | | * | Fix the test suite. | Barry Warsaw | 2014-10-02 | 2 | -2/+2 |
| | | | * | PostgreSQL support by Abhilash, cleaned by Barry. | Barry Warsaw | 2014-09-27 | 1 | -1/+1 |
| | | | |\ |
|
| | | | * \ | Migrations, with cleanup by Barry. | Barry Warsaw | 2014-09-27 | 3 | -10/+64 |
| | | | |\ \ |
|
| | | * | | | | Don't initialize twice | Aurélien Bompard | 2014-10-02 | 1 | -0/+2 |
| | | | |_|/
| | |/| | |
|
| | | * | | | * fixed a bug where alemnic could not find its migrations directory | Abhilash Raj | 2014-09-25 | 1 | -2/+2 |
| | | | |/
| | |/| |
|
| | | * | | add new command `mailman migrate` to migrate the new schema on the old database | Abhilash Raj | 2014-09-25 | 1 | -0/+3 |
| | | |/ |
|
| | | * | Since we don't have migrations, we don't need the ITemporaryDatabase stuff, | Barry Warsaw | 2014-09-23 | 1 | -20/+0 |
| | |/ |
|
| * / | Get addresses.rst, i.e. /<api>/addresses working. | Barry Warsaw | 2014-08-12 | 1 | -1/+1 |
| |/ |
|
| * | Use print functions consistently through, and update all __future__ imports to | Barry Warsaw | 2014-04-28 | 2 | -3/+6 |
| * | - Configuration.style_configs(): Removed unused code. | Barry Warsaw | 2014-03-02 | 3 | -11/+44 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 8 | -8/+8 |
| * | * Add support for the Exim 4 MTA. Contributed by Stephen Turnbull. | Barry Warsaw | 2013-11-30 | 1 | -0/+4 |
| |\ |
|
| | * | New modules config.exim4 and mta.exim4 support the Exim4 MTA. | Stephen J. Turnbull | 2013-09-25 | 1 | -0/+4 |
| * | | Checkpointing. | Barry Warsaw | 2013-11-25 | 4 | -5/+69 |
| |/ |
|