degal/utils.py
Mon, 15 Jun 2009 02:58:30 +0300 Tero Marttila fix Image.cleanup to not do AttributeErrors
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 16:19:27 +0300 Tero Marttila backout config.read_only as a useless feature
Thu, 11 Jun 2009 22:50:21 +0300 Tero Marttila 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
Wed, 10 Jun 2009 23:33:28 +0300 Tero Marttila change utils.LazyProperty to store the cached value using obj.__dict__
Fri, 05 Jun 2009 23:41:57 +0300 Tero Marttila fix utils.LazyProperty
Fri, 05 Jun 2009 23:06:06 +0300 Tero Marttila misc. stuff in gallery.py utils.py
Fri, 05 Jun 2009 19:30:53 +0300 Tero Marttila remove old utils and write some new ones
Wed, 03 Jun 2009 19:23:10 +0300 Tero Marttila strip copyright/license boilerplate from modules, except dexif and formatbytes use-distutils
Wed, 03 Jun 2009 19:03:28 +0300 Tero Marttila reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now use-distutils