]> sipb.mit.edu Git - ikiwiki.git/blob - doc/news/version_2.68.mdwn
add news item for ikiwiki 3.07
[ikiwiki.git] / doc / news / version_2.68.mdwn
1 ikiwiki 2.68 released with [[!toggle text="these changes"]]
2 [[!toggleable text="""
3    * Add support for checking pushes from untrusted git committers. This can be
4      used to set up anonymous git pushes, and other similar things.
5    * format: New plugin, allows embedding differently formatted text inside a
6      page (ie, otl inside a mdwn page, or syntax highlighted code inside a
7      page).
8    * relativedate: New javascript-alicious plugin that makes all dates display
9      relative, in a very nice way, if I say so myself.
10    * Optimise the no-op post-commit hook, to speed up web edits by a fraction
11      of a second.
12    * git: Allow [[sha1\_commit]] to be used in the diffurl, to support cgit.
13    * shortcut: Fix display of shortcuts while previewing.
14    * Plugins that used to override displaytime should instead override
15      formattime. displaytime will call that, and may wrap markup around the
16      formatted time.
17    * Add an underlay for javascript, and add ikiwiki.js containing some utility
18      code.
19    * toggle: Stop embedding the full toggle code on each page using it, and
20      move it to toggle.js in the javascript underlay.
21    * recentchanges: Make feed links point back to anchors on the recentchanges
22      page. (JasonBlevins)
23    * Fix issue with utf-8 in wikiname breaking session cookies, by
24      entity-encoding the wikiname in the session cookie.
25    * Use the pure perl Data::Dumper when generating setup files to ensure that
26      utf-8 characters are written out as such, and not as the encoded perl
27      strings the C Data::Dumper produces.
28    * inline: Only the last feed link was put on the page, fix this to include
29      all feed links. So rss will be included along with atom, and pages with
30      multiple feeds will get links added for all feeds.
31    * tag: When tagpage is set, force the links created by tagging to point at
32      the toplevel tagpage, and not closer subpages. The html links already went
33      there, but internally the links were not recorded as absolute, which could
34      cause confusing backlinks etc.
35    * Add an inject function, that can be used by plugins that want to
36      replace one of ikiwiki's functions with their own version.
37      (This is a scary thing that grubs through the symbol table, and replaces
38      all exported occurances of a function with the injected version.)
39    * external: RPC functions can be injected to replace exported functions.
40    * Updated French translation. Closes: #[502694](http://bugs.debian.org/502694)
41    * Updated Spanish translation from the ever vigilant Victor Moral.
42    * Updated Danish translation from Jonas Smedegaard. Closes: #[503117](http://bugs.debian.org/503117)
43    * Preserve syslog setting when doing `ikiwiki -setup foo -dumpsetup bar`
44    * Several fixes to --render mode."""]]