lp:~postfuturist/mailman/postgres

Created by Stephen A. Goss and last modified
Get this branch:
bzr branch lp:~postfuturist/mailman/postgres
Only Stephen A. Goss can upload to this branch. If you are Stephen A. Goss please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Stephen A. Goss
Project:
GNU Mailman
Status:
Merged

Recent revisions

7057. By Stephen A. Goss

LP: #860159 (experimental) PostgreSQL support

7056. By Barry Warsaw

Bump version numbers

7055. By Barry Warsaw

Fix a shallow test failure.

7054. By Barry Warsaw

Fix the documentation. The way to build it now is:

$ python setup.py build_sphinx

7053. By Barry Warsaw

Version number bump for 3.0.0a8 release.

7052. By Barry Warsaw

Improved the way flufl.enum.Enums are stored in the database. Now, they
should always be stored as INTEGER columns, with the enum class explicitly
described in the code. This should be more efficient, and besides EIBTI.

Also, filled in a few additional IMailingList attributes which were not
documented in the interface.

7051. By Barry Warsaw

 * Preferences for addresses, users, and members can be accessed, changed, and
   deleted through the REST interface. Hierarchical, combined preferences for
   members, and system preferences can be read through the REST interface.
   (LP: #821438)

7050. By Barry Warsaw

 * Getting the memberships for a non-existent address did not give a 404 error
   (LP: #848103). Given by Stephen A. Goss.

7049. By Barry Warsaw

 * Rewrote a test for compatibility between Python 2.6 and 2.7. (LP: #833208)

7048. By Barry Warsaw

 * Four new events are created, and notifications are sent during domain
   lifecycle changes:
   - DomainCreatingEvent - sent before the domain is created
   - DomainCreatedEvent - sent after the domain is created
   - DomainDeletingEvent - sent before the domain is deleted
   - DomainDeletedEvent - sent after the domain is deleted
 * Using the above events, when a domain is deleted, associated mailing lists
   are deleted. (LP: #837526)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:mailman
This branch contains Public information 
Everyone can see this information.

Subscribers