log mod_http_muc_log/mod_http_muc_log.lua @ 2690:43ad92c5b91a

age author description
Thu, 13 Apr 2017 22:47:09 +0200 Kim Alvefur mod_http_muc_log: Remove caching
Wed, 01 Mar 2017 20:34:17 +0100 Kim Alvefur mod_http_muc_log: Fix prev/next date finding
Wed, 01 Mar 2017 20:33:58 +0100 Kim Alvefur mod_http_muc_log: Rename loop variable to avoid name clash
Wed, 01 Mar 2017 20:31:08 +0100 Kim Alvefur mod_http_muc_log: Move scope of variables into loop
Wed, 01 Mar 2017 20:29:40 +0100 Kim Alvefur mod_http_muc_log: Add some comments
Fri, 08 Jul 2016 22:40:30 +0200 Kim Alvefur mod_http_muc_log: Find next and previous date with date index if this is supported by the storage driver
Fri, 08 Jul 2016 22:39:41 +0200 Kim Alvefur mod_http_muc_log: Link to next day with content, regardless of type (simplifes)
Mon, 07 Sep 2015 16:27:26 +0200 Kim Alvefur mod_http_muc_log: If archive driver provides the dates method, use it
Tue, 19 May 2015 16:13:00 +0200 Kim Alvefur mod_http_muc_log: Template engine thing moved into util.interpolation
Sat, 11 Apr 2015 21:43:32 +0200 Kim Alvefur mod_http_muc_log: Fix passing dates trough util.datetime twice;
Tue, 07 Apr 2015 18:12:40 +0200 Kim Alvefur mod_http_muc_log: Cleanup [luacheck]
Wed, 11 Mar 2015 13:29:23 +0100 Kim Alvefur mod_http_muc_log: Alter template language to more simply allow optional bits in templates
Tue, 10 Feb 2015 15:00:10 +0100 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates
Mon, 09 Feb 2015 00:47:38 +0100 Kim Alvefur mod_http_muc_log: Sort date list in reverse
Wed, 03 Dec 2014 15:35:38 +0100 Kim Alvefur mod_http_muc_log: Split out template into a configurable file.