log sat/tools/common/template.py @ 4037:524856bd7b19

age author description
Sat, 08 Apr 2023 13:54:42 +0200 Goffi massive refactoring to switch from camelCase to snake_case:
Thu, 30 Mar 2023 16:57:11 +0200 Goffi tools (common/template): add 2 new filters: `timestamp_to_hour` and `delta_to_human`:
Thu, 30 Mar 2023 16:53:41 +0200 Goffi tools (common/template): let specify timezone name in `date_fmt` filter
Tue, 22 Mar 2022 17:00:42 +0100 Goffi tools (common/template): fix setting of `css_files_noscript` when `css_file` is specified
Fri, 19 Mar 2021 15:45:14 +0100 Goffi date update
Fri, 19 Mar 2021 14:01:52 +0100 Goffi tools (common/template): new `fallback` settings:
Thu, 16 Jul 2020 09:07:26 +0200 Goffi tools (common/template): use `to_json` instead of `json` + added missing args to `date_fmt`
Fri, 19 Jun 2020 15:45:57 +0200 Goffi common (template): better json dumping:
Mon, 18 May 2020 23:41:36 +0200 Goffi tools (common/template): new `icon_from_client` method:
Sun, 03 May 2020 17:01:39 +0200 Goffi tools (common/template): theme settings with possibility to disable default fallback for CSS:
Sun, 03 May 2020 13:40:04 +0200 Goffi tools (common/template): typos
Fri, 01 May 2020 16:26:39 +0200 Goffi tools (common/template): list themes and parse their browser data, available through new `getThemesData` method
Wed, 29 Jan 2020 10:07:00 +0100 Goffi fixed shebangs
Wed, 29 Jan 2020 09:50:54 +0100 Goffi dates update
Fri, 18 Oct 2019 17:51:44 +0200 Goffi tools (common/template): removed warning catches, jinja2>=2.10.3 now handles them correctly