aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Please test sudo-mass-rebuild branch on DebianAmitai Schleier2019-09-04
|
* (no commit message)xloem2019-09-03
|
* Response: am trying sudoAmitai Schleier2019-09-01
|
* rename bugs/MultiMarkdown_footnot_support_seems_to_be_broken.mdwn to ↵giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a12019-08-30
| | | | bugs/MultiMarkdown_footnote_support_seems_to_be_broken.mdwn
* Directive fixgiuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a12019-08-30
|
* (no commit message)giuseppe.bilotta@94e824d38b59eac6c61da2ef23fad955d65eb2a12019-08-30
|
* I've not looked at Shake yet, thanks, I'll give it a look! — [[Jon]]jmtd2019-08-25
|
* (no commit message)simon@4e26c0bdeb57cbb3cc79e234379178f37fa71d062019-08-22
|
* Suggest shakesimon@4e26c0bdeb57cbb3cc79e234379178f37fa71d062019-08-22
|
* some beginning code to migrate an ikiwiki to hakylljmtd2019-08-21
|
* loljmtd2019-08-16
|
* saw typesetter-css and was reminded of my appeal against the anti-theme as ↵jmtd2019-08-16
| | | | default
* (no commit message)lkcl@d317c3c240102454f3d5ffa9210ae2178eb5af3a2019-06-25
|
* Adding my work-in-progress blog to the listhttps://launchpad.net/~skellat2019-06-16
|
* No longer hosting these on Branchable.Amitai Schleier2019-06-07
|
* Fix link in previous.Amitai Schleier2019-06-05
|
* Reply to fancypodcast question.Amitai Schleier2019-06-05
|
* Open up the discussionhttps://launchpad.net/~skellat2019-06-02
|
* Add my ikiwiki/blogcanvon2019-05-21
|
* (no commit message)jsewell@560d759be38e126eba7f1c40503adf786fa282292019-05-10
|
* (no commit message)jsewell@560d759be38e126eba7f1c40503adf786fa282292019-05-07
|
* Response to jsewell's bug report.Amitai Schleier2019-05-06
|
* (no commit message)second-try-ikilogin@ac12e40a987a7e7baaf5623cd9a082f9925fb4a12019-05-05
|
* (no commit message)jsewell@560d759be38e126eba7f1c40503adf786fa282292019-04-29
|
* add gitbranch template, prompted by Integeri. Thanksjmtd2019-04-24
|
* Fix syntax.intrigeri2019-04-10
|
* Submit branch for review.intrigeri2019-04-10
|
* update my comment to reflect new commits on that branchjmtd2019-03-30
|
* initial implementation (I was unable to use untrusted git push to add this ↵jmtd2019-03-29
| | | | comment)
* (no commit message)mike@8d1a742254a41aaff8dd19404183dce96fac24ba2019-03-06
|
* (no commit message)krukova.ann@14e9655c363b07d848ae6d37ce799ad41f0c51fb2019-03-06
|
* (no commit message)krukova.ann@14e9655c363b07d848ae6d37ce799ad41f0c51fb2019-03-06
|
* Announce 3.20190228 and 3.20170111.1Simon McVittie2019-02-28
|
* Add an anchor for /security/#cve-2019-9187Simon McVittie2019-02-28
|
* doc: Document security issues involving LWP::UserAgentSimon McVittie2019-02-26
| | | | | | | | | | Recommend the LWPx::ParanoidAgent module where appropriate. It is particularly important for openid, since unauthenticated users can control which URLs that plugin will contact. Conversely, it is non-critical for blogspam, since the URL to be contacted is under the wiki administrator's control. Signed-off-by: Simon McVittie <smcv@debian.org>
* po: Always filter .po filesSimon McVittie2019-02-24
| | | | | | | | | | | | | | | | | | | | The input to filter hooks is meant to be the content of a source file on disk. If we only filter once per (page, destpage) pair, and a page is inlined into the same destpage more than once, then the second occurrence will render as the result of htmlizing .po source as if it was Markdown (or whatever the type of the corresponding master page is), which is never going to end well. The alreadyfiltered mechanism was added in commit 1e874b3f to avoid preprocessing loops, but I'm not sure where it could lead to a loop: filter hooks are only called from IkiWiki::filter, which is only called on page content from disk or on proposed content being previewed. According to <https://bugs.debian.org/911356#41>, deleting the alreadyfiltered mechanism resolves the problem, as well as simplifying the code. Closes: #911356 Tested-by: intrigeri
* Recommend against cvsps3 (haven't tried it).Amitai Schleier2019-02-13
|
* Announce v3.20190207Simon McVittie2019-02-07
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* reviewSimon McVittie2019-02-03
|
* commentSimon McVittie2019-02-03
|
* tag as reviewedsmcv2019-02-03
|
* respondsmcv2019-02-03
|
* Exclude reviewed patches from this listsmcv2019-02-03
|
* closeSimon McVittie2019-02-03
|
* Remove unreachable git repositoriesSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Mark as appliedSimon McVittie2019-02-03
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* remove the "add comment" button from printed mediaAntoine Beaupré2019-02-03
|
* old regexp would have failed for old comment page namessmcv2019-02-03
|
* git-cgi.t: Exercise an alphanumeric, but non-ASCII, root pageSimon McVittie2019-02-03
| | | | | | | | | | | | | My previous attempt to reproduce this bug used a non-alphanumeric ASCII character. This is not currently considered to be a valid value for rootpage, although for a "do what I mean" approach, perhaps we should accept it and pass it through titlepage() or linkpage(). Using Chinese characters (which are considered to match [[:alnum:]] even though the Chinese script is not, strictly speaking, an alphabet), as in the original bug report, reproduces the bug. Signed-off-by: Simon McVittie <smcv@debian.org>
* link to recently-added testssmcv2019-01-31
|