aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/diff_links_to_backtrace.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/diff_links_to_backtrace.mdwn')
-rw-r--r--doc/bugs/diff_links_to_backtrace.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/diff_links_to_backtrace.mdwn b/doc/bugs/diff_links_to_backtrace.mdwn
new file mode 100644
index 000000000..0a361aa24
--- /dev/null
+++ b/doc/bugs/diff_links_to_backtrace.mdwn
@@ -0,0 +1,9 @@
+The diff links in RecentChanges go to a viewvc backtrace if the rev in
+question is when the page was added. Is this a viewvc bug, or a behavior
+ikiwiki needs to work around?
+ - As a special case, there should certianly be no history link for
+ pages generated from the underlaydir as it can never work for them.
+
+Hmm, gitweb deals with this ok, and can even handle the case where a page
+was renamed from some other filename. So I don't think it's appropriate
+for ikiwiki to worry about this. [[done]] --[[Joey]]