summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/errors.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-05-14Improve diagrams. Some wording fixups.Stephen J. Turnbull1-10/+18
2013-05-14Touch up descriptions of MTAs. Fix one typo.Stephen J. Turnbull1-10/+12
2013-05-14Some minor wording fixups.Stephen J. Turnbull1-11/+15
2013-05-14Avoid implication that Python 3 support is coming soon.Stephen J. Turnbull1-1/+1
2013-05-02PEP 435 enums won't allow extensibility through inheritance.Barry Warsaw1-1/+6
2013-03-21Tweaks and fixes by Barry.Barry Warsaw8-69/+85
2013-03-20whitespaceBarry Warsaw1-1/+0
2013-03-20Removed unused `default_count` argument and remove one wrapping level in ↵Florian Fuchs5-33/+30
paginate decorator
2013-03-20Fixed comment typoFlorian Fuchs1-1/+1
2013-03-20Fixed some comments in pagination testFlorian Fuchs1-5/+7
2013-03-20REST API collection pagination: slice result only if pagination params are ↵Florian Fuchs1-1/+5
present in GET request
2013-03-20REST API: Added pagination functionality to list, member and user collections.Florian Fuchs8-3/+284
This is related to LP: #1156529.
2013-03-20 * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw4-179/+16
attributes of a mailing list's configuration. (LP: #1157881) Also: - template.py should only include 2013 for new copyright years. - Move some bad-path tests in configuration.rst to test_configuration.py
2013-03-20- Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw5-3/+49
- Use ./var/etc/mailman.cfg if it exists, just after ./mailman.cfg and just before ~/.mailman.cfg. - Add link to FHS - Whitespace normalization.
2013-03-19Clean up branch:Barry Warsaw5-117/+162
- 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.
2013-03-18fix up graphviz graphs for fwd compatibility (to 2.28 & 2.30)Yarko1-42/+48
2013-03-06 * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw4-0/+44
(LP: #1117176)
2013-02-14Update to zc.buildout 2.Barry Warsaw2-158/+60