This repository has been archived on 2024-01-11. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/templates/user
Jonathan Tran 4de80392bc
Add context when rendering labels or emojis (#23281)
This branch continues the work of #23092 and attempts to rid the
codebase of any `nil` contexts when using a `RenderContext`.

Anything that renders markdown or does post processing may call
`markup.sha1CurrentPatternProcessor()`, and this runs
`git.OpenRepository()`, which needs a context. It will panic if the
context is `nil`. This branch attempts to _always_ include a context
when creating a `RenderContext` to prevent future crashes.

Co-authored-by: Kyle D <kdumontnu@gmail.com>
2023-03-05 22:59:05 +01:00
..
auth Refactor hiding-methods, remove jQuery show/hide, remove .hide class, remove inline style=display:none (#22950) 2023-02-19 12:06:14 +08:00
dashboard Add context when rendering labels or emojis (#23281) 2023-03-05 22:59:05 +01:00
notification Refactor hiding-methods, remove jQuery show/hide, remove .hide class, remove inline style=display:none (#22950) 2023-02-19 12:06:14 +08:00
overview Rename "People" to "Members" in organization page and use a better icon (#22960) 2023-02-18 21:41:31 +08:00
settings Add scopes to API to create token and display them (#22989) 2023-02-20 15:28:44 -06:00
code.tmpl Add main landmark to templates and adjust titles (#22670) 2023-02-01 22:56:10 +00:00
heatmap.tmpl Refactor i18n to locale (#20153) 2022-06-27 15:58:46 -05:00
profile.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00
project.tmpl Add context cache as a request level cache (#22294) 2023-02-15 21:37:34 +08:00