summaryrefslogtreecommitdiff
path: root/src/mailman/rules/news_moderation.py
Commit message (Collapse)AuthorAgeFilesLines
* Ensure all holds/rejects have a reason.Mark Sapiro2017-07-261-1/+8
|
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
|
* Clean up the rules directory.Barry Warsaw2016-03-251-4/+2
|
* First massive round of cleanups.Barry Warsaw2016-03-231-6/+4
| | | | | | | | * Get rid of explicit __all__ settings and use the @public decorator. * Get rid of ^L's * Use expected_count argument for get_queue_messages() * Various code modernizations. * Other minor changes to make flake8 happy.
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-5/+1
|
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* Get test suite completely working:Barry Warsaw2012-07-201-1/+1
| | | | | | | - migrations.rst needs to handle new standard migration - Add ResetHelper() to refactor out common migration test cooperation. - Handle temporary database. - Fix some attribute names.
* trunk mergeBarry Warsaw2012-06-031-3/+3
|\
| * General code cleanup.Barry Warsaw2012-04-251-3/+3
| | | | | | | | | | | | | | | | - Add explicit dependency on zope.event in setup.py. - Use Python 3 compatible syntax for specifying that a class implements an interface, i.e. the @implementer class decorator. - print_function futures. - Whitespace normalization.
* | - Rename the model attributes.Barry Warsaw2012-04-081-2/+2
|/ | | | - news_moderation -> newsgroup_moderation
* copybumpBarry Warsaw2012-01-011-1/+1
|
* Happy New Year.Barry Warsaw2011-01-011-1/+1
|
* Happy New Year.Barry Warsaw2010-01-011-1/+1
|
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
| | | | package.
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-251-1/+1
|
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-0/+49
correctly regardless of how it's used.