| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Finally, all doctests are named .rst | Barry Warsaw | 2011-09-23 | 1 | -204/+0 |
| | | |||||
| * | Add REST API for addresses, and change the user REST API to use it where | Barry Warsaw | 2011-04-19 | 1 | -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 Warsaw | 2011-04-16 | 1 | -41/+0 |
| | | |||||
| * | * Give users a unique, random, immutable user id. | Barry Warsaw | 2011-03-18 | 1 | -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 to | Barry Warsaw | 2011-01-01 | 1 | -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 Warsaw | 2010-09-08 | 1 | -2/+3 |
| | | |||||
| * | Documentation reorganization. | Barry Warsaw | 2010-01-12 | 1 | -0/+236 |
