]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/bugs/Links_with_symbols_can__39__t_be_edited.mdwn
ikiwiki (3.20130711) unstable; urgency=low
[git.ikiwiki.info.git] / doc / bugs / Links_with_symbols_can__39__t_be_edited.mdwn
1 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.
3 For example, the existing page:
5     wiki/bugs/__39__Existing_Subject__39___vs.___39__Browse__39__/
7 displays the bug "'Existing Subject' vs. 'Browse'".  But if we click 'Edit' on that page, we get:
9     wiki/ikiwiki.cgi?page=bugs%2F'Existing%20Subject'%20vs.%20'Browse'&do=edit
11 .. which of course opens with a blank edit box. Note that manually typing in the correct URL:
13     wiki/ikiwiki.cgi?page=bugs%2F__39__Existing_Subject__39___vs.___39__Browse__39__&do=edit
15 does work.
17 > You need to rebuild your wiki on upgrade to 2.52. The *old* edit links
18 > looked like the first link above, and ikiwiki has changed so that it
19 > needs the new link above. To get those links on static pages, you need to
20 > rebuild the wiki, like the [[news]] says to.
21
22 > [[closing|done]] as user error --[[Joey]]