Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
40_spelling.patch | Corrects spelling errors (seperated -> separated) in README file Corrects minor typo in src/wiki.c | Neil Stockbridge <neil@dist.ro> | yes | 2024-10-24 | ||
0002-Don-t-void-scandir-compar.patch | Don't (void *) scandir compar | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0003-Remove-useless-http_request_param_get.patch | Remove useless http_request_param_get() | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0004-Fix-query-string-detection-was-always-set-to-empty-s.patch | Fix query string detection deocumentation (it's always set to empty, and making the check work (if(token[i])) breaks the server) | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0005-Fix-build-with-fno-common-default-in-current-GCC.patch | Fix build with -fno-common (default in current GCC) | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0006-Fix-ciwiki.man.patch | Fix ciwiki.man | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0007-Document-which-image-files-types-are-supported.patch | Document which image files types are supported The current help text mentions just a few examples of possible image file types, but does not give an exhaustive list. Fix that. |
Guenther Brunthaler <gb@xquad.emgenxx69lwyn5ctlr4nl64ul.local> | yes | debian | 2018-09-13 | |
0008-Avoid-incorrectly-formatted-word-camelcase.patch | Avoid incorrectly formatted word "camelcase" The help text contains /camelcase/, but for some reason (read: most likely a bug) the word does not get formatted as italic text. Therefore changing the word to CamelCase, which will also serve as a better example. |
Guenther Brunthaler <gb@xquad.emgenxx69lwyn5ctlr4nl64ul.local> | yes | 2018-09-13 | ||
0009-usr-libexec-didiwiki-notifynewuser.sh.patch | /usr/libexec/didiwiki-notifynewuser.sh | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | not-needed | 2024-10-25 | ||
0010-Add-log-less-option-to-restrict-logging.patch | Add --log-less option to restrict logging I did not like that didiwiki used to flood my syslog with messages what pages were shown. Firstly, those messages are mostly irrelevant except for debugging. Secondly, I consider this to be a privacy issue. didiwiki is supposed to be a private Wiki, so I cannot see why this private activity should be logged at all. When using the shipped /etc/default/didiwiki configuration file, logging can be restricted via the LISTEN setting: Change LISTEN=127.0.0.1 into LISTEN="127.0.0.1 --log-less" This should do the trick without needing to edit the existing service script. |
Guenther Brunthaler <gb@xquad.emgenxx69lwyn5ctlr4nl64ul.local> | yes | 2018-09-14 | ||
0011-Fix-notifynewuser-to-not-put-the-whole-mail-in-the-s.patch | Fix notifynewuser to not put the whole mail in the subject (\r -> \r\n) | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0012-notifynewuser-ifconfig-ip-a.patch | notifynewuser: ifconfig -> ip a This yields an empty string if you don't have ifconfig installed. iproute2 is available universally. |
=?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | yes | 2024-10-25 | ||
0013-Accept-DIDIWIKIHOME-in-addition-to-CIWIKIHOME-for-co.patch | Accept $DIDIWIKIHOME in addition to $CIWIKIHOME for compat | =?utf-8?b?0L3QsNCx?= <nabijaczleweli@nabijaczleweli.xyz> | not-needed | 2024-10-25 |