diff options
author | sajolida <sajolida@web> | 2011-07-14 05:06:12 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-14 05:06:12 -0400 |
commit | e8b6a70c3f19fdf59f402bff1540fde100f70fc7 (patch) | |
tree | f938bfba08fe68a1ef09c428c3bb8ff157cae595 /doc/bugs | |
parent | 928d7d240dc5a8e1b08a8b6d3f9d04412c008c2e (diff) | |
download | ikiwiki-e8b6a70c3f19fdf59f402bff1540fde100f70fc7.tar ikiwiki-e8b6a70c3f19fdf59f402bff1540fde100f70fc7.tar.gz |
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn | 9 |
1 files changed, 9 insertions, 0 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 f8518a7ba..4febf0443 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 @@ -3,6 +3,12 @@ While working on our forum I was surprised to see that some of the comments were > 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]] +>> Of course, but in the feed, some of the new comments don't show up. +>> Most does but not all. For example, none of the comments of this thread +>> appears in the RSS, even though they should according to the « 25 most +>> recent items » criteria: +>> <https://tails.boum.org/forum/Security_Updates:_apt-get_Sufficient__63__/> + 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. @@ -11,6 +17,9 @@ with quite a few broken links. > internal page with a [[ikiwiki/WikiLink]] -- you'd get a broken link > or a create link because these are not true wiki pages. --[[Joey]] +>> So I don't understand why 90 % of the comments are linked well and 10 % +>> are broken links. Why does this map behave differently for only a few comments? + 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. |