use toggles

master
joey 2006-11-22 03:09:32 +00:00
parent 328cb70e6d
commit ff5d1505e3
4 changed files with 13 additions and 7 deletions

View 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.
editing a list of banned users.
"""]]

View 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.
included in feeds.
"""]]

View 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.
* Work with hyperestraier 1.4.9.
"""]]

View 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