summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-22 19:00:38 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-22 19:00:38 -0500
commit62c0ba3619056cfb67edf426f7f5db59d6d56bb9 (patch)
treeb82b42f3f210069ee0e96cfeacff31e24020ac14
parent09af90e7753267884618e435cba3465916256e09 (diff)
parent143c4371068d9a019fa7556c5ef9ee2696e3b678 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
-rw-r--r--doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn6
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).