summaryrefslogtreecommitdiff
path: root/src/mailman/model/requests.py
Commit message (Expand)AuthorAgeFilesLines
* Delete subscription requests when a mailing list is deleted.Barry Warsaw2017-01-081-2/+2
* Delete PendedKeyValue before deleting Pended.Abhilash Raj2017-01-081-2/+4
* Delete all pendings when mailing list is deletedAbhilash Raj2017-01-081-0/+8
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Use `atpublic` for @public instead of internal copy.Barry Warsaw2016-11-291-1/+1
* MySQL is now an officially supported database.Barry Warsaw2016-07-291-6/+6
* Restore the fix for PostgreSQL.Barry Warsaw2016-04-291-2/+2
* Restore a test from !151 which only fails on PostgreSQL.Barry Warsaw2016-04-291-2/+2
* Sort the held requests.Aurélien Bompard2016-04-281-1/+2
* Clean up the model and languages directories.Barry Warsaw2016-03-251-9/+3
* Prevent moderation of messages held for a different list.Barry Warsaw2016-02-071-1/+1
* Super duper.Barry Warsaw2016-01-261-2/+2
* Several optimizations:Barry Warsaw2016-01-111-2/+1
* A little bit more refactoring, just to keep things cleaner.Barry Warsaw2016-01-061-2/+4
* Return SQL queries in IListRequests.of_typeAurélien Bompard2016-01-061-3/+1
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Make sure that Pendables always have a typeAurélien Bompard2015-12-161-0/+2
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-5/+3
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+2
* Port some of the commands.Barry Warsaw2014-12-131-2/+0
* CheckpointingBarry Warsaw2014-12-121-0/+2
* test_requests succeeds now, after changing some LargeBinary columns intoBarry Warsaw2014-12-011-2/+2
* Checkpointing.Barry Warsaw2014-11-301-8/+9
* * remove migrate commandAbhilash Raj2014-10-101-2/+2
* Update some comments.Barry Warsaw2014-09-231-1/+4
* Clean up pass.Barry Warsaw2014-09-221-4/+7
* Another test repair.Barry Warsaw2014-09-211-0/+2
* * remove some unused codeAbhilash Raj2014-09-191-1/+0
* fix all tests in mailman.model.testsAbhilash Raj2014-09-131-11/+10
* * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-1/+1
* replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-7/+10
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Complete the exposure of subscription request moderation via REST (still needsBarry Warsaw2012-12-161-1/+3
* Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-151-0/+3
* * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-171-6/+20
* General code cleanup.Barry Warsaw2012-04-251-3/+4
* - Module modernatizations (print function).Barry Warsaw2012-04-221-19/+24
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-12/+5
* copybumpBarry Warsaw2012-01-011-1/+1
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+1
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-0/+140