Thu, 11 Jun 2009 23:57:20 +0300fix folder_page template
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 23:57:20 +0300] rev 100
fix folder_page template

Thu, 11 Jun 2009 23:57:03 +0300add default title for folders
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 23:57:03 +0300] rev 99
add default title for folders

Thu, 11 Jun 2009 23:24:48 +0300modify EXIF.py to use mmap in the hope of slightly better improvements with less syscalls
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 23:24:48 +0300] rev 98
modify EXIF.py to use mmap in the hope of slightly better improvements with less syscalls

Thu, 11 Jun 2009 22:50:44 +0300implement simple stat caching using lazy_load for filesystem
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 22:50:44 +0300] rev 97
implement simple stat caching using lazy_load for filesystem

Thu, 11 Jun 2009 22:50:21 +0300fix LazyProperty to not inherit from property, so as to act as a non-data descriptor, which can then be overriden by per-instance __dict__ values
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 22:50:21 +0300] rev 96
fix LazyProperty to not inherit from property, so as to act as a non-data descriptor, which can then be overriden by per-instance __dict__ values

Thu, 11 Jun 2009 21:50:48 +0300fix Thumbnail.stale/File.older_than behaviour
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:50:48 +0300] rev 95
fix Thumbnail.stale/File.older_than behaviour

Thu, 11 Jun 2009 21:46:20 +0300slightly reoriganize function structure in commands.main
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:46:20 +0300] rev 94
slightly reoriganize function structure in commands.main

Thu, 11 Jun 2009 21:46:09 +0300fix File.newer_than/File.older_than to correctly handle None
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:46:09 +0300] rev 93
fix File.newer_than/File.older_than to correctly handle None

Thu, 11 Jun 2009 21:40:39 +0300move Command exception handling into command.py, and handle KeyboardInterrupt
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:40:39 +0300] rev 92
move Command exception handling into command.py, and handle KeyboardInterrupt

Thu, 11 Jun 2009 21:40:12 +0300change Image.update to unconditionally update the thumb/preview
Tero Marttila <terom@fixme.fi> [Thu, 11 Jun 2009 21:40:12 +0300] rev 91
change Image.update to unconditionally update the thumb/preview