gitea/modules/templates
silverwind 9b2536b78f
Update misspell to 0.5.1 and add `misspellings.csv` ()
Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry.
..
eval Use a general Eval function for expressions in templates. ()
scopedtmpl Replace `interface{}` with `any` ()
vars Implement FSFE REUSE for golang files ()
base.go Replace `util.SliceXxx` with `slices.Xxx` ()
dynamic.go Use a general approach to access custom/static/builtin assets ()
helper.go Initial support for colorblindness-friendly themes ()
helper_test.go Update misspell to 0.5.1 and add `misspellings.csv` ()
htmlrenderer.go Enable more `revive` linter rules ()
htmlrenderer_test.go Show friendly 500 error page to users and developers ()
mailer.go Enable more `revive` linter rules ()
static.go Use a general approach to access custom/static/builtin assets ()
templates_bindata.go Implement FSFE REUSE for golang files ()
util_avatar.go Fix default avatar image size in PR diff page ()
util_dict.go Use `Set[Type]` instead of `map[Type]bool/struct{}`. ()
util_json.go Improve template helper ()
util_misc.go Avoid losing token when updating mirror settings ()
util_render.go Fix label rendering ()
util_render_test.go Fix label rendering ()
util_slice.go Improve template helper functions: string/slice ()
util_string.go Refactor some Str2html code ()
util_test.go Improve template helper functions: string/slice ()