forgejo/modules/templates
wxiaoguang 5bb08e2bd7
Improve QueryEscape helper function (#29768)
Make it return "template.URL" to follow Golang template's context
auto-escaping.

(cherry picked from commit 3e94ac5c7c6751919453fdb66ba3472e2793759e)
2024-03-20 08:46:29 +01:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Improve QueryEscape helper function (#29768) 2024-03-20 08:46:29 +01:00
helper_test.go Remove unnecessary SanitizeHTML from code (#29575) 2024-03-11 23:36:58 +07:00
htmlrenderer.go
htmlrenderer_test.go
mailer.go Breaking summary for template refactoring (#29395) 2024-03-06 12:10:46 +08:00
static.go
templates_bindata.go
util_avatar.go Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
util_dict.go
util_json.go
util_misc.go
util_render.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
util_render_test.go Use relative links for commits, mentions, and issues in markdown (#29427) (followup) 2024-03-20 08:46:28 +01:00
util_slice.go
util_string.go Refactor some Str2html code (#29397) 2024-03-06 12:10:44 +08:00
util_string_test.go templates: HasPrefix support for template.HTML 2024-02-16 15:20:52 +01:00
util_test.go