summaryrefslogtreecommitdiff
path: root/src/mailman/styles/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Simplified the various list settings and remamed several things.Mark Sapiro2016-12-261-6/+3
|
* Merged from master.Mark Sapiro2016-12-091-1/+1
|\
| * Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
| |
* | DMARC mitigations, part 1a.Mark Sapiro2016-10-311-1/+9
|/
* Change default unsubscription_policy to SubscriptionPolicy.confirmMark Sapiro2016-10-261-1/+1
|
* CheckpointingBarry Warsaw2016-09-011-1/+1
|
* Intermediate CommitAbhilash Raj2016-09-011-0/+1
|
* New template system. Closes #249Barry Warsaw2016-07-161-10/+0
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Clean up the styles directory.Barry Warsaw2016-03-251-19/+10
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Digests improvements:Barry Warsaw2015-12-191-2/+1
| | | | | | | * digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST.
* Resurrect Barry's subpolicy branch (lp:~barry/mailman/subpolicy)Aurélien Bompard2015-03-201-1/+3
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-4/+0
|
* PostgreSQL support by Abhilash, cleaned by Barry.Barry Warsaw2014-09-271-6/+2
|\
| * Add support for postgresqlAbhilash Raj2014-09-251-2/+2
|/ | | | | | | | | * revert changes in message_id_has encoding by barry * Change message_id_hash column to LargeBinary (from previously mistaken one i.e.unicode) * add missing import in database/types.py * fix a bug in database/Model.py, transaction has no method abort(), instead it is rollback()
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-301-0/+270
`legacy-announce` style is added. This is similar to the `legacy-default` except set up for announce-only lists. Also, major refactoring of the default style into (hopefully) smaller composable units.