~stephen-xemacs/mailman/sprint-2012-overview

  • Committer: Barry Warsaw
  • Date: 2012-01-30 15:37:16 UTC
  • Revision ID: barry@list.org-20120130153716-s9qx07i6i0rltyax
 * Held messages can now be moderated through the REST API.  Mailing list
   resources now accept a `held` path component.  GETing this returns all held
   messages for the mailing list.  POSTing to a specific request id under this
   url can dispose of the message using `Action` enums.
 * `IRequests` interface is removed.  Now just use adaptation from
   `IListRequests` directly (which takes an `IMailingList` object).
 * `handle_message()` now allows for `Action.hold` which is synonymous with
   `Action.defer` (since the message is already being held).
 * `IListRequests.get_request()` now takes an optional `request_type`
   argument to narrow the search for the given request.

- also, print_function is now a standard __future__ import.  The template has
  been updated, but add this to modules as you edit them.
Filename Latest Rev Last Changed Committer Comment Size
..
.buildout 6741 14 years ago Barry Warsaw Integrate pylint and Sphinx documentation buildout Diff
_static 7053.1.2 12 years ago Barry Warsaw This is the way to build the documentation now: $ Diff
_templates 7053.1.2 12 years ago Barry Warsaw This is the way to build the documentation now: $ Diff
cron 3 26 years ago klm Initial revision Diff
data 6580 16 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 14 years ago Barry Warsaw * Switch to distribute from setuptools. * Remove t 210 bytes Diff Download File
bootstrap.py 6933 13 years ago Barry Warsaw zc.buildout 1.5 9.7 KB Diff Download File
buildout.cfg 7053.1.2 12 years ago Barry Warsaw This is the way to build the documentation now: $ 472 bytes Diff Download File
conf.py 7054 12 years ago Barry Warsaw Fix the documentation. The way to build it now is 7.3 KB Diff Download File
File copybump.py 7037.1.1 12 years ago Barry Warsaw In copybump, if the start year is this year, just 2.3 KB Diff Download File
COPYING 7018 12 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 34.3 KB Diff Download File
distribute_setup.py 6812 14 years ago Barry Warsaw * Switch to distribute from setuptools. * Remove t 14.2 KB Diff Download File
MANIFEST.in 7018 12 years ago Barry Warsaw Update COPYING file to GPLv3. (LP: #790994) 363 bytes Diff Download File
README.rst 7059.1.8 12 years ago Barry Warsaw Add some minimal documentation about setting up th 1.7 KB Diff Download File
setup.cfg 7053.1.2 12 years ago Barry Warsaw This is the way to build the documentation now: $ 44 bytes Diff Download File
setup.py 7066.1.3 12 years ago Barry Warsaw copybump 3.6 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