degal/config.py
Thu, 02 Jul 2009 21:59:01 +0300 Tero Marttila reorganize/rename the commands and their options stuff, options like --force-html are now split out from main.py into commands/update.py
Wed, 01 Jul 2009 20:46:27 +0300 Tero Marttila externalize footer contents from template into config
Fri, 26 Jun 2009 22:09:13 +0300 Tero Marttila urlencode native filesystem node paths for template's http URLs
Wed, 17 Jun 2009 18:11:38 +0300 Tero Marttila modify config.InstanceContext to raise an AttributeError for __setitem__ on non-pre-existing attributes - this makes a lot of sense :)
Sun, 14 Jun 2009 23:43:40 +0300 Tero Marttila add new exif.py to abstract between different exif libraries, and add partially working support for pyexiv2 and EXIFpy
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:34:40 +0300 Tero Marttila make loading exif metadata optional
Sun, 14 Jun 2009 16:19:27 +0300 Tero Marttila backout config.read_only as a useless feature
Thu, 11 Jun 2009 23:57:53 +0300 Tero Marttila split --force-update into --force-thumb/--force-html options, implement for main
Thu, 11 Jun 2009 20:39:59 +0300 Tero Marttila initial implementation of threaded rendering of a folder's images threaded-tasks
Thu, 11 Jun 2009 00:37:01 +0300 Tero Marttila implement up-to-date checking for commands.main, and add --force-update option
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:02:30 +0300 Tero Marttila add log_level config setting
Fri, 05 Jun 2009 21:46:43 +0300 Tero Marttila do some filesystem.Path stuff, and read_only mode
Fri, 05 Jun 2009 19:30:15 +0300 Tero Marttila start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
Thu, 04 Jun 2009 11:22:52 +0300 Tero Marttila start writing new structure, with config, render, filesystem modules