Wed, 03 Jun 2009 19:40:35 +0300 Tero Marttila fix template to use pkg_resources, bin/degal does now run use-distutils
Wed, 03 Jun 2009 19:26:26 +0300 Tero Marttila add a .hgignore use-distutils
Wed, 03 Jun 2009 19:25:23 +0300 Tero Marttila move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts use-distutils
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:22:41 +0300 Tero Marttila add GPLv3 license in COPYING for interim use use-distutils
Wed, 03 Jun 2009 19:12:39 +0300 Tero Marttila setup.py sdist works now 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
Wed, 03 Jun 2009 18:59:46 +0300 Tero Marttila write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better) use-distutils
Wed, 03 Jun 2009 18:39:43 +0300 Tero Marttila move example lighttpd config to 'docs' subdir
Wed, 03 Jun 2009 18:39:32 +0300 Tero Marttila rename executable scripts to remove .py extension
Wed, 03 Jun 2009 18:37:12 +0300 Tero Marttila Old taggr code, never finished old-taggr
Wed, 03 Jun 2009 18:36:26 +0300 Tero Marttila temporarily remove old taggr stuff that was never finished
Wed, 03 Jun 2009 18:36:17 +0300 Tero Marttila make detool.py executable
Sun, 04 May 2008 18:24:02 +0000 terom ...and add lib/dexif.py as well
Sun, 04 May 2008 18:23:03 +0000 terom merged http://pajukanta.fi/temp/degal_exif_r33.tar.bz2 patch from Japsu
Tue, 18 Mar 2008 00:04:02 +0000 terom database dir and schema
Mon, 17 Mar 2008 23:39:03 +0000 terom skip folders that result in exceptions, forgotten style.css
Thu, 31 Jan 2008 19:19:05 +0000 terom moar tweaks/small bugfixes
Thu, 31 Jan 2008 19:16:02 +0000 terom some small tweaks to log output
Thu, 31 Jan 2008 19:13:00 +0000 terom fancy new log format
Thu, 31 Jan 2008 17:58:03 +0000 terom fix some unicode issues, and not-alive-dirs-in-subdirs-list issues
Thu, 31 Jan 2008 17:28:02 +0000 terom updated shorturls.py to write new shorturls to the db, also adding support for dir-shorturls
Sun, 20 Jan 2008 01:52:00 +0000 terom tweaks/bugfixes (e.g. support adding multiple tags to an image at once)
Sun, 20 Jan 2008 01:07:02 +0000 terom tagging/untagging should now work fully in taggr
Thu, 17 Jan 2008 01:56:04 +0000 terom taggr2, which is starting to shape up
Wed, 16 Jan 2008 18:44:03 +0000 terom 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 +0000 terom slipping in detag.py in the hopes that nobody will notice it before it's gone again...
Wed, 16 Jan 2008 16:28:00 +0000 terom 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 terom * 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
Sat, 22 Dec 2007 21:31:01 +0000 terom 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