degal/commands/main.py
Wed, 17 Jun 2009 17:02:24 +0300 Tero Marttila fix commands.main to render HTML for folders that only have subfolders, and no direct images
Mon, 15 Jun 2009 00:29:43 +0300 Tero Marttila move the uncache-del's from commands.main to Image.cleanup, and call it after rendering each image's thumbs
Sun, 14 Jun 2009 22:59:29 +0300 Tero Marttila fix breadcrumb/title stuff
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 18:08:55 +0300 Tero Marttila rename Image.pil_image -> Image.img, and shave off ~30ms per image by using Image.resize instead of Image.copy/Image.thumbnail
Sun, 14 Jun 2009 17:20:03 +0300 Tero Marttila fix commands.main to force-render thumbs if asked to
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 21:46:20 +0300 Tero Marttila slightly reoriganize function structure in commands.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:42:03 +0300 Tero Marttila misc. fixes
Fri, 05 Jun 2009 23:00:38 +0300 Tero Marttila implement new main() command, remove old one