use toggles
parent
328cb70e6d
commit
ff5d1505e3
|
@ -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
|
||||
|
@ -14,3 +15,4 @@ ikiwiki 1.31 released with these changes:
|
|||
* 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.
|
||||
"""]]
|
||||
|
|
|
@ -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.
|
||||
|
@ -34,3 +35,4 @@ ikiwiki 1.32 released with these changes:
|
|||
* 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.
|
||||
"""]]
|
||||
|
|
|
@ -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.
|
||||
|
@ -14,3 +15,4 @@ ikiwiki 1.33 released with these changes:
|
|||
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.
|
||||
"""]]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue