aboutsummaryrefslogtreecommitdiff
path: root/layouts
AgeCommit message (Collapse)Author
2021-09-04Fix #204Mantas Vilčinskas
2021-08-23Fix #199Mantas Vilčinskas
2021-07-245.0.4Mantas Vilčinskas
2021-07-245.0.4Mantas Vilčinskas
2021-07-245.0.4Mantas Vilčinskas
2021-07-24Fix relative date for resolved issues and non-UTC browser timezone. (#197)Harald Kraemer
* Remove Storehouse from the README examples (#195) Their status page is no longer present, as they seem to be changing their web strategy * Fix relative date for resolved issues and non-UTC browser timezone. The missing <UTC> in the layout causes a weird glitch if the users browser is in a non-UTC timezone. For open incidents, the time is rendered as "23-07-2021 12:17:40 UTC", and then the javascript library correctly translates from UTC into the users browser time, resulting in say "30m ago". For a resolved incident, the timezone of the date was stripped due to the missing <UTC> in the format string, resulting in "23-07-2021 12:17:40". If the user has a browser is in the timezone CEST (UTC+2), this causes the relative time to jump from "30 minutes ago" for an open incident to "2 hours ago" for a closed incident, because now the time without time zone is not interpreted as UTC anymore. Co-authored-by: Justin Clift <82353280+jc-dgit@users.noreply.github.com> Co-authored-by: Harald Kraemer <harald.kraemer@sabio.de>
2021-05-09fix #184Mantas Vilčinskas
2021-05-09v5.0.3Mantas Vilčinskas
2021-05-01v5.0.2 fix #180 by showing date instead of relative time for future datesMantas Vilčinskas
report by @untuned
2021-04-19v5.0.1Mantas Vilčinskas
2021-04-19v5.0.1Mantas Vilčinskas
2021-04-19v5.0.1Mantas Vilčinskas
2021-04-17v5 ready to deployMantas Vilčinskas
2021-03-06fix #101 - add category status, #161 ref in config.ymlMantas Vilčinskas
2021-02-24API updates, lastmod, NCMS/default config changes, version to 0.80Mantas Vilčinskas
2021-02-24API v2 Index featuresMantas Vilčinskas
2021-02-24Doc updates, bugfixes, add rel time to NCMSMantas Vilčinskas
2020-10-27add .Site.Params.skipSecondsKevin Hamer
2020-10-27add .Site.Params.useRelativeTimeKevin Hamer
2020-10-27fix IE bug; rename 'data-prefix' to 'data-time-prefix' and add unused ↵Kevin Hamer
'data-time-suffix'
2020-10-27Add .relative-time class and JS logicKevin Hamer
2020-10-27fix automatic reload logicKevin Hamer
2020-10-27v4.4Mantas Vilčinskas
2020-10-27v4.4Mantas Vilčinskas
2020-10-27v4.4Mantas Vilčinskas
2020-10-27Relative URLs for /affected/ done #126Mantas Vilčinskas
2020-10-27Years look better on homepage. Relative logo URL #126Mantas Vilčinskas
2020-10-27Fix #126 - support for non-root dirMantas Vilčinskas
2020-06-30v4.3.1Mantas Vilčinskas
2020-06-30typoMantas Vilčinskas
2020-06-30v4.3.1Mantas Vilčinskas
2020-06-30v4.3.1Mantas Vilčinskas
2020-06-29v4.3Mantas Vilčinskas
2020-06-29v4.3Mantas Vilčinskas
2020-06-29v4.3Mantas Vilčinskas
2020-06-16v4.2.1Mantas Vilčinskas
2020-06-16v4.2.1Mantas Vilčinskas
2020-06-16v4.2.1Mantas Vilčinskas
2020-06-15Append a trailing slash to all 'affected' URLsBenoit BERAUD
2020-06-15Fix parameter name for headerTextColorBenoit BERAUD
2020-05-19VERSION 4.2.0 CHANGEMantas Vilčinskas
2020-05-19VERSION 4.2.0 CHANGEMantas Vilčinskas
2020-05-19VERSION 4.2.0 CHANGEMantas Vilčinskas
2020-05-19Update index.xmlMantas Vilčinskas
2020-05-19Update index.htmlMantas Vilčinskas
2020-05-19Update tabs.htmlMantas Vilčinskas
2020-05-19Update footer.htmlMantas Vilčinskas
2020-05-11Add config option to disable incident historyPascal Breuer
2020-04-12#102Mantas Vilčinskas
2020-04-09fix issue with disableComplexCalculations param being incorrectly referencedKevin Lang