summaryrefslogtreecommitdiff
path: root/src/mailman/config
Commit message (Expand)AuthorAgeFilesLines
...
| | * Merge barry\'s branch with test fixes and clean codeAbhilash Raj2014-10-023-13/+64
| | |\
| | | * Fix the test suite.Barry Warsaw2014-10-022-2/+2
| | | * PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-271-1/+1
| | | |\
| | | * \ Migrations, with cleanup by Barry.Barry Warsaw2014-09-273-10/+64
| | | |\ \
| | * | | | Don't initialize twiceAurélien Bompard2014-10-021-0/+2
| | | |_|/ | | |/| |
| | * | | * fixed a bug where alemnic could not find its migrations directoryAbhilash Raj2014-09-251-2/+2
| | | |/ | | |/|
| | * | add new command `mailman migrate` to migrate the new schema on the old databaseAbhilash Raj2014-09-251-0/+3
| | |/
| | * Since we don't have migrations, we don't need the ITemporaryDatabase stuff,Barry Warsaw2014-09-231-20/+0
| |/
* / Get addresses.rst, i.e. /<api>/addresses working.Barry Warsaw2014-08-121-1/+1
|/
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-282-3/+6
* - Configuration.style_configs(): Removed unused code.Barry Warsaw2014-03-023-11/+44
* Bump copyright years.Barry Warsaw2014-01-018-8/+8
* * Add support for the Exim 4 MTA. Contributed by Stephen Turnbull.Barry Warsaw2013-11-301-0/+4
|\
| * New modules config.exim4 and mta.exim4 support the Exim4 MTA.Stephen J. Turnbull2013-09-251-0/+4
* | Checkpointing.Barry Warsaw2013-11-254-5/+69
|/
* - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-201-0/+29
* Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-171-0/+2
* Final changes to non-queue runner bugSandesh Kumar Agrawal2013-01-111-1/+1
* first bug fixSandesh Kumar Agrawal2013-01-101-1/+1
* Bump copyright years.Barry Warsaw2013-01-017-7/+7
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-301-1/+1
* LP: #975692 phase 1Barry Warsaw2012-12-281-5/+9
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-043-15/+65
|\
| * Allow archivers to use their own configuration fileAurélien Bompard2012-09-174-13/+91
* | ConfigurationBarry Warsaw2012-11-044-9/+122
* | DatabaseBarry Warsaw2012-10-161-5/+12
|/
* * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-151-5/+4
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-0/+14
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-0/+6
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+12
* More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-20/+6
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-025-11/+76
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-2/+3
* General code cleanup.Barry Warsaw2012-04-251-3/+2
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-062-22/+17
* The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-011-4/+6
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-2/+2
* ArchitectureBarry Warsaw2012-03-261-0/+16
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-172-91/+5
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-55/+5
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-152-37/+1
* | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-142-0/+4
|\ \ | |/ |/|
| * Merge with upstreamtoshio2012-03-141-0/+15
| |\ | |/ |/|
| * Merge with upstream mailmantoshio2012-03-131-5/+0
| |\
| * | Fix up the archive_dir in the config filetoshio2012-03-132-0/+4
* | | * IPython support in `bin/mailman shell` contributed by Andrea Crotti.Barry Warsaw2012-03-121-0/+15
|\ \ \ | |_|/ |/| |
| * | various small fixes after reviewing with Barry WarsawAndrea Crotti2012-03-131-3/+5
| * | - add a section in the schema to customize the shellAndrea Crotti2012-03-131-0/+9
| |/
* / * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-5/+0
|/
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-13/+18