mirror of https://github.com/go-gitea/gitea.git
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.
e3750370df
The old `HTMLRender` is not ideal. 1. It shouldn't be initialized multiple times, it consumes a lot of memory and is slow. 2. It shouldn't depend on short-lived requests, the `WatchLocalChanges` needs a long-running context. 3. It doesn't make sense to use FuncsMap slice. HTMLRender was designed to only work for GItea's specialized 400+ templates, so it's good to make it a global shared instance. |
2 years ago | |
---|---|---|
.. | ||
eval | 2 years ago | |
scopedtmpl | 2 years ago | |
vars | 2 years ago | |
base.go | 2 years ago | |
dynamic.go | 2 years ago | |
helper.go | 2 years ago | |
helper_test.go | 2 years ago | |
htmlrenderer.go | 2 years ago | |
htmlrenderer_test.go | 2 years ago | |
mailer.go | 2 years ago | |
static.go | 2 years ago | |
templates_bindata.go | 2 years ago | |
util_avatar.go | 2 years ago | |
util_dict.go | 2 years ago | |
util_json.go | 2 years ago | |
util_misc.go | 2 years ago | |
util_render.go | 2 years ago | |
util_slice.go | 2 years ago | |
util_string.go | 2 years ago | |
util_test.go | 2 years ago |