diff options
author | Joey Hess <joey@kitenet.net> | 2012-04-18 15:15:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-04-18 15:15:11 -0400 |
commit | 169550a926f242ad9e15efd3a2c53b73b5841126 (patch) | |
tree | f40ba11f4198f913ecae35982e5c15e09ead3352 /doc/bugs | |
parent | da988473e1bd488c6432f9e71c17460057500594 (diff) | |
download | ikiwiki-169550a926f242ad9e15efd3a2c53b73b5841126.tar ikiwiki-169550a926f242ad9e15efd3a2c53b73b5841126.tar.gz |
link: Fix renaming wikilinks that contain embedded urls.
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/renaming_a_page_destroyed_some_links.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/renaming_a_page_destroyed_some_links.mdwn b/doc/bugs/renaming_a_page_destroyed_some_links.mdwn index c1c6b5540..0fb717b02 100644 --- a/doc/bugs/renaming_a_page_destroyed_some_links.mdwn +++ b/doc/bugs/renaming_a_page_destroyed_some_links.mdwn @@ -4,3 +4,7 @@ When renaming a page here, ikiwiki destroyed unrelated links from unrelated page The renamed page was `configuration/bat-hosts` to `configuration/batman/bat-hosts` and the deleted links were ``\[[AUR | https://aur.archlinux.org/]]` and `\[[CHANGELOG|http://svn.dd-wrt.com:8000/browser/src/router/batman-adv/CHANGELOG]]`. --[[anarcat]] > <del>Nevermind that, that commit was unrelated to the rename and probably an operator error.</del> - No, actually, I just reproduced this again - see [another example](http://mesh.openisp.ca/recentchanges/#diff-d67dc2f0fdc149b13122fd6cba887a01c693e949). + +>> Looks like these all involve the wacky wikilink form that includes an +>> external url in the link. Fixed rename code to know about those. +>> [[done]] --[[Joey]] |