diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-22 19:00:38 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-22 19:00:38 -0500 |
commit | 62c0ba3619056cfb67edf426f7f5db59d6d56bb9 (patch) | |
tree | b82b42f3f210069ee0e96cfeacff31e24020ac14 /doc | |
parent | 09af90e7753267884618e435cba3465916256e09 (diff) | |
parent | 143c4371068d9a019fa7556c5ef9ee2696e3b678 (diff) | |
download | ikiwiki-62c0ba3619056cfb67edf426f7f5db59d6d56bb9.tar ikiwiki-62c0ba3619056cfb67edf426f7f5db59d6d56bb9.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn b/doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn new file mode 100644 index 000000000..0d1d89b3f --- /dev/null +++ b/doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn @@ -0,0 +1,6 @@ +Comments produce links like `sandbox/comment_1` in [[RecentChanges]], which, +when clicked, redirect to a page that does not exist. + +The `recentchanges` branch in my repository contains one possible [[patch]], +which causes the CGI to go to the [[ikiwiki/directive/meta]] `permalink`, if +any, if the page is internal (comments do have a permalink). |