Skip to content

Display http/https/ftp/git links as xhtml links #591

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
pevik opened this issue Jun 20, 2024 · 0 comments · May be fixed by #628
Open

Display http/https/ftp/git links as xhtml links #591

pevik opened this issue Jun 20, 2024 · 0 comments · May be fixed by #628

Comments

@pevik
Copy link
Contributor

pevik commented Jun 20, 2024

Patchwork does not recognize links in patch view and print them as plain text. Example [1] which has link [2] (e.g. lore sees it as a link [3]). Could this be converted to a link? Ideally all links (http/https/ftp/git, ...).

[1] https://patchwork.kernel.org/project/linux-nfs/patch/[email protected]/#25899882
[2] https://lore.kernel.org/mm-commits/[email protected]/
[3] https://lore.kernel.org/linux-nfs/[email protected]/

nifey added a commit to nifey/patchwork that referenced this issue Apr 14, 2025
Convert links in the commit message and comments, to be rendered as
clickable XHTML links for easy navigation.

Currently only http, https, ftp and git are recognized. And only links
that are not broken across lines are recognized.

Signed-off-by: Abdun Nihaal <[email protected]>
Closes: getpatchwork#591
@nifey nifey linked a pull request Apr 14, 2025 that will close this issue
nifey added a commit to nifey/patchwork that referenced this issue Apr 14, 2025
Convert links in the commit message and comments, to be rendered as
clickable XHTML links for easy navigation.

Currently only http, https, ftp and git are recognized. And only links
that are not broken across lines are recognized.

Signed-off-by: Abdun Nihaal <[email protected]>
Closes: getpatchwork#591
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants