0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-12 04:09:41 +02:00
gitea/modules/templates
wxiaoguang 5d77691d42
Improve template system and panic recovery (#24461)
Partially for #24457

Major changes:

1. The old `signedUserNameStringPointerKey` is quite hacky, use
`ctx.Data[SignedUser]` instead
2. Move duplicate code from `Contexter` to `CommonTemplateContextData`
3. Remove incorrect copying&pasting code `ctx.Data["Err_Password"] =
true` in API handlers
4. Use one unique `RenderPanicErrorPage` for panic error page rendering
5. Move `stripSlashesMiddleware` to be the first middleware
6. Install global panic recovery handler, it works for both `install`
and `web`
7. Make `500.tmpl` only depend minimal template functions/variables,
avoid triggering new panics

Screenshot:

<details>

![image](https://user-images.githubusercontent.com/2114189/235444895-cecbabb8-e7dc-4360-a31c-b982d11946a7.png)

</details>
2023-05-04 14:36:34 +08:00
..
eval
scopedtmpl Make HTML template functions support context (#24056) 2023-04-20 04:08:58 -04:00
vars
base.go Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
dynamic.go
helper.go Use globally shared HTMLRender (#24436) 2023-04-30 08:22:23 -04:00
helper_test.go
htmlrenderer.go Use globally shared HTMLRender (#24436) 2023-04-30 08:22:23 -04:00
htmlrenderer_test.go Show friendly 500 error page to users and developers (#24110) 2023-04-14 13:19:11 +08:00
mailer.go Use globally shared HTMLRender (#24436) 2023-04-30 08:22:23 -04:00
static.go
templates_bindata.go
util_avatar.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_dict.go Update go tool dependencies, restructure lint targets (#24239) 2023-04-22 14:53:00 -04:00
util_json.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_misc.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_render.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_slice.go Improve template helper functions: string/slice (#24266) 2023-04-22 14:16:22 -04:00
util_string.go Improve template helper (#24417) 2023-04-29 08:02:29 -04:00
util_test.go Improve template helper functions: string/slice (#24266) 2023-04-22 14:16:22 -04:00