degal/templates.py
Fri, 26 Jun 2009 22:10:49 +0300 Tero Marttila no need to use 'id_' in html attributes instead of just 'id'
Fri, 26 Jun 2009 22:09:13 +0300 Tero Marttila urlencode native filesystem node paths for template's http URLs
Mon, 15 Jun 2009 01:42:45 +0300 Tero Marttila fix pagination Next arrow
Mon, 15 Jun 2009 01:36:15 +0300 Tero Marttila add version module, currently just harcoded info
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:59:29 +0300 Tero Marttila fix breadcrumb/title stuff
Thu, 11 Jun 2009 23:57:20 +0300 Tero Marttila fix folder_page template
Wed, 10 Jun 2009 23:32:29 +0300 Tero Marttila fix templates to show thumbnails on folder template
Wed, 10 Jun 2009 23:15:14 +0300 Tero Marttila fix html to have a separate Container type, but also special-case tuples, lists and genexps
Wed, 10 Jun 2009 21:59:49 +0300 Tero Marttila fix html/templates to use a Container type (inherited by Tag) for flat lists of tags
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 21:48:56 +0300 Tero Marttila write new templates using html, replacing old mako stuff