Sun, 13 Sep 2009 20:08:16 +0300 Tero Marttila kill version magic from setup.py, rename scripts to global names and move package data into the package
Sun, 13 Sep 2009 18:57:48 +0300 Tero Marttila distutils setup.py
Sun, 13 Sep 2009 18:47:00 +0300 Tero Marttila improved search - separate q=/nick= fields
Sun, 13 Sep 2009 01:15:56 +0300 Tero Marttila restructure into package format - the qmsk.* stuff doesn't work so well though, requires a symlink for qmsk.web to work...
Sun, 13 Sep 2009 00:49:55 +0300 Tero Marttila fix error.py version_link_hg argument order
Sun, 13 Sep 2009 00:49:29 +0300 Tero Marttila fix use of mercurial API to be compatible with 1.3.1 - this breaks backwards-compability, though...
Mon, 16 Feb 2009 03:25:00 +0200 Tero Marttila moar pimping of the error page... at this point, error messages are becoming more of a feature than a bug
Mon, 16 Feb 2009 02:55:17 +0200 Tero Marttila better string truncation for error messages
Mon, 16 Feb 2009 02:49:06 +0200 Tero Marttila pimp mah error messages, it has a full link to the Trac with pre-filled title, traceback, url, hg revision fields
Mon, 16 Feb 2009 02:09:14 +0200 Tero Marttila improved error handling for CGI/FastCGI
Mon, 16 Feb 2009 01:03:23 +0200 Tero Marttila our own CGI error handler
Mon, 16 Feb 2009 00:54:25 +0200 Tero Marttila cache version across calls to version_mercurial, so as to avoid opening the repo every time
Mon, 16 Feb 2009 00:52:20 +0200 Tero Marttila rename config.PREF_TIMEZONE_FALLBACK, add Cookie expire/path info, and move the hg version stuff into the template/helpers
Sun, 15 Feb 2009 23:55:48 +0200 Tero Marttila remove debug crap and fix Timezone.is_default to detect config.PREF_TIMEZONE_DEFAULT as well
Sun, 15 Feb 2009 23:50:24 +0200 Tero Marttila Autodetect user timezone using Javascript, this makes the Preferences code a bit more complicated in terms of interaction between default/parse/is_default/build/process/etc, but it should work as intended now