Following links to inexistent Wiki pages redirect to the list of pages #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When following links to inexistent wiki pages, Gitea automatically redirects to the list of pages (e.g., https://try.gitea.io/khorben/test-for-wiki/wiki/?action=_pages). It would make more sense to link to a web page allowing the creation of the corresponding wiki page directly instead (e.g., https://try.gitea.io/khorben/test-for-wiki/wiki?title=Test&action=_new). An indication whether a page with that same name already exists could help comfort the user in the process of creating the page. Alternatively, the "Title" field could be changed to read-only when provided in the URL directly.
Screenshots
Reported upstream at https://github.com/go-gitea/gitea/issues/24037.