0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-31 10:58:20 -05:00
forgejo/templates/repo/issue
KN4CK3R 875b398e5e
Rework markup link rendering (#26745) (#28803)
Backport #26745
Fixes #26548

This PR refactors the rendering of markup links. The old code uses
`strings.Replace` to change some urls while the new code uses more
context to decide which link should be generated.

The added tests should ensure the same output for the old and new
behaviour (besides the bug).

We may need to refactor the rendering a bit more to make it clear how
the different helper methods render the input string. There are lots of
options (resolve links / images / mentions / git hashes / emojis / ...)
but you don't really know what helper uses which options. For example,
we currently support images in the user description which should not be
allowed I think:

<details>
  <summary>Profile</summary>

https://try.gitea.io/KN4CK3R

![grafik](https://github.com/go-gitea/gitea/assets/1666336/109ae422-496d-4200-b52e-b3a528f553e5)

</details>

(cherry picked from commit 022552d5b6)
2024-01-16 14:41:11 +00:00
..
fields Fix required checkboxes in issue forms (#27592) (#27692) 2023-10-19 15:35:29 +02:00
labels Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) (#27661) 2023-10-17 14:46:35 +00:00
milestone
view_content Revert "[GITEA] Make reference URL absolute" 2024-01-16 13:42:39 +00:00
branch_selector_field.tmpl
card.tmpl [GITEA] Fix issue card links on projects 2023-11-13 14:06:30 +01:00
choose.tmpl
comment_tab.tmpl
filter_actions.tmpl Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) (#27661) 2023-10-17 14:46:35 +00:00
filters.tmpl Refactor template empty checks (#28351) (#28354) 2023-12-08 13:41:16 +01:00
label_precolors.tmpl
labels.tmpl
list.tmpl
milestone_issues.tmpl
milestone_new.tmpl
milestones.tmpl
navbar.tmpl
new.tmpl
new_form.tmpl Backport manually for a tmpl issue in v1.21 (#27612) 2023-10-14 11:51:58 +00:00
openclose.tmpl
search.tmpl
view.tmpl
view_content.tmpl Remove set tabindex on view issue (#27892) (#27896) 2023-11-03 23:25:11 +08:00
view_title.tmpl Rework markup link rendering (#26745) (#28803) 2024-01-16 14:41:11 +00:00