diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 00:31:49 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-09 00:31:49 +0000 |
commit | 127bceef5b4799e58cb068043e49ed16a3ec840d (patch) | |
tree | 0f1f82d37fb8fca14410578ed00892534ad2584c /debian | |
parent | e1c54fef3da56ad9bb94fc7e187a56106a59f8cb (diff) | |
download | ikiwiki-127bceef5b4799e58cb068043e49ed16a3ec840d.tar ikiwiki-127bceef5b4799e58cb068043e49ed16a3ec840d.tar.gz |
* Add all=no option to conditional, can be used to form conditionals that do
not need to examine every page in the wiki.
* Use this to simplify the goodstuff detection in the plugin template.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index deb7fd04e..e3863fbd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,11 @@ ikiwiki (2.1) UNRELEASED; urgency=low in. * Make testpagespec more robust, including checking for missing/bad parameters. + * Add all=no option to conditional, can be used to form conditionals that do + not need to examine every page in the wiki. + * Use this to simplify the goodstuff detection in the plugin template. - -- Joey Hess <joeyh@debian.org> Tue, 08 May 2007 17:21:13 -0400 + -- Joey Hess <joeyh@debian.org> Tue, 08 May 2007 20:12:25 -0400 ikiwiki (2.00) unstable; urgency=low |