You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
Giteabot 7aafe5e0b4
Fix rendering assignee changed comments without assignee (#27927) (#27952)
Backport #27927 by @invliD

When an assignee changed event comment is rendered, most of it is
guarded behind the assignee ID not being 0. However, if it is 0, that
results in quite broken rendering for that comment and the next one.
This can happen, for example, when repository data imported from outside
of Gitea is incomplete.

This PR makes sure comments with an assignee ID of 0 are not rendered at
all.

---

Screenshot before:
<img width="272" alt="Bildschirm­foto 2023-11-05 um 20 12 18"
src="https://github.com/go-gitea/gitea/assets/42910/7d629d76-fee4-4fe5-9e3a-bf524050cead">
The comments in this screenshot are:
1. A regular text comment
2. A user being unassigned
3. A user being assigned
4. The title of the PR being changed

Comments 2 and 3 are rendered without any text, which indents the next
comment and does not leave enough vertical space.

Co-authored-by: Sebastian Brückner <code@nik.dev>
1 year ago
..
admin cleanup repo details icons/labels (#27644) (#27654) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 2 years ago
code Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 2 years ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) (#27637) 1 year ago
explore Fix incorrect "tab" parameter for repo search sub-template (#27755) (#27764) 1 year ago
mail Update team invitation email link (#26550) 2 years ago
org Use flex-container for repo and org settings (#27418) (#27430) 2 years ago
package Add dedicated class for empty placeholders (#27788) (#27792) 1 year ago
projects More `db.DefaultContext` refactor (#27265) (#27347) 2 years ago
repo Fix rendering assignee changed comments without assignee (#27927) (#27952) 1 year ago
shared Always use whole user name as link (#27815) (#27838) 1 year ago
status Clean up template locale usage (#27856) (#27857) 1 year ago
swagger Fix package webhook (#27839) (#27855) 1 year ago
user Feed UI Improvements (#27356) (#27717) 1 year ago
webhook Extract common code to new template (#26933) 2 years ago
home.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 2 years ago
install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 2 years ago
post-install.tmpl Backport ctx locale refactoring manually (#27231) (#27259) (#27260) 2 years ago