aboutsummaryrefslogtreecommitdiffhomepage
path: root/template/functions.go
Commit message (Collapse)AuthorAge
* Make sure external URLs are not encoded incorrectly by Go template engineGravatar Frédéric Guillot2020-01-02
|
* Show attachment size on entry pageGravatar Frédéric Guillot2019-11-29
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Move image proxy filter to template functionsGravatar Frédéric Guillot2018-12-02
|
* Improve time since post date displaysGravatar ariddell2018-11-17
| | | | | | | | - 15 days now is "15 days" rather than "3 weeks" ago. - 32 days is now "1 month" rather than "2 months" ago. - 366 days is now "1 year" rather than "2 years" ago. Closes #267
* Simplify locale package usage (refactoring)Gravatar Frédéric Guillot2018-09-22
|
* Use unique translation IDs instead of English text as keyGravatar Frédéric Guillot2018-09-21
|
* Add more unit tests for template functionsGravatar Frédéric Guillot2018-09-20
|
* Fix invalid output when truncating Unicode text in templatesGravatar Savely Krasovsky2018-09-20
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Improve themes handlingGravatar Frédéric Guillot2018-07-18
| | | | | | - Store user theme in session - Logged out users will keep their theme - Add theme background color to web manifest and meta tag
* Show feed title instead of domain in items listGravatar Dave Z2018-07-17
|
* Make image proxy configurableGravatar Dave Z2018-07-12
| | | | | | | | Adds IMAGE_PROXY configuration setting to change image proxy filter behaviour: - none = No proxy - http-only = Proxy only non-HTTPS images (default) - all = Proxy everything
* Do not use shared variable to translate templatesGravatar Frédéric Guillot2018-04-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Move template functions outside engine (refactoring)Gravatar Frédéric Guillot2018-02-04