diff options
author | sajolida <sajolida@web> | 2011-07-12 09:10:28 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-12 09:10:28 -0400 |
commit | e200e23864a97d045621957977e69b4e2ac0fbf0 (patch) | |
tree | 34c0e9eba86cc923e41fe0b95806bc2a61c5b7bd /doc/bugs | |
parent | 20577d8ecb18f7954a97800cb9b9dca981d2b53e (diff) | |
download | ikiwiki-e200e23864a97d045621957977e69b4e2ac0fbf0.tar ikiwiki-e200e23864a97d045621957977e69b4e2ac0fbf0.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 new file mode 100644 index 000000000..86df6b6e3 --- /dev/null +++ b/doc/bugs/Not_all_comments_are_listed_by___33__map_or___33__inline.mdwn @@ -0,0 +1,9 @@ +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. + +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. |