lp:~msapiro/mailman/bug_949924

Created by Mark Sapiro and last modified
Get this branch:
bzr branch lp:~msapiro/mailman/bug_949924
Only Mark Sapiro can upload to this branch. If you are Mark Sapiro please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mark Sapiro
Project:
GNU Mailman
Status:
Merged

Recent revisions

7124. By Mark Sapiro

 * Added a unit test for rules/approved.py
 * Renamed rules/docs/approve.py to approved.py for consistency.

7123. By Mark Sapiro

Merged from trunk.

7122. By Mark Sapiro

Fixed a unicode decode error on messages with non-ascii text/plain parts.

7121. By Barry Warsaw

 * Add property `IRoster.member_count`.

Also, change the implementation of mailing list REST resource's member_count
to use the more efficient implementation of IRoster.member_count.

7120. By Barry Warsaw

 * Mailing list resources now have a `member_count` attribute which gives the
   number of subscribed members. Given by Toshio Kuratomi.

7119. By Barry Warsaw

After discussion at Pycon, we're changing "real_name" to "display_name" across
the board.

Schema changes:
   - real_name -> display_name (mailinglist, user, address)

Interface changes:
 * `IMailingList.real_name` -> `IMailingList.display_name`
 * `IUser.real_name` -> `IUser.display_name`
 * `IAddress.real_name` -> `IAddress.display_name`

7118. By Barry Warsaw

Add a test for a corner case of UserNotification.send() as suggested by Mark.
Fix a test failure found by Toshio, along with an XXX about how we should fix
this problem long term.

7117. By Barry Warsaw

 * Subscription disabled probe warning notification messages are now sent
   without a `Precedence:` header. Given by Mark Sapiro. (LP: #808821)

7116. By Barry Warsaw

A follow up with test improvements given by Toshio.

7115. By Barry Warsaw

test_archive_maildir_created(): I was dumb when I rewrote Toshio's original
test. Undumbify that.

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