aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/recentchanges/discussion.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-07-01 17:55:16 -0400
committerJoey Hess <joey@kitenet.net>2008-07-01 17:55:16 -0400
commit8c6577c3dc8d904231375642b5d9ac2758246edc (patch)
treed554005e7eee3adcf675d7601c314497d895caaf /doc/plugins/recentchanges/discussion.mdwn
parent19749d0c5b38b055e257c49313355e0f30c4ebe0 (diff)
downloadikiwiki-8c6577c3dc8d904231375642b5d9ac2758246edc.tar
ikiwiki-8c6577c3dc8d904231375642b5d9ac2758246edc.tar.gz
web commit by http://jcflack.myopenid.com/
Diffstat (limited to 'doc/plugins/recentchanges/discussion.mdwn')
-rw-r--r--doc/plugins/recentchanges/discussion.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/plugins/recentchanges/discussion.mdwn b/doc/plugins/recentchanges/discussion.mdwn
index a16cb5217..3886b1f60 100644
--- a/doc/plugins/recentchanges/discussion.mdwn
+++ b/doc/plugins/recentchanges/discussion.mdwn
@@ -15,3 +15,15 @@ this should be a rather uncommon thing.
> And fixed this, by making it look at all *._change pages, not just
> those in a specific directory, when deciding which to expire. --[[Joey]]
+
+I've just upgraded to ikiwiki 2.50 with the `recentchanges` plugin enabled, and
+figured out that I have to turn on `rss` in `ikiwiki.setup` in order to get the
+recentchanges feed. Now the feed shows up, but the links in the feed go to the
+change pages, e.g. `recentchanges/change_1700.html`. I can see a `recentchanges`
+directory created in the working copy, containing files like `change_1700._change`
+but for some reason they are not getting htmlized and carried over. I can see
+in `recentchanges.pm` that it explicitly registers an `htmlize` hook for the
+`_change` type, but something isn't happening. I also see `return if $type=~/^_/;` in
+`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