- establish convention for non-public attributes like tmp_ or x_
- xmldump will not include value revision hostory
- user sets (tags) need to be dumped separately from collections, prob w/ users
- change 'tag' to 'set' throughout codebase
- start using meta element in head for page data a la twitter
- Implement PPD token for added security
- fancy-up set downloader w/ stuart's code
- implement db-backed config so users can switch off and on modules
- add indexes to db schemas
- clean up dase courses: "delete from tag_category where id NOT IN (select tag_category.id from tag,tag_category where tag_category.tag_id = tag.id)"
- set up cron task to archive/rotate logs
|