summaryrefslogtreecommitdiff
path: root/src/mailman/database/alembic/versions/70af5a4e5790_digests.py
Commit message (Collapse)AuthorAgeFilesLines
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-2/+7
| | | | Given by Abhilash Raj.
* Clean up the database directory.Barry Warsaw2016-03-241-4/+5
|
* Move the data_paths.Barry Warsaw2015-12-201-3/+19
|
* Add a send-digests subcommand to send list digests right now.Barry Warsaw2015-12-201-0/+2
| | | | | | | | | | | | | | * Add a `mailman send-digests` subcommand which replaces the functionality of the MM2.1 senddigests.py cronjob. * Use mlist.data_path where appropriate instead of crafting it from config.LIST_DATA_DIR. This makes it more consistent to switch to using the list-id as the data subdirectory. * Refactor the to_digest handler so that we can implement maybe_send_digest_now() for the internal API. * Fix some typos in subcommand --help summaries.
* Digests improvements:Barry Warsaw2015-12-191-0/+27
* digestable -> digests_enabled * nondigestable: removed * Exposed digests_enabled, digest_send_periodic, digest_volume_frequency in REST.