summaryrefslogtreecommitdiff
path: root/src/mailman/model (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use print functions consistently through, and update all __future__ imports toBarry Warsaw2014-04-2818-159/+159
* * Fix test isolation bug in ``languages.rst``.Barry Warsaw2014-04-171-5/+5
|\
| * Make a copy before first usage of mgr.clear()Piotr Kasprzyk2014-04-161-4/+4
|/
* Add an email address to an existing user via the REST API.Barry Warsaw2014-04-142-1/+47
|\
| * Instantiating an Address model now validates the email stringFlorian Fuchs2014-04-142-1/+49
* | Trunk mergeBarry Warsaw2014-04-1431-40/+233
|\|
| * * Fix IntegrityError (against PostgreSQL) when deleting a list with contentBarry Warsaw2014-03-152-0/+17
| * * Module coding style consistency.Barry Warsaw2014-03-022-5/+21
| * Several internal improvements:Barry Warsaw2014-01-061-1/+1
| * Bump copyright years.Barry Warsaw2014-01-0130-30/+30
| * More fixes.Barry Warsaw2013-11-261-1/+5
| * Checkpointing.Barry Warsaw2013-11-254-47/+169
| * Joanna's branchBarry Warsaw2013-10-271-4/+55
| |\
| | * 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-143-0/+18
|\ \ \ | |/ / |/| |
| * | Content filter must be removed on list deletionAurélien Bompard2013-10-032-0/+17
| |/
* | trunk mergeBarry Warsaw2013-09-013-4/+3
|\|
| * Switch to PEP 435 enums from flufl.enums.Barry Warsaw2013-06-183-4/+3
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-013-8/+8
|/
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-062-0/+15
* Bump copyright years.Barry Warsaw2013-01-0129-29/+29
* 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-233-2/+32
* Fix cross-references.Barry Warsaw2012-12-171-1/+1
* * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-172-808/+86
* 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
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-2/+1
* DatabaseBarry Warsaw2012-10-161-29/+32
* * Schema migrations (LP: #1024509)Barry Warsaw2012-09-041-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-049-65/+117
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-1/+0
* * Non-unicode values in msgdata broke pending requests. (LP: #1031391)Barry Warsaw2012-08-171-6/+20
* * The policy for archiving has now been collapsed into a single enum, calledBarry Warsaw2012-07-262-9/+11
|\
| * Working for SQLite:Barry Warsaw2012-07-251-1/+1
| * Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+4
| * trunk mergeBarry Warsaw2012-07-0624-266/+339
| |\ | |/ |/|
* | Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-1/+1
* | General code cleanup.Barry Warsaw2012-04-2521-72/+88
* | - Module modernatizations (print function).Barry Warsaw2012-04-2214-182/+236
* | - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-11/+14
| * - Rename the model attributes.Barry Warsaw2012-04-081-7/+5
|/
* * A `PasswordChangeEvent` is triggered when an `IUser`'s password changes.Barry Warsaw2012-04-072-2/+32