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/templates
Lunny Xiao 91fa0eb9d7
Avoid warning for system setting when start up (#23054)
Partially fix #23050

After #22294 merged, it always has a warning log like `cannot get
context cache` when starting up. This should not affect any real life
but it's annoying. This PR will fix the problem. That means when
starting up, getting the system settings will not try from the cache but
will read from the database directly.

---------

Co-authored-by: Lauris BH <lauris@nix.lv>
1 year ago
..
vars Implement FSFE REUSE for golang files (#21840) 1 year ago
base.go Implement FSFE REUSE for golang files (#21840) 1 year ago
dynamic.go Implement FSFE REUSE for golang files (#21840) 1 year ago
helper.go Avoid warning for system setting when start up (#23054) 1 year ago
helper_test.go Implement FSFE REUSE for golang files (#21840) 1 year ago
htmlrenderer.go Display error log when a modified template has an error so that it could recovery when the error fixed (#22261) 1 year ago
mailer.go Implement FSFE REUSE for golang files (#21840) 1 year ago
static.go Implement FSFE REUSE for golang files (#21840) 1 year ago
templates_bindata.go Implement FSFE REUSE for golang files (#21840) 1 year ago