Mon, 16 Feb 2009 02:09:14 +0200improved error handling for CGI/FastCGI
Tero Marttila <terom@fixme.fi> [Mon, 16 Feb 2009 02:09:14 +0200] rev 134
improved error handling for CGI/FastCGI

Mon, 16 Feb 2009 01:03:23 +0200our own CGI error handler
Tero Marttila <terom@fixme.fi> [Mon, 16 Feb 2009 01:03:23 +0200] rev 133
our own CGI error handler

Mon, 16 Feb 2009 00:54:25 +0200cache version across calls to version_mercurial, so as to avoid opening the repo every time
Tero Marttila <terom@fixme.fi> [Mon, 16 Feb 2009 00:54:25 +0200] rev 132
cache version across calls to version_mercurial, so as to avoid opening the repo every time

Mon, 16 Feb 2009 00:52:20 +0200rename config.PREF_TIMEZONE_FALLBACK, add Cookie expire/path info, and move the hg version stuff into the template/helpers
Tero Marttila <terom@fixme.fi> [Mon, 16 Feb 2009 00:52:20 +0200] rev 131
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 +0200remove debug crap and fix Timezone.is_default to detect config.PREF_TIMEZONE_DEFAULT as well
Tero Marttila <terom@fixme.fi> [Sun, 15 Feb 2009 23:55:48 +0200] rev 130
remove debug crap and fix Timezone.is_default to detect config.PREF_TIMEZONE_DEFAULT as well

Sun, 15 Feb 2009 23:50:24 +0200Autodetect 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
Tero Marttila <terom@fixme.fi> [Sun, 15 Feb 2009 23:50:24 +0200] rev 129
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

Sat, 14 Feb 2009 20:13:26 +0200fix config.VERSION_LINK to use relpath('.')
Tero Marttila <terom@fixme.fi> [Sat, 14 Feb 2009 20:13:26 +0200] rev 128
fix config.VERSION_LINK to use relpath('.')

Sat, 14 Feb 2009 20:09:08 +0200improve LogSearchIndex error handling, add explicit close() method, and modify get_index to not keep the index open persistently
Tero Marttila <terom@fixme.fi> [Sat, 14 Feb 2009 20:09:08 +0200] rev 127
improve LogSearchIndex error handling, add explicit close() method, and modify get_index to not keep the index open persistently

Sat, 14 Feb 2009 19:23:25 +0200simple FastCGI support
Tero Marttila <terom@fixme.fi> [Sat, 14 Feb 2009 19:23:25 +0200] rev 126
simple FastCGI support

Sat, 14 Feb 2009 18:41:12 +0200modify index.cgi to use qmsk.web.cgi_main
Tero Marttila <terom@fixme.fi> [Sat, 14 Feb 2009 18:41:12 +0200] rev 125
modify index.cgi to use qmsk.web.cgi_main

Sat, 14 Feb 2009 17:59:13 +0200remove support for default font, as it doesn't support unicode, and implement a 1px line spacing for format_png
Tero Marttila <terom@fixme.fi> [Sat, 14 Feb 2009 17:59:13 +0200] rev 124
remove support for default font, as it doesn't support unicode, and implement a 1px line spacing for format_png

Fri, 13 Feb 2009 01:18:28 +0200fix calls to format_rss/format_png to use a keyword argument
Tero Marttila <terom@fixme.fi> [Fri, 13 Feb 2009 01:18:28 +0200] rev 123
fix calls to format_rss/format_png to use a keyword argument

Fri, 13 Feb 2009 00:32:06 +0200merge quickfixes
Tero Marttila <terom@fixme.fi> [Fri, 13 Feb 2009 00:32:06 +0200] rev 122
merge quickfixes

Fri, 13 Feb 2009 00:29:47 +0200some quickfixes to fix deployment errors
Tero Marttila <terom@fixme.fi> [Fri, 13 Feb 2009 00:29:47 +0200] rev 121
some quickfixes to fix deployment errors

Thu, 12 Feb 2009 23:07:18 +0200tag version 0.1.0-rc1
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 23:07:18 +0200] rev 120
tag version 0.1.0-rc1

Thu, 12 Feb 2009 22:34:54 +0200add version string 0.1.0-rc1
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 22:34:54 +0200] rev 119
add version string

Thu, 12 Feb 2009 01:53:52 +0200implement some basic search-targets for message and nickname
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 01:53:52 +0200] rev 118
implement some basic search-targets for message and nickname

Thu, 12 Feb 2009 00:57:39 +0200revert to use %Y-%m-%d for URL dates again
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 00:57:39 +0200] rev 117
revert to use %Y-%m-%d for URL dates again

Thu, 12 Feb 2009 00:31:34 +0200fix wrong timezone for channel_date
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 00:31:34 +0200] rev 116
fix wrong timezone for channel_date

Thu, 12 Feb 2009 00:16:52 +0200have dates in URLs be partial timestamps - fix datetime-timezone-comparison mess
Tero Marttila <terom@fixme.fi> [Thu, 12 Feb 2009 00:16:52 +0200] rev 115
have dates in URLs be partial timestamps - fix datetime-timezone-comparison mess

Wed, 11 Feb 2009 23:38:05 +0200center calendar list, add prev/next date to channel_link, add view-last-x-lines form to channel_last/channel
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 23:38:05 +0200] rev 114
center calendar list, add prev/next date to channel_link, add view-last-x-lines form to channel_last/channel

Wed, 11 Feb 2009 23:22:13 +0200add <form> for month/year to calendar header
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 23:22:13 +0200] rev 113
add <form> for month/year to calendar header

Wed, 11 Feb 2009 22:56:43 +0200add three calendars to the channel_calendar view
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 22:56:43 +0200] rev 112
add three calendars to the channel_calendar view

Wed, 11 Feb 2009 22:24:55 +0200implement prev/next_date in LogSource
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 22:24:55 +0200] rev 111
implement prev/next_date in LogSource

Wed, 11 Feb 2009 22:01:53 +0200make IrssiParser a bit more resilient as to whitespace in/after timestamps
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 22:01:53 +0200] rev 110
make IrssiParser a bit more resilient as to whitespace in/after timestamps

Wed, 11 Feb 2009 21:55:10 +0200fix handling of custom types by parser/formatter
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 21:55:10 +0200] rev 109
fix handling of custom types by parser/formatter

Wed, 11 Feb 2009 21:50:03 +0200split out helpers._render_type, and add support for ?type= to various other handlers... still needs more work, though
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 21:50:03 +0200] rev 108
split out helpers._render_type, and add support for ?type= to various other handlers... still needs more work, though

Wed, 11 Feb 2009 21:49:35 +0200add prev/next date links to channel_date pagination
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 21:49:35 +0200] rev 107
add prev/next date links to channel_date pagination

Wed, 11 Feb 2009 04:57:55 +0200reformat add_option's and rename --after -> --from, and make that and --until inclusive
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 04:57:55 +0200] rev 106
reformat add_option's and rename --after -> --from, and make that and --until inclusive

Wed, 11 Feb 2009 04:41:22 +0200implement our own optparse.Option with date/timezone types
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 04:41:22 +0200] rev 105
implement our own optparse.Option with date/timezone types