gitea/templates/user
Giteabot dcf1717793
Add context when rendering labels or emojis (#23281) (#23319)
Backport #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: Jonathan Tran <jon@allspice.io>
2023-03-06 10:32:40 -06: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) (#23319) 2023-03-06 10:32:40 -06: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