diff options
author | http://smcv.pseudorandom.co.uk/ <http://smcv.pseudorandom.co.uk/@web> | 2008-12-22 18:09:15 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-12-22 18:09:15 -0500 |
commit | 143c4371068d9a019fa7556c5ef9ee2696e3b678 (patch) | |
tree | b44dec865b63515a892077161b22a2a84e39d0ba /doc/bugs | |
parent | 7f1992cbe11732446b5199b8fdf4d6513a14688b (diff) |
reference my recentchanges branch
Diffstat (limited to 'doc/bugs')
-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). |