summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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 ↵Florian Fuchs2013-03-201-1/+5
| | | | | | | | present in GET request
| * REST API: Added pagination functionality to list, member and user collections.Florian Fuchs2013-03-208-3/+284
| | | | | | | | This is related to LP: #1156529.
* | whitespaceBarry Warsaw2013-03-201-1/+0
| |
* | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-204-179/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | attributes of a mailing list's configuration. (LP: #1157881) Also: - template.py should only include 2013 for new copyright years. - Move some bad-path tests in configuration.rst to test_configuration.py
| * | * Add ``reply_to_address`` and ``first_strip_reply_to`` as writableBarry Warsaw2013-03-204-179/+16
|/ / | | | | | | | | | | | | | | attributes of a mailing list's configuration. (LP: #1157881) Also: - template.py should only include 2013 for new copyright years. - Move some bad-path tests in configuration.rst to test_configuration.py
* | * When creating the initial file system layout in ``var``, e.g. viaBarry Warsaw2013-03-205-3/+50
|\ \ | | | | | | | | | | | | | | | | | | ``bin/mailman info``, add an ``var/etc/mailman.cfg`` file if one does not already exist. Also, when initializing the system, look for that file as the configuration file, just after ``./mailman.cfg`` and before ``~/.mailman.cfg``. (LP: #1157861)
| * | - Write ./var/etc/mailman.cfg if it doesn't already exist.Barry Warsaw2013-03-205-3/+49
|/ / | | | | | | | | | | | | - Use ./var/etc/mailman.cfg if it exists, just after ./mailman.cfg and just before ~/.mailman.cfg. - Add link to FHS - Whitespace normalization.
* | David Soto's branch to add `bin/mailman conf` subcommand, with fixes andBarry Warsaw2013-03-194-0/+310
|\ \ | | | | | | | | | cleanups by Barry.
| * | Clean up branch:Barry Warsaw2013-03-195-117/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix copyright years. - Sort imports - "mailmanconf" -> "conf" - Add "-o -" as a synonym for output to stdout - Use Python 2.7 style {} format keys. - Line folding. - Do be sure to close the file in .process() since it could be called from API code. - Clean up the docs. - Add some tests. - Acknowledge David Soto.
| * | 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
| | |
* | | Merge Yarko's improvement to the graphviz images.Barry Warsaw2013-03-191-42/+48
|\ \ \
| * | | 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
|\ \ \ | |_|/ |/| | | | | (LP: #1117176)
| * | * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-064-0/+44
|/ / | | | | | | (LP: #1117176)
* | Update to zc.buildout 2.Barry Warsaw2013-02-142-158/+60
|\ \ | |/ |/|
| * Update to zc.buildout 2.Barry Warsaw2013-02-142-158/+60
|/
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-2010-9/+49
|\ | | | | | | Sandesh Kumar Agrawal. (LP: #1095422)
| * 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
| |
* | Remove unnecessary install_requires.Barry Warsaw2013-01-051-1/+0
|/
* Bump copyright years.Barry Warsaw2013-01-01311-312/+312
|
* Bump version numbers.Barry Warsaw2012-12-312-3/+8
|
* Bump the version number.Barry Warsaw2012-12-311-1/+1
|
* buildout.cfgBarry Warsaw2012-12-301-1/+1
|
* Update some documentation and add a DEVELOP.rst overview.Barry Warsaw2012-12-307-59/+252
|
* 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-3031-669/+1007
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | styles (by name) via `.../lists/styles`. Create a list in a specific style by using POST data `style_name=<style>`. (LP: #975692) * The default list style is renamed to `legacy-default` and a new `legacy-announce` style is added. This is similar to the `legacy-default` except set up for announce-only lists. * The following columns were unused and have been removed: - `mailinglist.new_member_options` - `mailinglist.send_reminders` - `mailinglist.subscribe_policy` - `mailinglist.unsubscribe_policy` - `mailinglist.subscribe_auto_approval` - `mailinglist.private_roster` - `mailinglist.admin_member_chunksize` Also: * List styles no longer have a priority, nor is there any style matching any more. Now, exactly one named style (either explicitly through the `create_list()` function, or by default from the configuration file) is applied to a list at list creation time. * The huge old DefaultStyle is now decomposed into smaller units. An announce-like style is added. * `find_components()` and `scan_module()` moved from `app/finder.py` to `utilities/modules.py`. * Lots of doctest rewriting for better documentation. Bad-path tests moved to unittests. * `create_list()` now takes an optional `style_name` parameter. If not given, `[styles]default` is used. * `create_list()` doesn't set the `personalize` or `display_name` attributes any more. These are already set in styles. * Removed an unnecessary `tearDown()`. * Added some improvements on displaying lists in JSON responses.
| * * List styles are supported through the REST API. Get the list of availableBarry Warsaw2012-12-307-107/+167
| | | | | | | | | | | | | | | | | | | | | | styles (by name) via `.../lists/styles`. Create a list in a specific style by using POST data `style_name=<style>`. (LP: #975692) Also: * Rewrite list.rst and some of configuration.rst to be more readable as documentation. Bad-path tests are moved to unittests. * Some improvements to printing lists as part of REST responses. This eliminates the ugly u''-prefixes on strings.
| * * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-306-182/+321
| | | | | | | | | | | | | | | | `legacy-announce` style is added. This is similar to the `legacy-default` except set up for announce-only lists. Also, major refactoring of the default style into (hopefully) smaller composable units.
| * 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
| | | | | | | | mailinglist.unsubscribe_policy, mailinglist.subscribe_auto_approval.