Fri, 05 Jun 2009 21:46:43 +0300do some filesystem.Path stuff, and read_only mode
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:46:43 +0300] rev 60
do some filesystem.Path stuff, and read_only mode

Fri, 05 Jun 2009 19:30:53 +0300remove old utils and write some new ones
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:53 +0300] rev 59
remove old utils and write some new ones

Fri, 05 Jun 2009 19:30:28 +0300remove unused dexif.py
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:28 +0300] rev 58
remove unused dexif.py

Fri, 05 Jun 2009 19:30:15 +0300start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:15 +0300] rev 57
start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff

Fri, 05 Jun 2009 19:29:04 +0300add format.py module with filesize/filetime, replaces helpers.py and formatbytes
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:29:04 +0300] rev 56
add format.py module with filesize/filetime, replaces helpers.py and formatbytes

Fri, 05 Jun 2009 19:28:11 +0300further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:28:11 +0300] rev 55
further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes

Fri, 05 Jun 2009 19:27:09 +0300add external lib/EXIF module
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:27:09 +0300] rev 54
add external lib/EXIF module

Fri, 05 Jun 2009 17:25:58 +0300expressive HTML-rendering module with doctests
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 17:25:58 +0300] rev 53
expressive HTML-rendering module with doctests

Thu, 04 Jun 2009 11:23:28 +0300start writing some kind of nested-HTML-tag-generators magic to use instead of templates :)
Tero Marttila <terom@fixme.fi> [Thu, 04 Jun 2009 11:23:28 +0300] rev 52
start writing some kind of nested-HTML-tag-generators magic to use instead of templates :)

Thu, 04 Jun 2009 11:22:52 +0300start writing new structure, with config, render, filesystem modules
Tero Marttila <terom@fixme.fi> [Thu, 04 Jun 2009 11:22:52 +0300] rev 51
start writing new structure, with config, render, filesystem modules

Wed, 03 Jun 2009 20:41:52 +0300merge use-distutils changes, untested, as a basis for more development
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:41:52 +0300] rev 50
merge use-distutils changes, untested, as a basis for more development

Wed, 03 Jun 2009 20:41:10 +0300xyz
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:41:10 +0300] rev 49
xyz

Wed, 03 Jun 2009 20:33:15 +0300new structure for bin/degal, adding degal/commands, degal/main use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:33:15 +0300] rev 48
new structure for bin/degal, adding degal/commands, degal/main

Wed, 03 Jun 2009 19:40:35 +0300fix template to use pkg_resources, bin/degal does now run use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:40:35 +0300] rev 47
fix template to use pkg_resources, bin/degal does now run

Wed, 03 Jun 2009 19:26:26 +0300add a .hgignore use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:26:26 +0300] rev 46
add a .hgignore

Wed, 03 Jun 2009 19:25:23 +0300move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:25:23 +0300] rev 45
move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts

Wed, 03 Jun 2009 19:23:10 +0300strip copyright/license boilerplate from modules, except dexif and formatbytes use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:23:10 +0300] rev 44
strip copyright/license boilerplate from modules, except dexif and formatbytes

Wed, 03 Jun 2009 19:22:41 +0300add GPLv3 license in COPYING for interim use use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:22:41 +0300] rev 43
add GPLv3 license in COPYING for interim use

Wed, 03 Jun 2009 19:12:39 +0300setup.py sdist works now use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:12:39 +0300] rev 42
setup.py sdist works now

Wed, 03 Jun 2009 19:03:28 +0300reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:03:28 +0300] rev 41
reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now

Wed, 03 Jun 2009 18:59:46 +0300write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better) use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:59:46 +0300] rev 40
write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better)

Wed, 03 Jun 2009 18:39:43 +0300move example lighttpd config to 'docs' subdir
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:39:43 +0300] rev 39
move example lighttpd config to 'docs' subdir

Wed, 03 Jun 2009 18:39:32 +0300rename executable scripts to remove .py extension
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:39:32 +0300] rev 38
rename executable scripts to remove .py extension

Wed, 03 Jun 2009 18:37:12 +0300Old taggr code, never finished old-taggr
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:37:12 +0300] rev 37
Old taggr code, never finished

Wed, 03 Jun 2009 18:36:26 +0300temporarily remove old taggr stuff that was never finished
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:36:26 +0300] rev 36
temporarily remove old taggr stuff that was never finished

Wed, 03 Jun 2009 18:36:17 +0300make detool.py executable
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:36:17 +0300] rev 35
make detool.py executable

Sun, 04 May 2008 18:24:02 +0000...and add lib/dexif.py as well
terom [Sun, 04 May 2008 18:24:02 +0000] rev 34
...and add lib/dexif.py as well

Sun, 04 May 2008 18:23:03 +0000merged http://pajukanta.fi/temp/degal_exif_r33.tar.bz2 patch from Japsu
terom [Sun, 04 May 2008 18:23:03 +0000] rev 33
merged http://pajukanta.fi/temp/degal_exif_r33.tar.bz2 patch from Japsu

Tue, 18 Mar 2008 00:04:02 +0000database dir and schema
terom [Tue, 18 Mar 2008 00:04:02 +0000] rev 32
database dir and schema

Mon, 17 Mar 2008 23:39:03 +0000skip folders that result in exceptions, forgotten style.css
terom [Mon, 17 Mar 2008 23:39:03 +0000] rev 31
skip folders that result in exceptions, forgotten style.css

Thu, 31 Jan 2008 19:19:05 +0000moar tweaks/small bugfixes
terom [Thu, 31 Jan 2008 19:19:05 +0000] rev 30
moar tweaks/small bugfixes

Thu, 31 Jan 2008 19:16:02 +0000some small tweaks to log output
terom [Thu, 31 Jan 2008 19:16:02 +0000] rev 29
some small tweaks to log output

Thu, 31 Jan 2008 19:13:00 +0000fancy new log format
terom [Thu, 31 Jan 2008 19:13:00 +0000] rev 28
fancy new log format

Thu, 31 Jan 2008 17:58:03 +0000fix some unicode issues, and not-alive-dirs-in-subdirs-list issues
terom [Thu, 31 Jan 2008 17:58:03 +0000] rev 27
fix some unicode issues, and not-alive-dirs-in-subdirs-list issues

Thu, 31 Jan 2008 17:28:02 +0000updated shorturls.py to write new shorturls to the db, also adding support for dir-shorturls
terom [Thu, 31 Jan 2008 17:28:02 +0000] rev 26
updated shorturls.py to write new shorturls to the db, also adding support for dir-shorturls

Sun, 20 Jan 2008 01:52:00 +0000tweaks/bugfixes (e.g. support adding multiple tags to an image at once)
terom [Sun, 20 Jan 2008 01:52:00 +0000] rev 25
tweaks/bugfixes (e.g. support adding multiple tags to an image at once)

Sun, 20 Jan 2008 01:07:02 +0000tagging/untagging should now work fully in taggr
terom [Sun, 20 Jan 2008 01:07:02 +0000] rev 24
tagging/untagging should now work fully in taggr

Thu, 17 Jan 2008 01:56:04 +0000taggr2, which is starting to shape up
terom [Thu, 17 Jan 2008 01:56:04 +0000] rev 23
taggr2, which is starting to shape up

Wed, 16 Jan 2008 18:44:03 +0000use sqlite3 instead of bdb, series and shorturl should still work with this (adding new images won't yet)
terom [Wed, 16 Jan 2008 18:44:03 +0000] rev 22
use sqlite3 instead of bdb, series and shorturl should still work with this (adding new images won't yet)

Wed, 16 Jan 2008 16:28:03 +0000slipping in detag.py in the hopes that nobody will notice it before it's gone again...
terom [Wed, 16 Jan 2008 16:28:03 +0000] rev 21
slipping in detag.py in the hopes that nobody will notice it before it's gone again...

Wed, 16 Jan 2008 16:28:00 +0000a rather silly shelve-based tagging thing, commiting before I scrap the code and start over with SQLite
terom [Wed, 16 Jan 2008 16:28:00 +0000] rev 20
a rather silly shelve-based tagging thing, commiting before I scrap the code and start over with SQLite

Wed, 16 Jan 2008 14:58:03 +0000* move cgi-bin to de-cgi-bin so it doesn't conflict with my default alias... need to come up with a real solution to this
terom [Wed, 16 Jan 2008 14:58:03 +0000] rev 19
* move cgi-bin to de-cgi-bin so it doesn't conflict with my default alias... need to come up with a real solution to this
* refactored series/shorturl into the new codebase

Sat, 22 Dec 2007 21:31:01 +0000fix bug with shorturls in gallery.html, and some horrible, horrible crap for the CGI stuff - I need to drop everything now and take a fresh look tomorrow before it gets even worse
terom [Sat, 22 Dec 2007 21:31:01 +0000] rev 18
fix bug with shorturls in gallery.html, and some horrible, horrible crap for the CGI stuff - I need to drop everything now and take a fresh look tomorrow before it gets even worse

Sat, 22 Dec 2007 19:19:05 +0000moved css/cgi files to a seperate www/ dir
terom [Sat, 22 Dec 2007 19:19:05 +0000] rev 17
moved css/cgi files to a seperate www/ dir

Fri, 21 Dec 2007 22:14:01 +0000fix settings.IMAGE_COUNT back to 50, and fix image.html to link to the raw image, not itself
terom [Fri, 21 Dec 2007 22:14:01 +0000] rev 16
fix settings.IMAGE_COUNT back to 50, and fix image.html to link to the raw image, not itself

Fri, 21 Dec 2007 21:19:01 +0000detool.py, meant to be a collection of utility operations, currently lets you move images and their html/thumb/preview files at the same time
terom [Fri, 21 Dec 2007 21:19:01 +0000] rev 15
detool.py, meant to be a collection of utility operations, currently lets you move images and their html/thumb/preview files at the same time

Fri, 21 Dec 2007 20:49:04 +0000remove hanging utils.py in root, and add GPL license header to all .py files
terom [Fri, 21 Dec 2007 20:49:04 +0000] rev 14
remove hanging utils.py in root, and add GPL license header to all .py files

Fri, 21 Dec 2007 20:45:03 +0000image breadcrumb links back to page that said image is on
terom [Fri, 21 Dec 2007 20:45:03 +0000] rev 13
image breadcrumb links back to page that said image is on

Fri, 21 Dec 2007 20:36:03 +0000Major code restructuring. Version is now 0.5, templates use Mako, and the code is split off into several files under lib/
terom [Fri, 21 Dec 2007 20:36:03 +0000] rev 12
Major code restructuring. Version is now 0.5, templates use Mako, and the code is split off into several files under lib/

Thu, 20 Dec 2007 17:42:04 +0000merge the prepare stage into the index/render stages
terom [Thu, 20 Dec 2007 17:42:04 +0000] rev 11
merge the prepare stage into the index/render stages

Tue, 20 Nov 2007 23:47:00 +0000SI units/ISO date-time format
terom [Tue, 20 Nov 2007 23:47:00 +0000] rev 10
SI units/ISO date-time format

Sun, 11 Nov 2007 20:39:05 +0000ShortURLs for dirs without page numbers were broken, as fname was 'index'
terom [Sun, 11 Nov 2007 20:39:05 +0000] rev 9
ShortURLs for dirs without page numbers were broken, as fname was 'index'

Thu, 08 Nov 2007 21:25:01 +0000an unfinished taggr.py, prototype/testing code
terom [Thu, 08 Nov 2007 21:25:01 +0000] rev 8
an unfinished taggr.py, prototype/testing code

Thu, 08 Nov 2007 19:41:03 +0000add missing utils.py
terom [Thu, 08 Nov 2007 19:41:03 +0000] rev 7
add missing utils.py

Thu, 08 Nov 2007 19:26:00 +0000fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)
terom [Thu, 08 Nov 2007 19:26:00 +0000] rev 6
fix alignment of teh paginator, and make shorturl dirs better (no index.html + pagination)

Thu, 08 Nov 2007 19:09:05 +0000fix shorturls to dirs, and a new feature: pagination for index pages
terom [Thu, 08 Nov 2007 19:09:05 +0000] rev 5
fix shorturls to dirs, and a new feature: pagination for index pages

Thu, 08 Nov 2007 17:53:03 +0000add rel="nofollow" to ShortURL and series-related links, googlebot doesn't need to follow them
terom [Thu, 08 Nov 2007 17:53:03 +0000] rev 4
add rel="nofollow" to ShortURL and series-related links, googlebot doesn't need to follow them

Thu, 08 Nov 2007 17:28:01 +0000...and fix it to redirect to the .html. Series.cgi is also refactored+commented+shorturls2'd
terom [Thu, 08 Nov 2007 17:28:01 +0000] rev 3
...and fix it to redirect to the .html. Series.cgi is also refactored+commented+shorturls2'd

Thu, 08 Nov 2007 17:08:04 +0000modify shorturl.cgi to use the new shorturls2.db
terom [Thu, 08 Nov 2007 17:08:04 +0000] rev 2
modify shorturl.cgi to use the new shorturls2.db

Thu, 08 Nov 2007 17:06:03 +0000initial code, somewhere between 0.2 and 0.5
terom [Thu, 08 Nov 2007 17:06:03 +0000] rev 1
initial code, somewhere between 0.2 and 0.5