0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-30 23:31:49 +01:00
gitea/modules/templates
wxiaoguang 633785a5f3
Refactor markup render system (#32612)
This PR removes (almost) all path tricks, and introduces "renderhelper"
package.

Now we can clearly see the rendering behaviors for comment/file/wiki,
more details are in "renderhelper" tests.

Fix #31411 , fix #18592, fix #25632 and maybe more problems. (ps: fix
#32608 by the way)
2024-11-24 16:18:57 +08:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper_test.go Refactor markup render system (#32533) 2024-11-18 13:25:42 +08:00
helper.go Refactor markup render system (#32533) 2024-11-18 13:25:42 +08:00
htmlrenderer_test.go
htmlrenderer.go
mailer.go
static.go
templates_bindata.go
util_avatar.go Refactor markup render system (#32533) 2024-11-18 13:25:42 +08:00
util_date_legacy.go
util_date_test.go
util_date.go Fix milestone deadline and date related problems (#32339) 2024-11-05 07:46:40 +00:00
util_dict.go
util_json.go
util_misc.go
util_render_legacy.go
util_render_test.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
util_render.go Refactor markup render system (#32589) 2024-11-22 05:48:09 +00:00
util_slice.go
util_string.go
util_test.go Improve template helper functions: string/slice (#24266) 2023-04-22 14:16:22 -04:00