summaryrefslogtreecommitdiff
path: root/src/mailman/config
Commit message (Expand)AuthorAgeFilesLines
...
* Fix compatibility with IPython 4.Barry Warsaw2016-04-101-1/+3
* public() takes keyword arguments.Barry Warsaw2016-04-041-2/+3
* Don't use `flake8: noqa`.Barry Warsaw2016-04-011-1/+1
* Clean the config directory.Barry Warsaw2016-03-244-78/+40
* The order of a mailing list's header matches is significantAurélien Bompard2016-02-291-2/+2
* Several optimizations:Barry Warsaw2016-01-112-4/+17
* Complete the layer violation fixes by moving the SubscriptionService class toBarry Warsaw2016-01-061-1/+1
* Happy New Year.Barry Warsaw2016-01-029-9/+9
* Revert "Fix issue #3 by searching for the 'master' script in several possible"Barry Warsaw2015-11-011-15/+3
* Use and interface for the set of header_matchesAurélien Bompard2015-10-201-0/+6
* Core no longer depends on the standalone `mock` module. (Closes: #146)Barry Warsaw2015-09-221-1/+1
* * REST API version 3.1 introduced. Mostly backward compatible with versionBarry Warsaw2015-07-181-2/+2
* Merge branch 'issue-109' into 'release-3.0'Barry Warsaw2015-06-021-0/+7
* Fix issue #3 by searching for the 'master' script in several possibleBarry Warsaw2015-05-151-2/+14
* * The default languages from Mailman 2.1 have been ported over. Given byBarry Warsaw2015-05-071-0/+188
* Checkpointing.Barry Warsaw2015-04-141-5/+6
* Refactorings and tests.Barry Warsaw2015-03-291-2/+2
* Save the workflow state in the databaseAurélien Bompard2015-03-251-2/+2
* Add a table to store workflow statesAurélien Bompard2015-03-251-0/+5
* Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-132-9/+9
|\
| * change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-122-3/+3
|/
* We don't need the lazr.config workaround any more.Barry Warsaw2015-01-051-13/+2
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
* Bump copyright years.Barry Warsaw2015-01-049-9/+9
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-034-4/+9
* Correct a comment.Barry Warsaw2015-01-021-2/+2
* Add $cfg_file as an expansion variable for relative paths in the mailman.cfgBarry Warsaw2015-01-022-8/+16
* Even if we're not loading a user-defined mailman.cfg file (i.e. the user ranBarry Warsaw2015-01-021-1/+3
* * You can access the system configuration via the resource pathBarry Warsaw2014-12-261-0/+3
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-224-21/+7
* Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-161-4/+13
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-152-29/+9
* * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-151-4/+5
* Checkpointing.Barry Warsaw2014-11-302-25/+29
* Trunk mergeBarry Warsaw2014-11-091-6/+5
|\
| * * You no longer have to edit `src/mailman/testing/testing.cfg` to run theBarry Warsaw2014-11-091-6/+5
* | Trunk merge.Barry Warsaw2014-11-024-33/+29
|\|
| * DatabaseBarry Warsaw2014-11-014-33/+29
| |\
| | * Merge in the last of Aurelien's changes, and make the test suite pass withBarry Warsaw2014-10-311-1/+1
| | * Move alembic settings to a separate alembic.cfg.Barry Warsaw2014-10-132-5/+20
| | * Merge Aurélien Bompard's latest merge branch, with some cleaning up by Barry.Barry Warsaw2014-10-132-62/+8
| | |\
| | | * Merge Barry's changesAurélien Bompard2014-10-132-2/+3
| | | |\ | | | |/ | | |/|
| | * | Add the [logging.database] section and use it to configure the SQLAlchemy andBarry Warsaw2014-10-121-0/+3
| | * | Remove some unused stuff.Barry Warsaw2014-10-111-2/+0
| | * | Merge Abhilash's latest revisions.Barry Warsaw2014-10-111-2/+2
| | | * * remove migrate commandAbhilash Raj2014-10-102-21/+4
| | | * merge branch from abompardAbhilash Raj2014-10-102-41/+8
| | | |\
| | | | * Include Alembic and SQLAlchemy logging into the Mailman logging systemAurélien Bompard2014-10-072-40/+8
| | | |/ | | |/|
| | | * fix database reset error due to foreign key constraint between user and addre...Abhilash Raj2014-10-092-3/+3
| | |/
| | * add central alembic configAbhilash Raj2014-10-031-4/+4