| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Documentation reorganization. | Barry Warsaw | 2010-01-12 | 1 | -236/+0 |
| | | |||||
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 1 | -29/+32 |
| | | | | | IUserManager utility. | ||||
| * | De-u-literal-ify our doctests. | Barry Warsaw | 2009-07-17 | 1 | -26/+26 |
| | | |||||
| * | Wow. Put domains into the database. | Barry Warsaw | 2009-07-16 | 1 | -5/+6 |
| | | | | | | | | | Add an IDomainManager and a global domain manager which can be gotten by adapting the global config object. Add an IDomainCollection interface for exposing the domain manager onto the API. | ||||
| * | Get rid of one_last_digest. Move this into a separate OneLastDigest table. | Barry Warsaw | 2009-02-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | Make it explicit to get the last digest (I could imagine an user selecting not to). Actually add tests for this. Start to get rid of 'from storm.locals import *' in favor of more specific imports. Start to use Store.of() instead of config.db.store where we can. Rework (delivery)MemberRosters to use the Member attributes. This ensures that the layered lookup happens at the expense of query optimization. Sundry and various cleanups. | ||||
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+231 |
| correctly regardless of how it's used. | |||||
