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

Wed, 11 Feb 2009 04:19:10 +0200split scripts/search-index options into groups
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 04:19:10 +0200] rev 104
split scripts/search-index options into groups

Wed, 11 Feb 2009 04:14:22 +0200implement --until, and fix handling of ServerMode
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 04:14:22 +0200] rev 103
implement --until, and fix handling of ServerMode

Wed, 11 Feb 2009 04:04:55 +0200have LogDirectory use utils.mtime instead of os.stat
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 04:04:55 +0200] rev 102
have LogDirectory use utils.mtime instead of os.stat

Wed, 11 Feb 2009 03:58:20 +0200implement autoload --reset
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:58:20 +0200] rev 101
implement autoload --reset

Wed, 11 Feb 2009 03:52:14 +0200implement ignore-resume option
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:52:14 +0200] rev 100
implement ignore-resume option

Wed, 11 Feb 2009 03:46:59 +0200implement non-blocking locking for the estdb, and our own locking for the autoload statetmpfile... it should work well now
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:46:59 +0200] rev 99
implement non-blocking locking for the estdb, and our own locking for the autoload statetmpfile... it should work well now

Wed, 11 Feb 2009 03:32:21 +0200implement tempfile use for scripts/search-index autoload, so that it can resume aborted sessions
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:32:21 +0200] rev 98
implement tempfile use for scripts/search-index autoload, so that it can resume aborted sessions

Wed, 11 Feb 2009 03:05:11 +0200implement parser/formatter netsplits and day-change
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:05:11 +0200] rev 97
implement parser/formatter netsplits and day-change

Wed, 11 Feb 2009 03:04:35 +0200move the LogSearchIndex open from handlers to log_search, and make it lazy
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 03:04:35 +0200] rev 96
move the LogSearchIndex open from handlers to log_search, and make it lazy

Wed, 11 Feb 2009 02:21:43 +0200implement utils.mtime
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 02:21:43 +0200] rev 95
implement utils.mtime

Wed, 11 Feb 2009 02:16:11 +0200implement --after for autoload
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 02:16:11 +0200] rev 94
implement --after for autoload

Wed, 11 Feb 2009 02:07:07 +0200implement scripts/search-index autoload
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 02:07:07 +0200] rev 93
implement scripts/search-index autoload

Wed, 11 Feb 2009 01:21:22 +0200change debug formatter to to use str(LogLine) for TSV, and fix handling of topic-unset
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 01:21:22 +0200] rev 92
change debug formatter to to use str(LogLine) for TSV, and fix handling of topic-unset

Wed, 11 Feb 2009 01:00:18 +0200make LogLine.format_source slightly less misleading
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 01:00:18 +0200] rev 91
make LogLine.format_source slightly less misleading

Wed, 11 Feb 2009 00:47:02 +0200clean up repr(LogLine) output
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 00:47:02 +0200] rev 90
clean up repr(LogLine) output

Wed, 11 Feb 2009 00:33:21 +0200add utils.to/from_utc_timestamp functions, fix LogSearchIndex to store all LogLine attributes, add list() method to get LogLines for a given date, and improve scripts/search-index
Tero Marttila <terom@fixme.fi> [Wed, 11 Feb 2009 00:33:21 +0200] rev 89
add utils.to/from_utc_timestamp functions, fix LogSearchIndex to store all LogLine attributes, add list() method to get LogLines for a given date, and improve scripts/search-index

Tue, 10 Feb 2009 23:59:56 +0200improve scripts/search-index with better help info
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 23:59:56 +0200] rev 88
improve scripts/search-index with better help info

Tue, 10 Feb 2009 23:59:37 +0200update LogSearchIndex to use new LogLine fields
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 23:59:37 +0200] rev 87
update LogSearchIndex to use new LogLine fields

Tue, 10 Feb 2009 23:00:11 +0200implement full parser+formatter for irssi
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 23:00:11 +0200] rev 86
implement full parser+formatter for irssi

Tue, 10 Feb 2009 22:59:52 +0200misc. template clean (hide RSS link, remove extra whitespace from calendar source
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 22:59:52 +0200] rev 85
misc. template clean (hide RSS link, remove extra whitespace from calendar source

Tue, 10 Feb 2009 22:59:17 +0200fix bug with timezone dropdown selected-value
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 22:59:17 +0200] rev 84
fix bug with timezone dropdown selected-value

Tue, 10 Feb 2009 05:56:57 +0200improve parser resilience, improve get_month_days, add 'Channel' item to general menu
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 05:56:57 +0200] rev 83
improve parser resilience, improve get_month_days, add 'Channel' item to general menu

Tue, 10 Feb 2009 04:27:22 +0200add a LogSourceDecoder to fallback from utf-8 to latin-1, and improve scripts/search-index.py
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 04:27:22 +0200] rev 82
add a LogSourceDecoder to fallback from utf-8 to latin-1, and improve scripts/search-index.py

Tue, 10 Feb 2009 03:48:51 +0200add #test logfile, improve handling of low-logfile situations
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 03:48:51 +0200] rev 81
add #test logfile, improve handling of low-logfile situations

Tue, 10 Feb 2009 03:22:43 +0200add RSSFormatter, and link to different types from channel_last.tmpl...
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 03:22:43 +0200] rev 80
add RSSFormatter, and link to different types from channel_last.tmpl...

Tue, 10 Feb 2009 02:57:16 +0200image formatting \o/
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 02:57:16 +0200] rev 79
image formatting \o/

Tue, 10 Feb 2009 01:24:59 +0200implement pagination for channel_link
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 01:24:59 +0200] rev 78
implement pagination for channel_link

Tue, 10 Feb 2009 01:05:35 +0200implement max_pages, and paginate channel_date by default now
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 01:05:35 +0200] rev 77
implement max_pages, and paginate channel_date by default now

Tue, 10 Feb 2009 01:02:26 +0200fix off-by-one with search paginate, and implement basic pagination for channel_date
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 01:02:26 +0200] rev 76
fix off-by-one with search paginate, and implement basic pagination for channel_date

Tue, 10 Feb 2009 00:19:56 +0200fix pagination to just use page numbers... less bugs
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 00:19:56 +0200] rev 75
fix pagination to just use page numbers... less bugs

Tue, 10 Feb 2009 00:04:15 +0200handle the 'no search results' case
Tero Marttila <terom@fixme.fi> [Tue, 10 Feb 2009 00:04:15 +0200] rev 74
handle the 'no search results' case

Mon, 09 Feb 2009 23:49:57 +0200split defined configuration constants into config, and implement search result pagination
Tero Marttila <terom@fixme.fi> [Mon, 09 Feb 2009 23:49:57 +0200] rev 73
split defined configuration constants into config, and implement search result pagination

Mon, 09 Feb 2009 22:17:10 +0200implement line-links as UTC timestamps
Tero Marttila <terom@fixme.fi> [Mon, 09 Feb 2009 22:17:10 +0200] rev 72
implement line-links as UTC timestamps

Mon, 09 Feb 2009 14:07:19 +0200fix index.tmpl, and change tz_name to %Z%z format
Tero Marttila <terom@fixme.fi> [Mon, 09 Feb 2009 14:07:19 +0200] rev 71
fix index.tmpl, and change tz_name to %Z%z format

Mon, 09 Feb 2009 13:45:06 +0200merge channel_view and channel_last, adding a More link to channel_last.tmpl
Tero Marttila <terom@fixme.fi> [Mon, 09 Feb 2009 13:45:06 +0200] rev 70
merge channel_view and channel_last, adding a More link to channel_last.tmpl

Mon, 09 Feb 2009 13:19:00 +0200href-ize urls
Tero Marttila <terom@fixme.fi> [Mon, 09 Feb 2009 13:19:00 +0200] rev 69
href-ize urls