aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-12 12:40:14 -0400
committerJoey Hess <joey@kitenet.net>2011-07-12 12:40:14 -0400
commit977bac37a2448283ffaf896ce07f289f742cc431 (patch)
tree2f3073c214266e5533476711ce74fa24a8c86d84 /doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn
parente200e23864a97d045621957977e69b4e2ac0fbf0 (diff)
downloadikiwiki-977bac37a2448283ffaf896ce07f289f742cc431.tar
ikiwiki-977bac37a2448283ffaf896ce07f289f742cc431.tar.gz
response
Diffstat (limited to 'doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn')
-rw-r--r--doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn18
1 files changed, 16 insertions, 2 deletions
diff --git a/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn b/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn
index 86df6b6e3..f8518a7ba 100644
--- a/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn
+++ b/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn
@@ -1,9 +1,23 @@
While working on our forum I was surprised to see that some of the comments were not appearing in the RSS feed created by `!inline pages="forum/* or comment(forum/*)" feedonly="yes" show="25"`.
-Then I found out that a map directive such as `!map pages="forum/* or comment(forum/*)"` was bringing a weird result too. The output is a map with quite a few broken links.
+> I'm seeing some comments in the rss feed. The feed is limited to the 25
+> most recent items, you can increase that with feedshow. --[[Joey]]
+
+Then I found out that a map directive such as `!map pages="forum/* or
+comment(forum/*)"` was bringing a weird result too. The output is a map
+with quite a few broken links.
+
+> This is the same as if you tried to link to a comment page or other
+> internal page with a [[ikiwiki/WikiLink]] -- you'd get a broken link
+> or a create link because these are not true wiki pages. --[[Joey]]
Plus, some broken links in the map do match the comments missing on the RSS feed but some others do not.
Unfortunately, I couldn't find an obvious pattern for this failure.
-We think it's a bug in ikiwiki. Our git repo is publicly available at `git://git.immerda.ch/amnesia.git` (the ikiwiki source is in `/wiki/src`) and the corresponding online version is available at <https://tails.boum.org/forum/>. The buggy `!inline` is already included in the original `forum.mdwn`. The buggy `!map` is not but the bug can be reproduced by just including it in the source of the forum.
+We think it's a bug in ikiwiki. Our git repo is publicly available at
+`git://git.immerda.ch/amnesia.git` (the ikiwiki source is in `/wiki/src`)
+and the corresponding online version is available at
+<https://tails.boum.org/forum/>. The buggy `!inline` is already included in
+the original `forum.mdwn`. The buggy `!map` is not but the bug can be
+reproduced by just including it in the source of the forum.