~barry/mailman/events-and-web

  • Committer: Barry Warsaw
  • Date: 2011-08-30 23:11:19 UTC
  • mfrom: (7042.1.1 mailman_834130)
  • Revision ID: barry@list.org-20110830231119-r0sqbuy4skzq9svb
* User and Member ids are now proper UUIDs.  The UUIDs are pended as unicodes,
  and exposed to the REST API as their integer equivalents.  They are stored
  in the database using Storm's UUID type.
  - ISubscriptionService.get_member() now takes a UUID
  - IUserManager.get_user_by_id() now takes a UUID
* Moderators and owners can be added via REST (LP: #834130).  Given by
  Stephen A. Goss.
  - add_member() grows a `role` parameter.
  - ISubscriptionService.join() grows a `role` parameter.
* InvalidEmailAddressError no longer repr()'s its value.
* `address` -> `email` for consistency
  - delete_member()
  - ISubscriptionService.leave()
* Fixed typo in app/subscriptions.py __all__
* AlreadySubscribedError: attributes are now public.
* More .txt -> .rst renames.
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 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 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