Commit Graph

7 Commits

Author SHA1 Message Date
Lunny Xiao
1c9b2a9e62 Merge branch 'lunny/refactor_changestatus' of github.com:lunny/gitea into lunny/refactor_changestatus 2024-12-17 22:38:58 -08:00
Lunny Xiao
1ae910ec64 Merge branch 'main' into lunny/refactor_changestatus 2024-12-17 22:38:48 -08:00
Zettat123
6e787dfcf8 improve 2024-11-27 14:35:08 +08:00
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
wxiaoguang
c4e27cb27b
Refactor markup render system (#32589)
This PR mainly moves some code and introduces `RenderContext.WithXxx`
functions
2024-11-22 05:48:09 +00:00
Lunny Xiao
cd0ae8af5a Merge branch 'main' into lunny/refactor_changestatus 2024-11-11 21:16:53 -08:00
Lunny Xiao
a1892cf7e3
Move some functions from issue.go to standalone files (#32468)
Just functions move, no code change.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-11-11 04:28:54 +00:00