forgejo/modules/templates
Giteabot a3b917151c
Improve template error reporting (#23396) (#23600)
Backport #23396 by @zeripath

There are multiple duplicate reports of errors during template rendering
due to broken custom templates.

Unfortunately the error returned here is somewhat difficult for users to
understand and it doesn't return the context of the error.

This PR attempts to parse the error returned by the template renderer to
add in some further context including the filename of the template AND
the preceding lines within that template file.

Ref #23274

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: zeripath <art27@cantab.net>
2023-03-20 17:53:45 -04:00
..
vars
base.go
dynamic.go
helper.go Scoped label display and documentation tweaks (#23430) (#23433) 2023-03-15 07:58:38 +08:00
helper_test.go
htmlrenderer.go Improve template error reporting (#23396) (#23600) 2023-03-20 17:53:45 -04:00
mailer.go
static.go
templates_bindata.go