~sakuag333/mailman/lmtp-duplicate-id

  • Committer: Barry Warsaw
  • Date: 2012-12-30 19:39:10 UTC
  • mfrom: (7191.1.15 lp1065447)
  • Revision ID: barry@list.org-20121230193910-nx0qqml1w816zuw6
 * List styles are supported through the REST API.  Get the list of available
   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.
Filename Latest Rev Last Changed Committer Comment Size
..
.buildout 6741 15 years ago Barry Warsaw Integrate pylint and Sphinx documentation buildout Diff
cron 3 26 years ago klm Initial revision Diff
data 6580 17 years ago Barry Warsaw Reorganize the database subpackage, primarily by r Diff
src 6675 15 years ago Barry Warsaw Push the source directory into a 'src' subdirector Diff
.bzrignore 6812 15 years ago Barry Warsaw * Switch to distribute from setuptools. * Remove t 210 bytes Diff Download File
bootstrap.py 6933 14 years ago Barry Warsaw zc.buildout 1.5 9.7 KB Diff Download File
buildout.cfg 7193 11 years ago Barry Warsaw * List styles are supported through the REST API. 472 bytes Diff Download File
conf.py 7139 12 years ago Barry Warsaw Fix a few typos, and the creation of index.html sy 7.6 KB Diff Download File
File copybump.py 7037.1.1 13 years ago Barry Warsaw In copybump, if the start year is this year, just 2.3 KB Diff Download File
COPYING 7018 13 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 34.3 KB Diff Download File
distribute_setup.py 7185 11 years ago Barry Warsaw Update to the latest version. 16.8 KB Diff Download File
MANIFEST.in 7018 13 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 363 bytes Diff Download File
README.rst 7138 12 years ago Barry Warsaw * Some additional documentation on related compon 2 KB Diff Download File
setup.cfg 7053.1.2 13 years ago Barry Warsaw This is the way to build the documentation now: $ 44 bytes Diff Download File
setup.py 7178.1.1 12 years ago Barry Warsaw * Python 2.7 is not required. Python 2.6 is no l 3.7 KB Diff Download File
template.py 7076 12 years ago Barry Warsaw * Held messages can now be moderated through the 865 bytes Diff Download File