document tag_autocreate
authorJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 19:22:05 +0000 (15:22 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 21 Apr 2010 19:22:52 +0000 (15:22 -0400)
debian/changelog
doc/plugins/tag.mdwn
doc/roadmap.mdwn

index b7ec994634eec4286fbb6ae959cb7e188aef2337..d66b5e4d419f6a3638d281191101875401430cec 100644 (file)
@@ -1,6 +1,8 @@
 ikiwiki (3.20100415) UNRELEASED; urgency=low
 
   [ Joey Hess ]
+  * tag: Automatic creation of tag pages can now be enabled using
+    the tag_autocreate setting. (David Riebenbauer)
   * bzr: Fix bzr log parsing to work with bzr 2.0. (liw)
   * comments: Fix missing entity encoding in title.
   * txt: Add a special case for robots.txt.
index 8ff70a069ce666cc9fc909878b2a7e93518d8296..bdf39d7e89cc4bb7d94e48e9414d9992c0ef28e8 100644 (file)
@@ -8,6 +8,9 @@ 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 `tag_autocreate` setting is enabled, tag pages will automatically be
+created as needed.
+
 [[!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.
index 0c7bf2fa8af454aed9da37865b232bb9e193e7c3..8e2a01827032c7b8c05fa93e601b1c5534efdee4 100644 (file)
@@ -78,6 +78,7 @@ Probably incomplete list:
 * Make pagespecs match relative by default? (see [[discussion]])
 * Flip wikilinks? (see [[todo/link_plugin_perhaps_too_general?]])
 * YADA format setup files per default?
+* Enable `tag_autocreate` by default.
 
 In general, we try to use [[ikiwiki-transition]] or forced rebuilds on
 upgrade to deal with changes that break compatability. Some things that