]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_3.20140102.mdwn
e101646254345315f1ac96987bd20d47a2608ee0
[ikiwiki.git] / doc / news / version_3.20140102.mdwn
1 ikiwiki 3.20140102 released with [[!toggle text="these changes"]]
2 [[!toggleable text="""
3    * aggregate: Improve display of post author.
4    * poll: Fix behavior of poll buttons when inlined.
5    * Fixed unncessary tight loop hash copy in saveindex where a pointer
6      can be used instead. Can speed up refreshes by nearly 50% in some
7      circumstances.
8    * Optimized loadindex by caching the page name in the index.
9    * Added only\_committed\_changes config setting, which speeds up wiki
10      refresh by querying git to find the files that were changed, rather
11      than looking at the work tree. Not enabled by default as it can
12      break some setups where not all files get committed to git.
13    * comments: Write pending moderation comments to the transient underlay
14      to avoid conflict with only\_committed\_changes.
15    * search: Added google\_search option, which makes it search google
16      rather than using the internal xapain database.
17      (googlesearch plugin is too hard to turn on when xapain databases
18      corrupt themselves, which happens all too frequently).
19    * osm: Remove invalid use of charset on embedded javascript tags.
20      Closes: #[731197](http://bugs.debian.org/731197)
21    * style.css: Add compatibility definitions for more block-level
22      html5 elements. Closes: #[731199](http://bugs.debian.org/731199)
23    * aggregrate: Fix several bugs in handling of empty and colliding
24      titles when generating filenames."""]]