aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-07-08 19:14:11 -0400
committerJoey Hess <joey@kitenet.net>2008-07-08 19:14:11 -0400
commitae4d3779466aebdaba338b807e95083b090bc25f (patch)
tree277038b8f911fa8a31813d69f8f099f2081a9d6c /doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn
parente0577bc944bed4ae8ed8cb7df664a87ea4401d6b (diff)
downloadikiwiki-ae4d3779466aebdaba338b807e95083b090bc25f.tar
ikiwiki-ae4d3779466aebdaba338b807e95083b090bc25f.tar.gz
web commit by AndrewGreenberg: Added nasty URL edit bug in 2.52.
Diffstat (limited to 'doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn')
-rw-r--r--doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn b/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn
new file mode 100644
index 000000000..d290a5447
--- /dev/null
+++ b/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn
@@ -0,0 +1,15 @@
+We just installed 2.52 on debian testing, and all edit links with symbols (including spaces) are coming up with empty text fields because the URL to the mdwn file is wrong.
+
+For example, the existing page:
+
+wiki/bugs/__39__Existing_Subject__39___vs.___39__Browse__39__/
+
+displays the bug "'Existing Subject' vs. 'Browse'". But if we click 'Edit' on that page, we get:
+
+wiki/ikiwiki.cgi?page=bugs%2F'Existing%20Subject'%20vs.%20'Browse'&do=edit
+
+.. which of course opens with a blank edit box. Note that manually typing in the correct URL:
+
+wiki/ikiwiki.cgi?page=bugs%2F__39__Existing_Subject__39___vs.___39__Browse__39__&do=edit
+
+does work.