1
1
mirror of https://github.com/go-gitea/gitea synced 2024-11-16 15:14:24 +00:00
gitea/services/context
wxiaoguang 3f9c3e7bc3
Refactor render system (#32492)
There were too many patches to the Render system, it's really difficult
to make further improvements.

This PR clears the legacy problems and fix TODOs.

1. Rename `RenderContext.Type` to `RenderContext.MarkupType` to clarify
its usage.
2. Use `ContentMode` to replace `meta["mode"]` and `IsWiki`, to clarify
the rendering behaviors.
3. Use "wiki" mode instead of "mode=gfm + wiki=true"
4. Merge `renderByType` and `renderByFile`
5. Add more comments

----

The problem of "mode=document": in many cases it is not set, so many
non-comment places use comment's hard line break incorrectly
2024-11-14 05:02:11 +00:00
..
upload Include file extension checks in attachment API (#32151) 2024-11-06 21:34:32 +00:00
access_log.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api_org.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
api.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
base_test.go Use strict protocol check when redirect (#29642) 2024-03-07 02:03:41 +00:00
base.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
captcha.go Refactor cache and disable go-chi cache (#30417) 2024-04-13 08:38:44 +00:00
context_cookie.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_model.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_request.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_response.go Refactor AppURL usage (#30885) 2024-05-07 08:26:13 +00:00
context_template.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
context_test.go Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
context.go Fix LFS route mock, realm, middleware names (#32488) 2024-11-13 16:58:09 +08:00
csrf.go Refactor CSRF token (#32216) 2024-10-10 03:48:21 +00:00
org.go Refactor render system (#32492) 2024-11-14 05:02:11 +00:00
package.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
pagination.go Remove AddParamIfExist(AddParam) (#29841) 2024-03-16 12:07:56 +00:00
permission.go Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 2024-10-11 19:08:19 +00:00
private.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
repo.go Refactor RepoRefByType (#32413) 2024-11-05 06:35:54 +00:00
response.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
user.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
utils.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf_test.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00
xsrf.go Move context from modules to services (#29440) 2024-02-27 08:12:22 +01:00