Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a test asserting that no plugin is an empty file | Simon McVittie | 2018-03-09 |
| | | | | | | | | | 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> | ||
* | mdwn: Automatically detect which libdiscount flags to use | Simon McVittie | 2018-03-08 |
| | | | | | | | | | | 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> | ||
* | in progress | smcv | 2018-03-08 |
| | |||
* | Report bug. | Amitai Schleier | 2018-03-08 |
| | |||
* | close | Simon McVittie | 2018-03-04 |
| | |||
* | rst test: Probe for docutils Python 3 module, not Python 2 | http://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 Schleier | 2018-03-02 |
| | |||
* | Frohdo - new personal website added | Frohdo | 2018-02-28 |
| | |||
* | Announce 3.20180228 | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | 3.20180228 | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | changelog: Mention packaging changes imported from Debian | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | rst: Use Python 3 instead of Python 2 | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | Close bug | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | Update changelog | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | img test: Exercise a format that is uncommon on the web (BMP) | Simon McVittie | 2018-02-28 |
| | | | | Signed-off-by: Simon McVittie <smcv@debian.org> | ||
* | img: Explicitly detect format if needed | Simon McVittie | 2018-02-28 |
| | | | | | | | | | | 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> | ||
* | img test: Don't rely on using an empty ImageMagick coder name | Simon McVittie | 2018-02-28 |
| | | | | | | | | | 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> | ||
* | preprocess: Escape most ASCII punctuation in error messages | Simon McVittie | 2018-02-28 |
| | | | | | | | | | | | | 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> | ||
* | Added a comment | jon+ikiwiki@663db4cb26e845748f3e7e6d51eeb26c6014f1c3 | 2018-02-22 |
| | |||
* | Some thoughts about Ikiwiki | spalax | 2018-02-18 |
| | |||
* | remove template that does not belong here | Joey Hess | 2018-02-15 |
| | | | | | Finnish translation of another template, this is not the place to put it. The ikiwiki-l10n can iirc manage such translations. | ||
* | parametrien dokumentointi | https://launchpad.net/~hingo | 2018-02-10 |
| | |||
* | First post | https://launchpad.net/~hingo | 2018-02-10 |
| | |||
* | improve reply wording with a crosslink | https://social.mayfirst.org/mjray | 2018-02-05 |
| | |||
* | Try to explain editor loophole to viewing restrictions | https://social.mayfirst.org/mjray | 2018-02-05 |
| | |||
* | typo fixed | svetlana | 2018-02-02 |
| | |||
* | (no commit message) | svetlana | 2018-02-02 |
| | |||
* | more details | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 | 2018-02-02 |
| | |||
* | NYTProf: Profile data incomplete, inflate error -5 ((null)) | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 | 2018-02-02 |
| | |||
* | (no commit message) | http://thm.id.fedoraproject.org/ | 2018-01-31 |
| | |||
* | urlfix | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 | 2018-01-30 |
| | |||
* | update | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 | 2018-01-30 |
| | |||
* | %? | svetlana@192500fb6a2e2ef8e78d1a08cca64b1bca9833b9 | 2018-01-30 |
| | |||
* | build: Ensure that pm_to_blib finishes before rewriting shebang lines | Simon McVittie | 2018-01-29 |
| | | | | | Otherwise, rewriting shebang lines can race with pm_to_blib, potentially resulting in files being corrupt or empty. | ||
* | t/wellformed: Rebuild the docwiki, not everything | Simon McVittie | 2018-01-29 |
| | |||
* | build: Use if/then instead of `||` so that the `-e` flag works | Simon McVittie | 2018-01-29 |
| | |||
* | build: `set -e` before each `for` loop, so that errors are reliably trapped | Simon McVittie | 2018-01-29 |
| | |||
* | t: Accept optional file:// prefix on W3m-control | Simon McVittie | 2018-01-29 |
| | |||
* | mdwn: Restore historical behaviour | Simon McVittie | 2018-01-29 |
| | | | | | | | | | | | | | | | The Discount package in Debian historically enabled fenced code blocks, PHP Markdown Extra-style definition lists, and an expanded character set for tag names. Since Discount 2.2.0 those are runtime settings, so enable them. Unfortunately Text::Markdown::Discount doesn't yet expose the necessary constants: https://rt.cpan.org/Public/Bug/Display.html?id=124188 The IDANCHOR option was historically also enabled in Debian, but is not enabled here because ikiwiki does not enable the TOC option, and IDANCHOR does nothing without TOC. Closes: #888055 | ||
* | Auto-remove tag pages? | svetlana | 2018-01-28 |
| | |||
* | (no commit message) | svetlana | 2018-01-25 |
| | |||
* | (no commit message) | svetlana | 2018-01-25 |
| | |||
* | okay, sorry about that | test419 | 2018-01-21 |
| | | | | This reverts commit b7263302c7d74d25b15f87359a633fc3cca857a3 | ||
* | Testing if this is really so easily editable by the public? (my ikiwiki ↵ | test419 | 2018-01-21 |
| | | | | 'instance' is) How is it not constantly being riddled with spam? | ||
* | 404, no 'wmd' | svetlana | 2018-01-20 |
| | |||
* | move main documentation to converter's README file | anarcat | 2018-01-11 |
| | |||
* | repository was moved | anarcat | 2018-01-11 |
| | |||
* | Added a comment: Todo already exists for `basename` | vegardv@75ae889e836bda8ce69bc038d8335c398a2f6f40 | 2018-01-10 |
| | |||
* | co-maintainer opinion | Amitai Schleier | 2018-01-08 |
| |