degal/filesystem.py
Wed, 01 Jul 2009 20:15:08 +0300 Tero Marttila remove old scripts/cgi-bin stuff. They wouldn't work as such with the new version, and replacements can be written while referring to the history
Sun, 14 Jun 2009 22:52:07 +0300 Tero Marttila configuration magic - can now load configuration data from ./degal.cfg, --config, folder/degal.cfg
Sun, 14 Jun 2009 20:05:11 +0300 Tero Marttila implement concurrency... :)
Sun, 14 Jun 2009 16:19:27 +0300 Tero Marttila backout config.read_only as a useless feature
Thu, 11 Jun 2009 22:50:44 +0300 Tero Marttila implement simple stat caching using lazy_load for filesystem
Thu, 11 Jun 2009 21:50:48 +0300 Tero Marttila fix Thumbnail.stale/File.older_than behaviour
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