1 ikiwiki 2.63 released with [[!toggle text="these changes"]]
3 * Set cookies HttpOnly.
4 * Typo. Closes: #[497003](http://bugs.debian.org/497003)
5 * Ignore failure to install files into /etc, in case install is running as
7 * Work around perl $\_ scoping nonsense that caused breakage when loading
9 * style.css: Add missing semicolon. Closes: #[497176](http://bugs.debian.org/497176)
10 * filecheck: Fall back to testing for binary or plain text files
11 if no mime type is detected.
12 * table: Support header=column to make the table header be the first
13 column of the data. (AlexandreDupas)
14 * For fine control over what characters are allowed, unescaped in
15 source filenames, the wiki\_file\_chars setting is added. For example,
16 set to "-[:alnum:]+/.\_" to disable colons from being used in source files
17 (which can cause troubl om Windows).
18 * po/Makefile: update po files when the pot file has changed.
19 Closes: #[497951](http://bugs.debian.org/497951)
20 * editpage: New core plugin factoring out page editing to allow disabling it