You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/context
zeripath 8f3aaef374
Improve template error reporting (#23396)
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>
1 year ago
..
access_log.go Parse external request id from request headers, and print it in access log (#22906) 1 year ago
api.go Set `X-Gitea-Debug` header once (#23361) 1 year ago
api_org.go Implement FSFE REUSE for golang files (#21840) 2 years ago
api_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
captcha.go Add new captcha: cloudflare turnstile (#22369) 1 year ago
context.go Improve template error reporting (#23396) 1 year ago
csrf.go Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
form.go Implement FSFE REUSE for golang files (#21840) 2 years ago
org.go Add missing tabs to org projects page (#22705) 1 year ago
package.go Rename almost all Ctx functions (#22071) 2 years ago
pagination.go Make branches list page operations remember current page (#23420) 1 year ago
permission.go Implement FSFE REUSE for golang files (#21840) 2 years ago
private.go Implement FSFE REUSE for golang files (#21840) 2 years ago
repo.go Fix tags sort by creation time (descending) on branch/tag dropdowns (#23491) 1 year ago
response.go Implement FSFE REUSE for golang files (#21840) 2 years ago
utils.go Implement FSFE REUSE for golang files (#21840) 2 years ago
xsrf.go Update gitea-vet to check FSFE REUSE (#22004) 2 years ago
xsrf_test.go Update gitea-vet to check FSFE REUSE (#22004) 2 years ago