This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/templates
Lunny Xiao 791f290c26
Display error log when a modified template has an error so that it could recovery when the error fixed (#22261) (#22321)
backport #22261 

A drawback is the previous generated template has been cached, so you
cannot get error in the UI but only from log

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
Co-authored-by: delvh <dev.lh@web.de>
2023-01-03 19:39:58 +08:00
..
vars
base.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
dynamic.go Add nicer error handling on template compile errors (#21350) 2022-10-07 22:02:24 +01:00
helper.go Fix vertical align of committer avatar rendered by email address (#21884) (#21918) 2022-11-24 10:52:20 +08:00
helper_test.go
htmlrenderer.go Display error log when a modified template has an error so that it could recovery when the error fixed (#22261) (#22321) 2023-01-03 19:39:58 +08:00
mailer.go Share HTML template renderers and create a watcher framework (#20218) 2022-08-28 10:43:25 +01:00
static.go Add nicer error handling on template compile errors (#21350) 2022-10-07 22:02:24 +01:00
templates_bindata.go