aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn')
-rw-r--r--doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn9
1 files changed, 9 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..dae00857b
--- /dev/null
+++ b/doc/bugs/comments_produce_broken_links_in_RecentChanges.mdwn
@@ -0,0 +1,9 @@
+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).
+
+> [[done]].. I I had thought about not showing internal page changes at
+> all, but I like your approach better --[[Joey]]