diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-06 15:56:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-06 15:56:09 -0400 |
commit | 0550c78a71ff48fb2581e601c8946e70c4340daf (patch) | |
tree | d15237174a1be235b1a41c8d6daa35b8020bf865 | |
parent | cc7acaecaebf3fe50f295a40b75cf602faf6f209 (diff) | |
download | ikiwiki-0550c78a71ff48fb2581e601c8946e70c4340daf.tar ikiwiki-0550c78a71ff48fb2581e601c8946e70c4340daf.tar.gz |
bug report
-rw-r--r-- | doc/bugs/wrong_discussion_page_created.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/wrong_discussion_page_created.mdwn b/doc/bugs/wrong_discussion_page_created.mdwn new file mode 100644 index 000000000..f1ea100ec --- /dev/null +++ b/doc/bugs/wrong_discussion_page_created.mdwn @@ -0,0 +1,9 @@ +I seem to have broken Discussion page creation links. --[[Joey]] + +For the toplevel, it needs to save to index/discussion. index/Discussion +or Discussion won't work. It defaults to Discussion on the toplevel. +And this is particularly bad as it breaks all other discussion links on +other pages. + +For other pages, it should save to page/discussion. page/Discussion does +not work. And it defaults to Discussion which is just *wrong*. |