aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
Commit message (Collapse)AuthorAge
...
* (no commit message)http://thm.id.fedoraproject.org/2018-03-03
|
* Close bugSimon McVittie2018-02-28
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* (no commit message)http://thm.id.fedoraproject.org/2018-01-31
|
* Don't send relative redirect URLs when behind a reverse proxySimon McVittie2018-01-08
|
* this is a web server configuration issue rather than a bug in the ikiwiki codesmcv2018-01-08
|
* failing test (marked TODO) now presentsmcv2018-01-08
|
* (no commit message)smcv2018-01-08
|
* test case potentially in progresssmcv2018-01-08
|
* I'm not sure this can be solved without web server configurationsmcv2018-01-08
|
* bugJoey Hess2018-01-07
|
* add and use cgiurl_abs_sameschemeJoey Hess2018-01-05
| | | | | | | | | | | | | | | | * emailauth: Fix cookie problem when user is on https and the cgiurl uses http, by making the emailed login link use https. * passwordauth: Use https for emailed password reset link when user is on https. Not entirely happy with this approach, but I don't currently see a better one. I have not verified that the passwordauth change fixes any problem, other than the user getting a http link when they were using https. The emailauth problem is verified fixed by this commit. This commit was sponsored by Michael Magin.
* how to fix?Joey Hess2018-01-05
|
* think I cracked itJoey Hess2018-01-05
|
* updateJoey Hess2018-01-05
|
* correction; I did not reproduce thisJoey Hess2018-01-04
| | | | | I was manually reloading /ikiwiki.cgi?do=login, and postsignin is not set when that's done, which is a bug, but not the bug I was after.
* bug reportJoey Hess2018-01-04
|
* (no commit message)jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* possible explanationjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* formattingjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* (no commit message)jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* bug report re http redirectjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32017-12-08
|
* file bugEdward2017-10-27
|
* formattingEdward2017-10-27
|
* file bugEdward2017-10-27
|
* file bugEdward2017-10-27
|
* Update changelog and close bugSimon McVittie2017-09-28
|
* Report bug + merge request: image resize is not deterministic.intrigeri2017-09-01
|
* removedKeeh2017-08-21
|
* (no commit message)Keeh2017-08-21
|
* (no commit message)Keeh2017-08-21
|
* (no commit message)vpelcak@b216e425210695d731d2673167c7dd45e5e9b1c92017-08-07
|
* answer question, with reference.DavidCary2017-07-05
|
* request more informationSimon McVittie2017-06-22
|
* add bug report originally emailed to me by Peter SimonsJoey Hess2017-06-22
|
* Suggested syntax does work, and has a testsmcv2017-05-19
|
* it is (meant to be) possible, just not with that syntaxsmcv2017-05-19
|
* (no commit message)fmarier2017-05-18
|
* color: Use markup for the preserved CSS, not character dataSimon McVittie2017-05-16
| | | | | | This still smuggles it past the sanitize step, but avoids having other plugins that want to capture text content without markup (notably toc) see the CSS as if it was text content.
* closesmcv2017-05-16
|
* mdwn: Enable footnotes by default when using DiscountSimon McVittie2017-05-14
| | | | | A new mdwn_footnotes option can be used to disable footnotes in MultiMarkdown and Discount.
* mdwn: Don't mangle <style> into <elyts> under some circumstancesSimon McVittie2017-05-14
| | | | | We can ask libdiscount not to elide <style> blocks, which means we don't have to work around them.
* httpauth: If REMOTE_USER is empty, behave as though it was unsetSimon McVittie2017-05-14
| | | | | | A frequently cut-and-pasted HTTP basic authentication configuration for nginx sets it to the empty string when not authenticated, which is not useful.
* complete last paragraphsmcv2017-05-14
|
* I have a theorysmcv2017-05-14
|
* Fixing formatdesci2017-03-29
|
* As requesteddesci2017-03-29
|
* Answering questions and updating linksdesci2017-03-29
|
* Add CVE references for CVE-2016-10026Simon McVittie2016-12-21
|
* Replied.intrigeri2016-12-20
|
* Restrict CSS matches on .header to not affect <tr>Simon McVittie2016-12-19
| | | | | | | Pandoc generates <tr class="header"> to hold <th> elements, and we don't want to make those be display: block. Signed-off-by: Simon McVittie <smcv@debian.org>