1 ikiwiki 3.20140227 released with [[!toggle text="these changes"]]
3 * Added useragent config setting. Closes: #[737121](http://bugs.debian.org/737121)
5 * po: Add html\_lang\_code and html\_lang\_dir template variables
6 for the language code and direction of text.
8 * Allow up to 8 levels of nested directives, rather than previous 3
9 in directive infinite loop guard.
10 * git diffurl: Do not escape / in paths to changed files, in order to
11 interoperate with cgit (gitweb works either way)
13 * git: Explicity push master branch, as will be needed by git 2.0's
14 change to push.default=matching by default.
16 * Deal with nasty issue with gettext clobbering $@ while printing
17 error message containing it.
19 * Cleanup of the openid login widget, including replacing of hotlinked
20 images from openid providers with embedded, freely licensed artwork.
22 * Improve templates testing.
24 * python proxy: Avoid utf-8 related crash.
25 Thanks, Antoine Beaupré
26 * Special thanks to Simon McVittie for being the patchmeister for this