diff options
author | Simon McVittie <smcv@debian.org> | 2010-04-04 00:24:27 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2010-04-04 00:43:58 +0100 |
commit | ef6344144051ed70649ccbff01bcc4fce927ee2f (patch) | |
tree | f599eb9b788d8116b6b470e339dbab025cdfd490 /doc/plugins | |
parent | f127857676ad014c97537c39cc7758a423f08b9a (diff) | |
download | ikiwiki-ef6344144051ed70649ccbff01bcc4fce927ee2f.tar ikiwiki-ef6344144051ed70649ccbff01bcc4fce927ee2f.tar.gz |
Remove tagged_is_strict option, and just behave as though it was enabled
Jon was worried about the backwards-compatibility break involved in making
tagged() not match non-tag links, but Joey seems less concerned about it.
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/tag.mdwn | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/plugins/tag.mdwn b/doc/plugins/tag.mdwn index 8cd79da41..8ff70a069 100644 --- a/doc/plugins/tag.mdwn +++ b/doc/plugins/tag.mdwn @@ -8,11 +8,6 @@ These directives allow tagging pages. It also provides the `tagged()` [[ikiwiki/PageSpec]], which can be used to match pages that are tagged with a specific tag. -If the `tagged_is_strict` config option is set, `tagged()` will only match -tags explicitly set with [[ikiwiki/directive/tag]] or -[[ikiwiki/directive/taglink]]; if not (the default), it will also match -any other [[WikiLinks|ikiwiki/WikiLink]] to the tag page. - [[!if test="enabled(tag)" then=""" This wiki has the tag plugin enabled, so you'll see a note below that this page is tagged with the "tags" tag. |