summaryrefslogtreecommitdiff
path: root/src/mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* documentation addedDavid Soto2013-01-231-0/+61
* fixed comments and namesDavid Soto2013-01-231-2/+2
* usage help improvedDavid Soto2013-01-232-3/+11
* using single underscore instead of double underscoreDavid Soto2013-01-231-18/+18
* fixed some errorsDavid Soto2013-01-231-3/+7
* testcases addedDavid Soto2013-01-231-0/+75
* - some more minor changesDavid Soto2013-01-231-23/+26
* some minor changesDavid Soto2013-01-231-26/+21
* basic subcommand to dump configuration valuesDavid Soto david.soto@web.de2013-01-231-0/+119
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-2010-9/+49
|\
| * changeSandesh Kumar Agrawal2013-01-171-1/+0
| * Comment fixedSandesh Kumar Agrawal2013-01-171-1/+1
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-178-17/+40
| * LMTP runner will reject message with duplicate idsSandesh Kumar Agrawal2013-01-111-0/+5
| * Final changes to non-queue runner bugSandesh Kumar Agrawal2013-01-111-1/+1
| * Fixed formation of /var/queue/* for non-queue runnersSandesh Kumar Agrawal2013-01-111-7/+6
| * non-queue runner should not create var/tmp/* directorySandesh Kumar Agrawal2013-01-101-7/+16
| * first bug fixSandesh Kumar Agrawal2013-01-101-1/+1
* | Whitespace.Barry Warsaw2013-01-201-1/+1
|/
* Bump copyright years.Barry Warsaw2013-01-01306-307/+307
* Bump version numbers.Barry Warsaw2012-12-312-3/+8
* Bump the version number.Barry Warsaw2012-12-311-1/+1
* Update some documentation and add a DEVELOP.rst overview.Barry Warsaw2012-12-305-48/+240
* Let's release 3.0b3Barry Warsaw2012-12-301-1/+1
* * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-307-107/+167
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-306-182/+321
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-306-7/+9
* Remove mailinglist.private_roster.Barry Warsaw2012-12-306-6/+8
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-306-16/+17
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-306-11/+12
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-307-5/+231
* Remove some leftovers.Barry Warsaw2012-12-291-3/+0
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-298-36/+18
* LP: #975692 phase 1Barry Warsaw2012-12-2822-365/+293
* Remove commented out pdb call.Barry Warsaw2012-12-261-1/+0
* * A user's password can be verified by POSTing to .../user/<id>/login. TheBarry Warsaw2012-12-266-3/+164
* * Finish rewrite of users.rst doctest.Barry Warsaw2012-12-263-134/+210
* initial refactoringBarry Warsaw2012-12-251-13/+12
* mergeBarry Warsaw2012-12-257-12/+80
|\
| * * Improve the --help text for the `start`, `stop`, `restart`, and `reopen`Barry Warsaw2012-12-233-4/+8
| * * Two new events are triggered on membership changes: `SubscriptionEvent`Barry Warsaw2012-12-235-8/+72
* | Fix the order of PasswordContext.verify() to match that of passlib.Barry Warsaw2012-12-252-5/+24
|/
* More NEWS.Barry Warsaw2012-12-171-0/+13
* Flesh out a few more tests.Barry Warsaw2012-12-171-2/+34
* * Expose a REST API for membership change (subscriptions and unsubscriptions)Barry Warsaw2012-12-1713-900/+1090
|\
| * * Fill out the documentation on moderation notifications.Barry Warsaw2012-12-173-106/+195
| * Fix cross-references.Barry Warsaw2012-12-172-3/+3
| * * Simplify moderator.rst and requests.rst so they serve a better purpose asBarry Warsaw2012-12-177-824/+603
| * Complete the exposure of subscription request moderation via REST (still needsBarry Warsaw2012-12-163-75/+253
| * Expose held subscription/unsubscription requests via the API.Barry Warsaw2012-12-155-12/+156