forgejo/templates
Giteabot 2399b4d483
Avoid unnecessary 500 panic when a commit doesn't exist (#28719) (#28721)
Backport #28719 by wxiaoguang

In #26851, it assumed that `Commit` always exists when
`PageIsDiff==true`.

But for a 404 page, the `Commit` doesn't exist, so the following code
would cause panic because nil value can't be passed as string parameter
to `IsMultilineCommitMessage(string)` (or the StringUtils.Cut in later
PRs)

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2024-01-07 10:40:30 +00:00
..
admin
api/packages/pypi
base Avoid unnecessary 500 panic when a commit doesn't exist (#28719) (#28721) 2024-01-07 10:40:30 +00:00
code Fix 500 error of searching commits (#28576) (#28579) 2023-12-22 02:29:28 +00:00
custom
devtest
explore Keep profile tab when clicking on Language (#28320) (#28331) 2023-12-03 14:54:53 +00:00
mail
org Use full width for project boards (#28225) (#28245) 2023-11-27 18:20:53 +00:00
package switch destination directory for apt signing keys (#28639) (#28642) 2023-12-29 05:44:47 +00:00
projects Use full width for project boards (#28225) (#28245) 2023-11-27 18:20:53 +00:00
repo Fix 500 error of searching commits (#28576) (#28579) 2023-12-22 02:29:28 +00:00
shared Fix wrong due date rendering in issue list page (#28588) (#28591) 2023-12-22 17:25:43 +00:00
status
swagger chore(api): support ignore password if login source type is LDAP for creating user API (#28491) (#28525) 2023-12-19 11:14:06 +08:00
user Make template DateTime show proper tooltip (#28677) (#28683) 2024-01-03 18:41:03 +08:00
webhook
home.tmpl
install.tmpl
post-install.tmpl