~barry/mailman/events-and-web

  • Committer: Barry Warsaw
  • Date: 2011-08-18 00:39:11 UTC
  • mfrom: (7036.1.4 bug-827036)
  • Revision ID: barry@list.org-20110818003911-9gef1p84g2pg4p10
 * Four new events are created, and notifications are sent during mailing list
   lifecycle changes:
   - ListCreatingEvent - sent before the mailing list is created
   - ListCreatedEvent  - sent after the mailing list is created
   - ListDeletingEvent - sent before the mailing list is deleted
   - ListDeletedEvent  - sent after the mailing list is deleted
 * Using the above events, when a mailing list is deleted, all its members are
   deleted, as well as all held message requests (but not the held messages
   themselves).  (LP: 827036)

Also: relax the find_member() argument constraints so that even the subscriber
email address is optional.  This is mirrored in the REST API's
.../members/find resource.
Filename Latest Rev Last Changed Committer Comment Size
..
.buildout 6741 15 years ago Barry Warsaw Integrate pylint and Sphinx documentation buildout Diff
cron 3 27 years ago klm Initial revision Diff
data 6580 17 years ago Barry Warsaw Reorganize the database subpackage, primarily by r Diff
src 6675 16 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 7030 13 years ago Barry Warsaw Not really using filetemplates any more, since pyl 748 bytes Diff Download File
File copybump.py 7027 13 years ago Barry Warsaw Make this script more generally useful even outsid 2.2 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 6812 15 years ago Barry Warsaw * Switch to distribute from setuptools. * Remove t 14.2 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 7022 13 years ago Barry Warsaw After a current analysis by Richard Wackerbarth, i 1 KB Diff Download File
setup.py 7027.1.1 13 years ago Barry Warsaw Factor out bounce detection to flufl.bounce. 3.7 KB Diff Download File
template.py 6974.1.2 14 years ago Barry Warsaw Implement the email address validator as a utility 849 bytes Diff Download File