aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
diff options
context:
space:
mode:
authorhttp://www.cse.unsw.edu.au/~willu/ <http://www.cse.unsw.edu.au/~willu/@web>2009-04-12 03:57:24 -0400
committerJoey Hess <joey@kitenet.net>2009-04-12 03:57:24 -0400
commit624c6db627be968e9a8debfd49961c3cbe23a293 (patch)
tree1afaf413c48158a0ae59666a971cf3e3ee79bfed /doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
parentb6eccfd3d38c95773bdfc8fdf1ecbc32094f353e (diff)
downloadikiwiki-624c6db627be968e9a8debfd49961c3cbe23a293.tar
ikiwiki-624c6db627be968e9a8debfd49961c3cbe23a293.tar.gz
Note possible bug
Diffstat (limited to 'doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn')
-rw-r--r--doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn b/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
new file mode 100644
index 000000000..9d3c22921
--- /dev/null
+++ b/doc/bugs/Inline_doesn__39__t_wikilink_to_pages.mdwn
@@ -0,0 +1,14 @@
+It seems that the inline directive doesn't generate wikilinks to the pages it includes. For example I would expect the following to inline all bugs inside this bug report:
+
+\[[!inline pages="bugs/* and !*/discussion and backlink(bugs)" feeds=no postform=no archive=yes show="10"]]
+
+But here it is:
+
+[[!inline pages="bugs/* and !*/discussion and backlink(bugs)" feeds=no postform=no archive=yes show="10"]]
+
+and note that it only included the 'normal' wikilinks (and also note that this page is not marked done even though the done page is inlined).
+One might also wonder if inline would make this page link to any internal links on those inlined pages too, but I think
+that would be overkill.
+
+I'm not even really sure if this is a bug or defined behaviour, but I thought it might work and it didn't. Regardless,
+the correct behaviour, whichever is decided, should be documented. -- [[Will]]