Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix name | https://id.koumbit.net/anarcat | 2015-03-07 |
| | |||
* | (no commit message) | https://id.koumbit.net/anarcat | 2015-03-07 |
| | |||
* | add authors and plugin type | https://id.koumbit.net/anarcat | 2015-03-07 |
| | |||
* | rename forum/Asciidoc_plugin.mdwn to plugins/contrib/asciidoc.mdwn | https://id.koumbit.net/anarcat | 2015-03-07 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | removed | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-03-05 |
| | |||
* | request | https://www.google.com/accounts/o8/id?id=AItOawmbuZI4n1RsTe3Yeaqb5F-yhtR7a8BWEIE | 2015-03-05 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnI8IcDlNv0dtfSiNgKW5XWi-oWKPigt9Q | 2015-03-03 |
| | |||
* | (no commit message) | https://openid.stackexchange.com/user/bd7676f7-83b5-4a71-82a6-d4df0fab61ca | 2015-03-03 |
| | |||
* | Added a comment: Working configuration for nginx | https://www.google.com/accounts/o8/id?id=AItOawlTS8BlL-OtDvQwLk1ohkRAmfCb_U5yOvQ | 2015-03-03 |
| | |||
* | Added information about how to use httpauth with ngnx | https://www.google.com/accounts/o8/id?id=AItOawlTS8BlL-OtDvQwLk1ohkRAmfCb_U5yOvQ | 2015-03-03 |
| | |||
* | request | Joey Hess | 2015-03-02 |
| | |||
* | Update my user page | fr33domlover | 2015-03-02 |
| | |||
* | t/inline.t: accept translations of "Add a new post titled:" (Closes: #779365) | Simon McVittie | 2015-03-01 |
| | |||
* | Standardize on --long-option instead of -long-option | Simon McVittie | 2015-03-01 |
| | | | | | | | | | | [[forum/refresh_and_setup]] indicates some confusion between --setup and -setup. Both work, but it's clearer if we stick to one in documentation and code. A 2012 commit to [[plugins/theme]] claims that "-setup" is required and "--setup" won't work, but I cannot find any evidence in ikiwiki's source code that this has ever been the case. | ||
* | clarify that --setup changes the default verb | smcv | 2015-03-01 |
| | |||
* | Added a comment | smcv | 2015-03-01 |
| | |||
* | close bug | smcv | 2015-03-01 |
| | |||
* | If neither timezone nor TZ is set, set both to :/etc/localtime if we're on a ↵ | Simon McVittie | 2015-03-01 |
| | | | | GNU system and that file exists, or GMT otherwise | ||
* | (no commit message) | smcv | 2015-03-01 |
| | |||
* | more info needed; suggestions | smcv | 2015-03-01 |
| | |||
* | Added a comment: looks like Debian#776181 | smcv | 2015-03-01 |
| | |||
* | changelog | Simon McVittie | 2015-03-01 |
| | |||
* | Fix double UTF-8 decode on Perl < 5.20 with upgraded Encode.pm | Anders Kaseorg | 2015-03-01 |
| | | | | | | | | | | | | | | | | | | | | Commit feb21ebfacb341fc34244e1c9b8557fd81d1dfc1 added a safe_decode_utf8 function that avoids double decoding on Perl 5.20. But the Perl behavior change actually happened in Encode.pm 2.53 (https://github.com/dankogai/p5-encode/pull/11). Although Perl 5.20 is the first Perl version to bundle an affected version of Encode.pm, it’s also possible to upgrade Encode.pm independently; for example, Fedora 20 has Perl 5.18.4 with Encode.pm 2.54. On such a system, editing a non-ASCII file still fails with errors like Error: Cannot decode string with wide characters at /usr/lib64/perl5/vendor_perl/Encode.pm line 216. There doesn’t seem to be any reason not to check Encode::is_utf8 on old versions too, so just remove the version check altogether. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Bug-Debian: https://bugs.debian.org/776181 | ||
* | fix fenced code block syntax for comprehensibility | Simon McVittie | 2015-03-01 |
| | | | | | ikiwiki.info does not support ``` as a fence for code blocks, only ~~~, and it only works at the beginning of a new paragraph. | ||
* | Added a comment | cbaines | 2015-03-01 |
| | |||
* | Fix usage to not incorrectly state that the refresh option is on by default | Christopher Baines | 2015-02-28 |
| | | | | | | As far as I can tell, it was off by default since when it was introduced in ffc0be87d7eca4de4dbc91d740d36b7b40bfa911, and unless I have read the history wrong, has never been enabled by default. | ||
* | Added a comment: refresh option | cbaines | 2015-02-28 |
| | |||
* | Add comment to the osm plugin icon patch page | Christopher Baines | 2015-02-28 |
| | |||
* | Bug: wrong rendering of template | fr33domlover | 2015-02-27 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-02-25 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-02-25 |
| | |||
* | Added a comment: Fix | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-02-25 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawlobQ5j7hQVIGkwMWW3yKB_DWqthJcpnsQ | 2015-02-24 |
| | |||
* | Added a comment: gentag | https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU | 2015-02-19 |
| | |||
* | fixed me sig | EdePopede | 2015-02-19 |
| | |||
* | for future month the value is interperted as "month of the year" => breaks ↵ | EdePopede | 2015-02-19 |
| | | | | symmetry, lacks functionality | ||
* | Added a comment: Precarious situation | https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU | 2015-02-19 |
| | |||
* | Added a comment | smcv | 2015-02-18 |
| | |||
* | already fixed in newer ikiwiki | smcv | 2015-02-18 |
| | |||
* | escaping directives continues to be harder than it should be | smcv | 2015-02-18 |
| | |||
* | Report a bug | fr33domlover | 2015-02-18 |
| | |||
* | typos | https://www.google.com/accounts/o8/id?id=AItOawkickHAzX_uVJMd_vFJjae6SLs2G38URPU | 2015-02-18 |
| |