forgejo/routers/web
wxiaoguang f92c3de965
Remove RenderEmojiPlain from template helper (#29375)
RenderEmojiPlain(emoji.ReplaceAliases) should be called explicitly for
some contents, but not for everything.

Actually in modern days, in most cases it doesn't need such
"ReplaceAliases". So only keep it for issue/PR titles.

If anyone really needs to do ReplaceAliases for some contents, I will
propose a following fix.

(cherry picked from commit 10c7996b5a5c705964fc6cc9c1817eea1fc436ef)

Conflicts:
	templates/base/head.tmpl
	context
2024-02-26 22:30:27 +01:00
..
admin Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-26 22:30:26 +01:00
auth Start to migrate from util.OptionalBool to optional.Option[bool] (#29329) 2024-02-26 22:30:26 +01:00
devtest
events
explore
feed
healthcheck
misc
org Unify organizations header (#29248) 2024-02-26 22:30:26 +01:00
repo Remove RenderEmojiPlain from template helper (#29375) 2024-02-26 22:30:27 +01:00
shared Unify organizations header (#29248) 2024-02-26 22:30:26 +01:00
user Allow options to disable user deletion from the interface on app.ini (#29275) 2024-02-26 22:30:26 +01:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go Implement recent commits graph (#29210) 2024-02-26 22:30:26 +01:00
webfinger.go