X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ae4d3779466aebdaba338b807e95083b090bc25f..e96cf38eccd219714140f221090d2e7751fd4ee0:/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn 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 index d290a5447..b9fe734b7 100644 --- a/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn +++ b/doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn @@ -2,14 +2,21 @@ We just installed 2.52 on debian testing, and all edit links with symbols (inclu For example, the existing page: -wiki/bugs/__39__Existing_Subject__39___vs.___39__Browse__39__/ + 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 + 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 + wiki/ikiwiki.cgi?page=bugs%2F__39__Existing_Subject__39___vs.___39__Browse__39__&do=edit does work. + +> You need to rebuild your wiki on upgrade to 2.52. The *old* edit links +> looked like the first link above, and ikiwiki has changed so that it +> needs the new link above. To get those links on static pages, you need to +> rebuild the wiki, like the [[news]] says to. +> +> [[closing|done]] as user error --[[Joey]]