log mod_http_muc_log/http_muc_log.html @ 3763:f384669a9359

age author description
2019-11-17 Kim Alvefur mod_http_muc_log: Refactor calendarization of date list into a template filter BC
2019-10-13 Kim Alvefur mod_http_muc_log: Add arrow to 'latest' link like on other navigation
2019-10-13 Kim Alvefur mod_http_muc_log: Add add an arrow to upwards navigation links (like on next/prev)
2019-10-13 Kim Alvefur mod_http_muc_log: Add button-link to webchat URL if one is set via mod_muc_webchat_url
2019-10-13 Kim Alvefur mod_http_muc_log: Compose page title from room data
2019-10-13 Kim Alvefur mod_http_muc_log: Add date metadata to log pages
2019-10-09 Kim Alvefur mod_http_muc_log: More blue links to distinguish them as such (thanks jonas’)
2019-10-09 Kim Alvefur mod_http_muc_log: Expose xml:lang from each message/body #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use configured room language in room title/desc #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Use <main> element to mark main content #a11y
2019-10-09 Kim Alvefur mod_http_muc_log: Declare language as English #a11y
2019-09-29 Kim Alvefur mod_http_muc_log: Hide room join link from room listing
2019-09-29 Kim Alvefur mod_http_muc_log: Make link to join room more button-looking
2019-09-29 Kim Alvefur mod_http_muc_log: Wrap navigation in unorderded lists (thanks jonas’)
2019-08-10 Kim Alvefur mod_http_muc_log: Make time based anchors from mod_muc_log_http work
2019-05-16 Kim Alvefur mod_http_muc_log: Hide join/part controls if they are not stored by mod_muc_mam
2019-05-05 Kim Alvefur mod_http_muc_log: Add option to show OOB images
2019-05-05 Kim Alvefur mod_http_muc_log: Increase clickable area on dates
2019-05-05 Kim Alvefur mod_http_muc_log: Add table header and body tags for improved semantics
2019-03-13 Kim Alvefur mod_http_muc_log: Add functionality for hiding joins and parts
2016-03-15 Kim Alvefur mod_http_muc_log: Add XMPP URI link for joining the current room
2015-10-20 Kim Alvefur mod_http_muc_log: Produce local timestamps in local format
2015-05-19 Kim Alvefur mod_http_muc_log: Update template for changes in template engine
2015-03-11 Kim Alvefur mod_http_muc_log: Alter template language to more simply allow optional bits in templates
2015-03-02 Kim Alvefur mod_http_muc_log: Fix alignment of month-tables (Thanks March)
2015-02-10 Kim Alvefur mod_http_muc_log: Switch to a calendar view for selecting dates
2014-12-20 Kim Alvefur mod_http_muc_log: (template) Remove duplicate CSS property
2014-12-03 Kim Alvefur mod_http_muc_log: Split out template into a configurable file.