summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Removed unused `default_count` argument and remove one wrapping level in pagi...Florian Fuchs2013-03-205-33/+30
| * Fixed comment typoFlorian Fuchs2013-03-201-1/+1
| * Fixed some comments in pagination testFlorian Fuchs2013-03-201-5/+7
| * REST API collection pagination: slice result only if pagination params are pr...Florian Fuchs2013-03-201-1/+5
| * REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-208-3/+284
* | whitespaceBarry Warsaw2013-03-201-1/+0
* | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-203-178/+15
* | * When creating the initial file system layout in ``var``, e.g. viaBarry Warsaw2013-03-205-3/+50
|\ \
| * | - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-205-3/+49
|/ /
* | Clean up branch:Barry Warsaw2013-03-195-117/+162
* | David's merge proposal.Barry Warsaw2013-03-193-0/+265
|\ \
| * | 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
| |/
* | fix up graphviz graphs for fwd compatibility (to 2.28 & 2.30)Yarko2013-03-181-42/+48
* | * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-064-0/+44
|/
* * 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