summaryrefslogtreecommitdiff
path: root/src/mailman/model/mailinglist.py
Commit message (Expand)AuthorAgeFilesLines
...
| * * change declarative_base class to use ModelMeta classAbhilash Raj2014-09-061-9/+14
| * replace all storm types and relationships with sqlalchemyAbhilash Raj2014-09-051-17/+15
| * change models to use sqlalchemy models<WIP>Abhilash Raj2014-09-041-102/+105
|/
* Trunk mergeBarry Warsaw2014-04-141-3/+69
|\
| * Bump copyright years.Barry Warsaw2014-01-011-1/+1
| * Checkpointing.Barry Warsaw2013-11-251-46/+61
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-4/+55
* | Aurélien Bompard's import-from-2.1 branch, with cleanup and fixes.Barry Warsaw2014-04-141-0/+1
|/
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-301-1/+0
* Remove mailinglist.private_roster.Barry Warsaw2012-12-301-1/+0
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-301-3/+0
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-301-1/+0
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-301-2/+0
* Remove some leftovers.Barry Warsaw2012-12-291-3/+0
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-291-4/+3
* LP: #975692 phase 1Barry Warsaw2012-12-281-0/+1
* * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-231-1/+4
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-3/+10
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-1/+0
* Working for SQLite:Barry Warsaw2012-07-251-1/+1
* trunk mergeBarry Warsaw2012-07-061-5/+9
|\
| * General code cleanup.Barry Warsaw2012-04-251-5/+9
* | - Rename the model attributes.Barry Warsaw2012-04-081-7/+5
|/
* * A mailing list's *moderator password* is no longer stored in the clear; itBarry Warsaw2012-04-041-3/+3
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-221-0/+2
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-1/+2
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-1/+2
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
|/
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-2/+2
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-4/+4
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-4/+4
* Storm now has a "load hook" which we can use to restore the rosters when theBarry Warsaw2012-01-271-3/+6
* copybumpBarry Warsaw2012-01-011-1/+1
* * Stop adding the X-BeenThere header.Barry Warsaw2011-11-061-1/+0
* Improved the way flufl.enum.Enums are stored in the database. Now, theyBarry Warsaw2011-09-231-11/+17
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-13/+13
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-271-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-1/+2
* * Fixed testsBarry Warsaw2011-05-141-1/+1
* Users subscribed to a mailing list via their preferred address show upBarry Warsaw2011-04-221-1/+4
* Users can now subscribe to a mailing list, and their preferred address willBarry Warsaw2011-04-171-10/+24
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-1/+21
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-2/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-2/+3
* This is part 1 of the merge of Jimmy Bergman's branchBarry Warsaw2010-12-281-1/+1
* Expose description in the interface and REST API.Barry Warsaw2010-08-121-11/+11
* Expose the autoreponse values in the IMailingList interface and REST API.Barry Warsaw2010-08-121-3/+3
* Expose anonymous_list and advertised in the IMailingList interface and in the...Barry Warsaw2010-08-111-2/+2