]> sipb.mit.edu Git - ikiwiki.git/commitdiff
use toggles
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 03:09:32 +0000 (03:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Wed, 22 Nov 2006 03:09:32 +0000 (03:09 +0000)
doc/news/version_1.31.mdwn
doc/news/version_1.32.mdwn
doc/news/version_1.33.mdwn
doc/roadmap.mdwn

index 846ca7f05eb20f60ed06a30bbabd1a744c24edea..f99bf999020fb5bc75e46e2589052bc4470fc1d6 100644 (file)
@@ -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.
+"""]]
index 6f1d49836ef72e41d2a77adab1fbd794ef141ea5..e888a225eed910439649bf22b690757996823c43 100644 (file)
@@ -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.
+"""]]
index 369d7d6e5d05cbedee815737fe12162b6d00de24..40859322fd3a10d83b7d43fc6ff9d3635d9ae078 100644 (file)
@@ -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.
+"""]]
index ce1b3188b4378d860ebda4fc091bea5ff5773afa..ca70cbc651e2f85bc2d8f310db7ac3b9db05f867 100644 (file)
@@ -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