Wed, 30 Mar 2016 01:29:22 +0300 terom qmsk.irclogs: config LogChannel tempire default tip
Wed, 30 Mar 2016 01:29:05 +0300 terom qmsk.irclogs: not valid XHTML
Thu, 25 Sep 2014 11:36:23 +0300 terom qmsk.irclogs: format html logline urls with <a rel='nofollow'>
Wed, 07 Mar 2012 21:39:07 +0200 Tero Marttila merge
Wed, 07 Mar 2012 21:38:19 +0200 Tero Marttila make irclogs line <a id> links faintly visible
Tue, 28 Feb 2012 13:11:22 +0200 Tero Marttila merge tag?
Tue, 28 Feb 2012 13:10:09 +0200 Tero Marttila qmsk-irclogs.fcgi: using #! python, not python2.5
Tue, 28 Feb 2012 13:08:00 +0200 Tero Marttila log_source: fix get_date_paged returning max as float
Sun, 13 Sep 2009 20:11:06 +0300 Tero Marttila tag 0.2.0-rc1 release with: FastCGI support, automatic timezone detection, error reporting, improve package structure, improved search, and many bugfixes
Sun, 13 Sep 2009 20:11:00 +0300 Tero Marttila update HGWEB_URL 0.2.0-rc1
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
Sat, 14 Feb 2009 20:13:26 +0200 Tero Marttila fix config.VERSION_LINK to use relpath('.')
Sat, 14 Feb 2009 20:09:08 +0200 Tero Marttila 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 +0200 Tero Marttila simple FastCGI support
Sat, 14 Feb 2009 18:41:12 +0200 Tero Marttila modify index.cgi to use qmsk.web.cgi_main
Sat, 14 Feb 2009 17:59:13 +0200 Tero Marttila 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 +0200 Tero Marttila fix calls to format_rss/format_png to use a keyword argument
Fri, 13 Feb 2009 00:32:06 +0200 Tero Marttila merge quickfixes
Fri, 13 Feb 2009 00:29:47 +0200 Tero Marttila some quickfixes to fix deployment errors
Thu, 12 Feb 2009 23:07:18 +0200 Tero Marttila tag version 0.1.0-rc1
Thu, 12 Feb 2009 22:34:54 +0200 Tero Marttila add version string 0.1.0-rc1
Thu, 12 Feb 2009 01:53:52 +0200 Tero Marttila implement some basic search-targets for message and nickname
Thu, 12 Feb 2009 00:57:39 +0200 Tero Marttila revert to use %Y-%m-%d for URL dates again
Thu, 12 Feb 2009 00:31:34 +0200 Tero Marttila fix wrong timezone for channel_date
Thu, 12 Feb 2009 00:16:52 +0200 Tero Marttila have dates in URLs be partial timestamps - fix datetime-timezone-comparison mess
Wed, 11 Feb 2009 23:38:05 +0200 Tero Marttila 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 +0200 Tero Marttila add <form> for month/year to calendar header
Wed, 11 Feb 2009 22:56:43 +0200 Tero Marttila add three calendars to the channel_calendar view
Wed, 11 Feb 2009 22:24:55 +0200 Tero Marttila implement prev/next_date in LogSource
Wed, 11 Feb 2009 22:01:53 +0200 Tero Marttila make IrssiParser a bit more resilient as to whitespace in/after timestamps
Wed, 11 Feb 2009 21:55:10 +0200 Tero Marttila fix handling of custom types by parser/formatter
Wed, 11 Feb 2009 21:50:03 +0200 Tero Marttila 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 +0200 Tero Marttila add prev/next date links to channel_date pagination
Wed, 11 Feb 2009 04:57:55 +0200 Tero Marttila reformat add_option's and rename --after -> --from, and make that and --until inclusive
Wed, 11 Feb 2009 04:41:22 +0200 Tero Marttila implement our own optparse.Option with date/timezone types
Wed, 11 Feb 2009 04:19:10 +0200 Tero Marttila split scripts/search-index options into groups
Wed, 11 Feb 2009 04:14:22 +0200 Tero Marttila implement --until, and fix handling of ServerMode
Wed, 11 Feb 2009 04:04:55 +0200 Tero Marttila have LogDirectory use utils.mtime instead of os.stat
Wed, 11 Feb 2009 03:58:20 +0200 Tero Marttila implement autoload --reset
Wed, 11 Feb 2009 03:52:14 +0200 Tero Marttila implement ignore-resume option
Wed, 11 Feb 2009 03:46:59 +0200 Tero Marttila 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 +0200 Tero Marttila implement tempfile use for scripts/search-index autoload, so that it can resume aborted sessions
Wed, 11 Feb 2009 03:05:11 +0200 Tero Marttila implement parser/formatter netsplits and day-change
Wed, 11 Feb 2009 03:04:35 +0200 Tero Marttila move the LogSearchIndex open from handlers to log_search, and make it lazy
Wed, 11 Feb 2009 02:21:43 +0200 Tero Marttila implement utils.mtime
Wed, 11 Feb 2009 02:16:11 +0200 Tero Marttila implement --after for autoload
Wed, 11 Feb 2009 02:07:07 +0200 Tero Marttila implement scripts/search-index autoload
Wed, 11 Feb 2009 01:21:22 +0200 Tero Marttila change debug formatter to to use str(LogLine) for TSV, and fix handling of topic-unset
Wed, 11 Feb 2009 01:00:18 +0200 Tero Marttila make LogLine.format_source slightly less misleading
Wed, 11 Feb 2009 00:47:02 +0200 Tero Marttila clean up repr(LogLine) output
Wed, 11 Feb 2009 00:33:21 +0200 Tero Marttila 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 +0200 Tero Marttila improve scripts/search-index with better help info
Tue, 10 Feb 2009 23:59:37 +0200 Tero Marttila update LogSearchIndex to use new LogLine fields
Tue, 10 Feb 2009 23:00:11 +0200 Tero Marttila implement full parser+formatter for irssi
Tue, 10 Feb 2009 22:59:52 +0200 Tero Marttila misc. template clean (hide RSS link, remove extra whitespace from calendar source
Tue, 10 Feb 2009 22:59:17 +0200 Tero Marttila fix bug with timezone dropdown selected-value
Tue, 10 Feb 2009 05:56:57 +0200 Tero Marttila improve parser resilience, improve get_month_days, add 'Channel' item to general menu
Tue, 10 Feb 2009 04:27:22 +0200 Tero Marttila add a LogSourceDecoder to fallback from utf-8 to latin-1, and improve scripts/search-index.py
Tue, 10 Feb 2009 03:48:51 +0200 Tero Marttila add #test logfile, improve handling of low-logfile situations
Tue, 10 Feb 2009 03:22:43 +0200 Tero Marttila add RSSFormatter, and link to different types from channel_last.tmpl...
Tue, 10 Feb 2009 02:57:16 +0200 Tero Marttila image formatting \o/
Tue, 10 Feb 2009 01:24:59 +0200 Tero Marttila implement pagination for channel_link
Tue, 10 Feb 2009 01:05:35 +0200 Tero Marttila implement max_pages, and paginate channel_date by default now
Tue, 10 Feb 2009 01:02:26 +0200 Tero Marttila fix off-by-one with search paginate, and implement basic pagination for channel_date
Tue, 10 Feb 2009 00:19:56 +0200 Tero Marttila fix pagination to just use page numbers... less bugs
Tue, 10 Feb 2009 00:04:15 +0200 Tero Marttila handle the 'no search results' case
Mon, 09 Feb 2009 23:49:57 +0200 Tero Marttila split defined configuration constants into config, and implement search result pagination
Mon, 09 Feb 2009 22:17:10 +0200 Tero Marttila implement line-links as UTC timestamps
Mon, 09 Feb 2009 14:07:19 +0200 Tero Marttila fix index.tmpl, and change tz_name to %Z%z format
Mon, 09 Feb 2009 13:45:06 +0200 Tero Marttila merge channel_view and channel_last, adding a More link to channel_last.tmpl
Mon, 09 Feb 2009 13:19:00 +0200 Tero Marttila href-ize urls
Mon, 09 Feb 2009 12:59:03 +0200 Tero Marttila improve search form & script
Mon, 09 Feb 2009 12:11:34 +0200 Tero Marttila fix LogSearchIndex open permissions
Mon, 09 Feb 2009 12:07:01 +0200 Tero Marttila add count/skip to search results, requires modifications to the swig bindings for HyperEstraier...
Mon, 09 Feb 2009 11:46:17 +0200 Tero Marttila improve search further
Mon, 09 Feb 2009 11:05:53 +0200 Tero Marttila beginnings of a LogSearchIndex class
Mon, 09 Feb 2009 07:32:11 +0200 Tero Marttila rudimentary search
Mon, 09 Feb 2009 07:15:19 +0200 Tero Marttila add prefs to render context, and remove old timezone/formatter from it
Mon, 09 Feb 2009 07:09:00 +0200 Tero Marttila fix div#title
Mon, 09 Feb 2009 07:06:49 +0200 Tero Marttila improve form styling
Mon, 09 Feb 2009 06:56:04 +0200 Tero Marttila ugly, but working, preferences editor
Mon, 09 Feb 2009 06:19:12 +0200 Tero Marttila special-case current month in calendar
Mon, 09 Feb 2009 06:12:11 +0200 Tero Marttila fix use of urls.channel_view.build with no count
Mon, 09 Feb 2009 06:04:27 +0200 Tero Marttila tweak layout slightly
Mon, 09 Feb 2009 05:44:29 +0200 Tero Marttila improve calendar further
Mon, 09 Feb 2009 04:39:24 +0200 Tero Marttila implement browse-by-date to show a nice calendar
Mon, 09 Feb 2009 03:05:43 +0200 Tero Marttila add some user-preferences support (e.g. timezone, time formats)
Mon, 09 Feb 2009 01:17:32 +0200 Tero Marttila fix to use url.build properly
Mon, 09 Feb 2009 01:11:05 +0200 Tero Marttila use improved URLConfig/URLType
Mon, 09 Feb 2009 00:24:13 +0200 Tero Marttila implement more LogSource features (logs for date, cleanup last_logs), implement irssi parser, formatter, other misc. stuff
Sun, 08 Feb 2009 04:59:22 +0200 Tero Marttila add search form to menu, remove styling from inputs/selects other than the submit button
Sun, 08 Feb 2009 04:41:00 +0200 Tero Marttila fix bugs with file tailing
Sun, 08 Feb 2009 03:31:22 +0200 Tero Marttila fix template path
Sun, 08 Feb 2009 03:23:25 +0200 Tero Marttila reduce to irclogs.qmsk.net site
Sun, 08 Feb 2009 03:13:11 +0200 Tero Marttila move urltree into lib
Sun, 08 Feb 2009 03:08:25 +0200 Tero Marttila merge sites branch back into default, the general structure is well past done now
Sun, 08 Feb 2009 02:55:53 +0200 Tero Marttila implement channel_view count, the query stuff, css, layout all need some cleanup :( sites
Sun, 08 Feb 2009 02:29:23 +0200 Tero Marttila more fiddling around with the irclogs layout/css, add query args to URL sites
Sun, 08 Feb 2009 00:29:36 +0200 Tero Marttila working basic logs stuff sites
Sat, 07 Feb 2009 21:21:10 +0200 Tero Marttila the handlers work now sites
Sat, 07 Feb 2009 21:02:33 +0200 Tero Marttila split off to urltree.py, and add support for types sites
Sat, 07 Feb 2009 20:40:56 +0200 Tero Marttila working trailing defaults sites
Sat, 07 Feb 2009 20:34:07 +0200 Tero Marttila URLTree works, apart from trailing default values sites
Sat, 07 Feb 2009 20:05:57 +0200 Tero Marttila start working on some nify URL parsing sites
Sat, 07 Feb 2009 17:14:01 +0200 Tero Marttila move pages/ -> sites/www.qmsk.net/pages/ sites
Sat, 07 Feb 2009 17:10:06 +0200 Tero Marttila move lib.filesystem code to sites/www.qmsk.net, part one sites