Thu, 11 Jun 2009 00:37:01 +0300implement up-to-date checking for commands.main, and add --force-update option
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:37:01 +0300] rev 87
implement up-to-date checking for commands.main, and add --force-update option

Thu, 11 Jun 2009 00:36:33 +0300remove obsolete req.py
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:36:33 +0300] rev 86
remove obsolete req.py

Thu, 11 Jun 2009 00:36:19 +0300move thumbnail rendering from render.py to thumbnail.py, and implement staleness checking for Images, plus index_images for Folder
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 00:36:19 +0300] rev 85
move thumbnail rendering from render.py to thumbnail.py, and implement staleness checking for Images, plus index_images for Folder

Wed, 10 Jun 2009 23:33:28 +0300change utils.LazyProperty to store the cached value using obj.__dict__
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:33:28 +0300] rev 84
change utils.LazyProperty to store the cached value using obj.__dict__

Wed, 10 Jun 2009 23:32:29 +0300fix templates to show thumbnails on folder template
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:32:29 +0300] rev 83
fix templates to show thumbnails on folder template

Wed, 10 Jun 2009 23:32:12 +0300fix Gallery.stylesheet to actually copy it into place
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:32:12 +0300] rev 82
fix Gallery.stylesheet to actually copy it into place

Wed, 10 Jun 2009 23:15:25 +0300misc. format.py formatting bugs
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:15:25 +0300] rev 81
misc. format.py formatting bugs

Wed, 10 Jun 2009 23:15:14 +0300fix html to have a separate Container type, but also special-case tuples, lists and genexps
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:15:14 +0300] rev 80
fix html to have a separate Container type, but also special-case tuples, lists and genexps

Wed, 10 Jun 2009 23:14:37 +0300fix filesystem.Path.path_segments and add some doctests
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:14:37 +0300] rev 79
fix filesystem.Path.path_segments and add some doctests

Wed, 10 Jun 2009 21:59:49 +0300fix html/templates to use a Container type (inherited by Tag) for flat lists of tags
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 21:59:49 +0300] rev 78
fix html/templates to use a Container type (inherited by Tag) for flat lists of tags