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