summaryrefslogtreecommitdiff
path: root/src/mailman/docs/ACKNOWLEDGMENTS.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core developers are no longer listed in 'reverse' order. Mark Sapiro2017-02-051-2/+2
| | | J. D. Bronson was interpreted as an enumerated list item.
* More contributors.Barry Warsaw2017-02-041-2/+41
|
* Sort contributors alphabetically.Barry Warsaw2017-02-041-187/+188
| | | | Add Franck Martin's name. Closes #242
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Aurelien's nick nameBarry Warsaw2015-04-221-1/+1
|
* Steve's nickname.Barry Warsaw2015-04-221-1/+1
|
* Fix spellings.Barry Warsaw2015-04-171-1/+1
|
* maxking's nicknameBarry Warsaw2015-04-171-1/+1
|
* Documentation updates.Barry Warsaw2015-04-171-14/+21
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* DatabaseBarry Warsaw2014-11-011-0/+1
| | | | | | | | | | | | | | | | | -------- * The ORM layer, previously implemented with Storm, has been replaced by SQLAlchemy, thanks to the fantastic work by Abhilash Raj and Aurélien Bompard. Alembic is now used for all database schema migrations. * The new logger `mailman.database` logs any errors at the database layer. API --- * Several changes to the internal API: - `IListManager.mailing_lists` is guaranteed to be sorted in List-ID order. - `IDomains.mailing_lists` is guaranteed to be sorted in List-ID order. - Iteration over domains via the `IDomainManager` is guaranteed to be sorted by `IDomain.mail_host` order. - `ITemporaryDatabase` interface and all implementations are removed.
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Clean up branch:Barry Warsaw2013-03-191-0/+1
| | | | | | | | | | | | | | - Fix copyright years. - Sort imports - "mailmanconf" -> "conf" - Add "-o -" as a synonym for output to stdout - Use Python 2.7 style {} format keys. - Line folding. - Do be sure to close the file in .process() since it could be called from API code. - Clean up the docs. - Add some tests. - Acknowledge David Soto.
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* Merge Aurélien Bompard's branch to factor our archiver-specific configurationsBarry Warsaw2012-11-041-0/+1
| | | | | into their own configuration files. Reworked by Barry to use the new external configuration file support, and to make test suite succeed.
* * Expose `archive_policy` in the REST API. Contributed by AlexanderBarry Warsaw2012-08-201-0/+1
| | | | Sulfrian. (LP: #1039129)
* * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-151-0/+1
| | | | | | | | of an email address. * Rectify an omission in the copyright assignees. * Of course, don't use PostgreSQL by default in the test suite.
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-1/+1
|
* This is the way to build the documentation now:Barry Warsaw2011-09-231-4/+18
| | | | $ python setup.py build_sphinx
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-0/+268