degal/filesystem.py
Thu, 11 Jun 2009 21:46:09 +0300 Tero Marttila fix File.newer_than/File.older_than to correctly handle None
Thu, 11 Jun 2009 00:36:19 +0300 Tero Marttila 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:14:37 +0300 Tero Marttila fix filesystem.Path.path_segments and add some doctests
Fri, 05 Jun 2009 23:59:14 +0300 Tero Marttila misc. fixes, it runs now, but HTML output is corrupt (no flattening)
Fri, 05 Jun 2009 23:42:03 +0300 Tero Marttila misc. fixes
Fri, 05 Jun 2009 23:02:47 +0300 Tero Marttila add open_write method for filesystem.File
Fri, 05 Jun 2009 21:46:43 +0300 Tero Marttila do some filesystem.Path stuff, and read_only mode
Fri, 05 Jun 2009 19:28:11 +0300 Tero Marttila further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes
Thu, 04 Jun 2009 11:22:52 +0300 Tero Marttila start writing new structure, with config, render, filesystem modules