]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/news/version_1.5.mdwn
2fd024b5a1503ffd577eed4d6bc09ea3a29ba579
[git.ikiwiki.info.git] / doc / news / version_1.5.mdwn
1 ikiwiki 1.5 released with these changes:
3    * Add --timeformat config option to allow changing how dates are displayed.
4      Note that as a side effect, dates will now be displayed using the local
5      timezone, not as GMT.
6    * More security review.
7    * Patch from Dr. Zini to add link() and backlink() to globlists. This allows
8      for some handy stuff like:
9      - Using links as a kind of tag; creating blog pages that list all pages
10        containing a given tag/link or not containing some other tag.
11      - Subscribing to mail notifications whenever a change is made to a page
12        that is a backlink of page foo. Ie, "Please notify me of changes in all
13        pages that link to my home page in the wiki"
14      - Locking any pages that are linked to from a particular page, so that
15        lists of locks can be exposed in the wiki.
16    * Reorganised the doc wiki's todo/* pages, using a link/tag to flag
17      when a todo item is done, instead of the previous moving it to a different
18      subdir.
19    * Allow pagetemplate plugins to override *anything* in the template.
20    * Add a meta plugin, which allows specifying various metadata about pages,
21      like license and author. It also allows for inserting html link and meta
22      tags into html, overriding the title, and adding hidden WikiLinks, which
23      can be useful when using link-based globbing for page categorisation.
24    * Remove preprocessor directives from inlined pages.
25    * Allow simple preprocessor directive values to be specified w/o quotes.
26    * Add support for using git instead of subversion as the RCS backend,
27      tremendous thanks to Recai Oktaş for this.
28    * Doc updates for git.
29    * Fix absolute url munging in rss generation to support https, ftp, etc urls
30      not just http urls.
31    * Patch from Recai Oktaş to improve utf-8 support, it should now use proper
32      utf-8 for edit and other fields, and for recentchanges. There may still
33      be utf-8 issues with the preferences page though.