Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-01 | use dateFormat instead of .Date.Format for better localization #274 from ↵ | Mantas Vilčinskas | |
MirMiz/dateformat-fix | |||
2023-05-18 | issues resolution time now aware of whether severity was `down` or not | Nathan Barton | |
2023-04-23 | added Dateformat localization to `relative-time` | MM | |
`relative-time` didn't respected the dateformat, but defaultet on UTC. The Title-Attribute (hover) now displays time in the chosen dateformat. an additional Attribut `data-date` contains the UTC-Format for calculating the relative times using JavaScript | |||
2023-04-23 | use dateFormat instead of .Date.Format for better localization | MM | |
2021-12-25 | fix #213 | Mantas Vilčinskas | |
2021-08-23 | Fix #199 | Mantas Vilčinskas | |
2021-07-24 | Fix 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-02-24 | Doc updates, bugfixes, add rel time to NCMS | Mantas Vilčinskas | |
2020-10-27 | add .Site.Params.useRelativeTime | Kevin Hamer | |
2020-10-27 | Add .relative-time class and JS logic | Kevin Hamer | |
2020-04-12 | #102 | Mantas Vilčinskas | |
2019-12-15 | Design updates - dark mode finished, mini fixes | Mantas Vilčinskas | |
2019-10-04 | Added symbols for severity, informational posts, yearly layout default | Mantas Vilčinskas | |
2019-03-20 | Fix #64 | Mantas | |
2019-01-24 | cState is now stable on v3.0 - 2019-01-24 (info: #41) | Mantas | |