Open
Description
- Gitea version (or commit ref): 1.14.1 and 1.15.0+dev-399-gda057996d at try.github.io
- Operating system: Debian and whatever used in try.github.io
- Can you reproduce the bug at https://try.gitea.io:
Description
When creating a new wiki page online, it will generate a urlencoded file name for that page to the wiki repo, instead of using the page title as-is, which can make local management (i.e. clone the wiki repo locally and use it as a regular git repo to manage documentation or notes) vary hard.
Not sure if that's intended, but for reference, GitHub, instead, will (at least try to) use the wiki page title as-is as the name of the new file.
List of related issues that need to be discussed/fixed
- wiki page with non-urlencoded filename cannot be edited
- wiki page with non-urlencoded filename cannot be deleted
- wiki page contains space cannot be viewed from the Gitea wiki webpage (e.g.
Test Test.md
) - when can we drop the backward compatibility so we can remove the urlencoded behavior?
- once we no longer use urlencoded page, how to deal with pages that contain
/
character?