summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs/addresses.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-204/+0
|
* Add REST API for addresses, and change the user REST API to use it whereBarry Warsaw2011-04-191-14/+11
| | | | | | | | | | appropriate. Also: * When an Address instance is created, set its registered_on attribute. * Users may not have a password or real_name, so only include those attributes in the REST API for Users if they are set.
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-41/+0
|
* * Give users a unique, random, immutable user id.Barry Warsaw2011-03-181-1/+1
| | | | | * Find users by user_id via the user manager. * Extend the repr of users to include the user id.
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-61/+72
| | | | | | IAddress.email and IAddress.original_address to IAddress.original_email. From now on we'll use "address" to talk about the IAddress object and "email" to talk about the textual email address.
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-2/+3
|
* Documentation reorganization.Barry Warsaw2010-01-121-0/+236