summaryrefslogtreecommitdiff
path: root/src/mailman/handlers/docs/rfc-2369.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New template system. Closes #249Barry Warsaw2016-07-161-16/+8
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Some fixes caught by Barry during the reviewAurélien Bompard2015-07-051-2/+2
|
* The prototype archiver is not web-accessibleAurélien Bompard2015-06-301-46/+0
| | | | The URL headers (Archived-At and List-Archives) should not be added.
* Better, but not perfect handler test passing.Barry Warsaw2014-12-151-1/+1
|
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-281-3/+3
| | | | | | | | reflect this. Also, mock out sys.stderr on some tests so that their nose2 output is quieter. A few other minor coding style consistencies.
* * Fix residual references to the old `IMailingList` archive variables.Barry Warsaw2012-08-181-3/+4
| | | | (LP: #1031393)
* Working for SQLite:Barry Warsaw2012-07-251-3/+3
| | | | | | include_list_post_header -> allow_list_posts Also add a bunch more migration tests.
* * List-Post should be NO when posting is not allowed. (LP: #987563)Barry Warsaw2012-04-271-1/+26
|
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-0/+206
how I think about them anyway.