Todo List for next release

fix up format of item history tab
do something about inheritance_view

Move it up? How to integrate it?

stop using formatting in headers in POD

For instance, see doc/verdad.html.


Todo List for the Future

make backup-verdad not run as root

It should be able to run completely as user mysql

make complete items cached

Use a database-resident complete item cache to massively speed up operations that involve fetching lots of complete items. Basically, we need to make a table to store complete items. Then we need a good subroutine that can tell you the answer to ``which cached complete items would be invalidated by editing this item''. At the end of every item edit, you remove invalid entries from the complete item cache. The usual case at Tellme is that people are editing leaf nodes, which means a small amount of the cache needs to be invalidated each time.