From ff5d1505e34d8e7024950883f7fd493ca8ab9390 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 22 Nov 2006 03:09:32 +0000 Subject: [PATCH] use toggles --- doc/news/version_1.31.mdwn | 6 ++++-- doc/news/version_1.32.mdwn | 6 ++++-- doc/news/version_1.33.mdwn | 6 ++++-- doc/roadmap.mdwn | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/news/version_1.31.mdwn b/doc/news/version_1.31.mdwn index 846ca7f05..f99bf9990 100644 --- a/doc/news/version_1.31.mdwn +++ b/doc/news/version_1.31.mdwn @@ -1,5 +1,6 @@ -ikiwiki 1.31 released with these changes: +ikiwiki 1.31 released with [[toggle text="these changes"]] +[[toggleable text=""" * Patch from Pawel Tecza to cp -a the templates in the Makefile. * Change the rss feed title from the wikiname to the page title, with an exception for the wiki's toplevel index page, which will still use the @@ -13,4 +14,5 @@ ikiwiki 1.31 released with these changes: polygen after finding the specified grammar file. * Add missing dependency on the URI perl module. * Add basic spam fighting tool for admins: An admin's prefs page now allows - editing a list of banned users. \ No newline at end of file + editing a list of banned users. +"""]] diff --git a/doc/news/version_1.32.mdwn b/doc/news/version_1.32.mdwn index 6f1d49836..e888a225e 100644 --- a/doc/news/version_1.32.mdwn +++ b/doc/news/version_1.32.mdwn @@ -1,5 +1,6 @@ -ikiwiki 1.32 released with these changes: +ikiwiki 1.32 released with [[toggle text="these changes"]] +[[toggleable text=""" * Add a separate pass to find page links, and only render each page once, instead of over and over. Typical speedup is ~4x. Max possible speedup: 8x. @@ -33,4 +34,5 @@ ikiwiki 1.32 released with these changes: problem.) * Patch from James Westby to support podcasting, photoblogging, vidcasting, or what have you, by creating enclosures for non-page items that are - included in feeds. \ No newline at end of file + included in feeds. +"""]] diff --git a/doc/news/version_1.33.mdwn b/doc/news/version_1.33.mdwn index 369d7d6e5..40859322f 100644 --- a/doc/news/version_1.33.mdwn +++ b/doc/news/version_1.33.mdwn @@ -1,5 +1,6 @@ -ikiwiki 1.33 released with these changes: +ikiwiki 1.33 released with [[toggle text="these changes"]] +[[toggleable text=""" * Fix issue with aggregate plugin updating expired pages. * Avoid syntax errors in templates used by the template plugin crashing ikiwiki. @@ -13,4 +14,5 @@ ikiwiki 1.33 released with these changes: FORM-SUBMIT unusable on customised formbuilder templates. For now, hardcode the submit buttons in editpage.tmpl instead of using the template variable, which is ok, since the buttons are static. - * Work with hyperestraier 1.4.9. \ No newline at end of file + * Work with hyperestraier 1.4.9. +"""]] diff --git a/doc/roadmap.mdwn b/doc/roadmap.mdwn index ce1b3188b..ca70cbc65 100644 --- a/doc/roadmap.mdwn +++ b/doc/roadmap.mdwn @@ -15,7 +15,7 @@ Released 29 April 2006. * Unit test suite (with tests of at least core stuff like [[PageSpec]]). _(status: exists, could of course use more tests)_ * [[Plugins]] _(status: done)_ -* [[Tags]] _(status: fair)_ +* [[Tags]] _(status: good)_ * Should have fully working [[todo/utf8]] support. _(status: good)_ * [[Optimised_rendering|todo/optimisations]] if possible. Deal with other scalability issues. _(status: scales to thousands of pages, and approximatly -- 2.32.0.93.g670b81a890