aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Added a commentsmcv2018-03-21
* clarifysmcv2018-03-21
* convert from forum to bug, mark as donesmcv2018-03-21
* rename forum/problems_with_ctime__47__date__47__updated__47__mtime__47__etc.m...smcv2018-03-21
* Added a comment: tried and tried and failedanarcat2018-03-19
* trying to figure out a stupid mistake takes a long time, how about we shortci...anarcat2018-03-19
* Announce 3.20180311Simon McVittie2018-03-11
* 3.20180311Simon McVittie2018-03-11
* not-truncated.t: Work correctly as an installed-test•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-03-09
* build: Add `make git-dist` target•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-03-09
* Update changelogSimon McVittie2018-03-09
* Add a test asserting that no plugin is an empty file•••I'm still not completely sure how it happened, and I can't reproduce it myself, but in the Debian build of ikiwiki 3.20180105, wikitext.pm ended up empty. The build fixes in commits 3aacac3b, efcbeaa0, b32480f0 hopefully fixed this. Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-03-09
* mdwn: Automatically detect which libdiscount flags to use•••Unconditionally passing arbitrary numbers as flags turns out to be a bad idea, because some of the "unused" values have historically had side-effects internal to libdiscount. Detect whether the known flags work by rendering short Markdown snippets the first time we htmlize, checking whether each known flag is both necessary and sufficient. Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-03-08
* in progresssmcv2018-03-08
* Report bug.Amitai Schleier2018-03-08
* closeSimon McVittie2018-03-04
* rst test: Probe for docutils Python 3 module, not Python 2http://thm.id.fedoraproject.org/2018-03-04
* (no commit message)http://thm.id.fedoraproject.org/2018-03-03
* Avoid unexpected full paths from find(1).Amitai Schleier2018-03-02
* Frohdo - new personal website addedFrohdo2018-02-28
* Announce 3.20180228•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* 3.20180228•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* changelog: Mention packaging changes imported from Debian•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* rst: Use Python 3 instead of Python 2•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* Close bug•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* Update changelog•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* img test: Exercise a format that is uncommon on the web (BMP)•••Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* img: Explicitly detect format if needed•••An empty coder name used to detect the format implicitly, but has been interpreted as a literal part of the filename since ImageMagick 6.9.8-3. In newer versions, there does not seem to be any way to indicate that a filename containing ':' is to be taken literally without first knowing the decoder to use. Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* img test: Don't rely on using an empty ImageMagick coder name•••This used to work, but has been interpreted as a literal part of the filename since ImageMagick 6.9.8-3. In newer versions, there does not seem to be any way to indicate that a filename containing ':' is to be taken literally without first knowing the decoder to use. Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* preprocess: Escape most ASCII punctuation in error messages•••This is a minimal version of what we should in principle do here, which is to escape the error message in whatever way is correct for embedding plain text in the surrounding wiki markup language. This implementation approximates that by assuming that HTML entities, alphanumerics and common punctuation characters are passed through the markup language unaltered, but punctuation characters might be misinterpreted. Signed-off-by: Simon McVittie <smcv@debian.org> Simon McVittie2018-02-28
* Added a commentjon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c32018-02-22
* Some thoughts about Ikiwikispalax2018-02-18
* remove template that does not belong here•••Finnish translation of another template, this is not the place to put it. The ikiwiki-l10n can iirc manage such translations. Joey Hess2018-02-15
* parametrien dokumentointihttps://launchpad.net/~hingo2018-02-10
* First posthttps://launchpad.net/~hingo2018-02-10
* improve reply wording with a crosslinkhttps://social.mayfirst.org/mjray2018-02-05
* Try to explain editor loophole to viewing restrictionshttps://social.mayfirst.org/mjray2018-02-05
* typo fixedsvetlana2018-02-02
* (no commit message)svetlana2018-02-02
* more detailssvetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-02-02
* NYTProf: Profile data incomplete, inflate error -5 ((null))svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-02-02
* (no commit message)http://thm.id.fedoraproject.org/2018-01-31
* urlfixsvetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-01-30
* updatesvetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-01-30
* %?svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b92018-01-30
* build: Ensure that pm_to_blib finishes before rewriting shebang lines•••Otherwise, rewriting shebang lines can race with pm_to_blib, potentially resulting in files being corrupt or empty. Simon McVittie2018-01-29
* t/wellformed: Rebuild the docwiki, not everythingSimon McVittie2018-01-29
* build: Use if/then instead of `||` so that the `-e` flag worksSimon McVittie2018-01-29
* build: `set -e` before each `for` loop, so that errors are reliably trappedSimon McVittie2018-01-29
* t: Accept optional file:// prefix on W3m-controlSimon McVittie2018-01-29