diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2012-04-15 20:01:37 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-15 20:01:37 -0400 |
commit | 0137be7d4a0f4d7026cf1377e5bc66ce354a9416 (patch) | |
tree | a2068c18950e54f7ad80e3453a70b6da37d494b4 | |
parent | 34e21ee99f61dd40116d19a59a4d2d6e7220571d (diff) | |
download | ikiwiki-0137be7d4a0f4d7026cf1377e5bc66ce354a9416.tar ikiwiki-0137be7d4a0f4d7026cf1377e5bc66ce354a9416.tar.gz |
weird bug with page renames
-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 new file mode 100644 index 000000000..1f0a5afc0 --- /dev/null +++ b/doc/bugs/renaming_a_page_destroyed_some_links.mdwn @@ -0,0 +1,4 @@ +When renaming a page here, ikiwiki destroyed unrelated links from unrelated pages. You can see the effect [here](http://mesh.openisp.ca/recentchanges/#diff-dc8dfa96efd3a4d649f571c3aa776f20b3ce0131), or by checking out the git tree (`git://mesh.openisp.ca/ +`) and looking at commit `dc8dfa96efd3a4d649f571c3aa776f20b3ce0131`. + +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]] |