summaryrefslogtreecommitdiff
path: root/doc/plugins/recentchanges/discussion.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/recentchanges/discussion.mdwn')
-rw-r--r--doc/plugins/recentchanges/discussion.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/plugins/recentchanges/discussion.mdwn b/doc/plugins/recentchanges/discussion.mdwn
index 3886b1f60..dae4b5919 100644
--- a/doc/plugins/recentchanges/discussion.mdwn
+++ b/doc/plugins/recentchanges/discussion.mdwn
@@ -27,3 +27,13 @@ in `recentchanges.pm` that it explicitly registers an `htmlize` hook for the
`render()` in `Render.pm` so I guess the upshot is I'm not sure how this is
supposed to work; is there a bug here or just something I overlooked that I need
to turn on? --Chapman Flack
+
+> It's a (minor) bug that recentchanges optimises away generating the
+> change pages, but that the rss/atom feed still links to them. --[[Joey]]
+
+>> Hmm, ok, what's the intended correct behavior? To really generate the
+>> change pages, or to change the links in the feed to point somewhere else that's
+>> not missing? If you can easily point me to the right neighborhood in the code
+>> I might work on a patch for this. It may be a (minor) bug in the grand scheme
+>> of things, but it does seem pretty goofy if you've just clicked an RSS link. :)
+>> --Chap (p.s. should this be moved to bugs?)