]> source.dussan.org Git - gitea.git/commit
fix: not able to update local created non-urlencoded wiki pages (#16139)
authorGary Wang <wzc782970009@gmail.com>
Wed, 7 Jul 2021 23:23:09 +0000 (07:23 +0800)
committerGitHub <noreply@github.com>
Wed, 7 Jul 2021 23:23:09 +0000 (19:23 -0400)
commitb06342f29cff6c49256635c99a74eb3dafdb7efd
tree308546dcde3f604b0a8558bb7361096cd7c1f5ff
parent061a8e7bb999f5f5e2e77aad42909703e2c535ea
fix: not able to update local created non-urlencoded wiki pages (#16139)

* fix: not able to update local created non-urlencoded wiki pages

* tidy code

* as per suggestion

Signed-off-by: Andrew Thornton <art27@cantab.net>
* Don't replace space to dash for unescaped wiki filename

Co-authored-by: zeripath <art27@cantab.net>
* Remove incorrect comment

* Remove NameToUnescapedFilename()

Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
services/wiki/wiki.go