aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | Fix recommendation about rel attribute for style sheetssajolida2015-06-28
| |
* | Escaping directivesspalax2015-06-28
| |
* | More info about the (possible) bug in the external plugin (RPC communication)Louis2015-06-28
| |
* | typohttps://launchpad.net/~beaufils2015-06-26
| |
* | Added a comment: Does the exclude feature work at all?https://launchpad.net/~beaufils2015-06-22
| |
* | removedhttps://launchpad.net/~beaufils2015-06-22
| |
* | add links to me (in order to follow the bugs)https://launchpad.net/~beaufils2015-06-22
| |
* | Added a comment: *Bug* is still there and I have the same needhttps://launchpad.net/~beaufils2015-06-22
| |
* | removedhttps://launchpad.net/~beaufils2015-06-22
| |
* | Added a commenthttp://kerravonsen.dreamwidth.org/2015-06-21
| |
* | (no commit message)openmedi2015-06-21
| |
* | (no commit message)openmedi2015-06-21
| |
* | (no commit message)openmedi2015-06-21
| |
* | removedspalax2015-06-21
| |
* | Aknowlege irrelevance of my new `rimg` pluginspalax2015-06-21
| |
* | no, wikilinks don't inline remote images; but HTML, Markdown etc. dosmcv2015-06-21
| |
* | wikilinks can already point to remote images?smcv2015-06-21
| |
* | Link to a new plugin solving my question.spalax2015-06-20
| |
* | New plugin: rimgspalax2015-06-20
| |
* | typohttps://launchpad.net/~beaufils2015-06-19
| |
* | Added a comment: Bug still there and same needhttps://launchpad.net/~beaufils2015-06-19
| |
* | More information about butspalax2015-06-19
| |
* | Question about the img pluginspalax2015-06-19
| |
* | Initial report.https://launchpad.net/~beaufils2015-06-19
| |
* | Potential bug with external pluginsspalax2015-06-14
| |
* | Squelch regex deprecation warnings from Perl 5.22.Amitai Schlair2015-06-14
| | | | | | | | | | | | Specifically: "Unescaped left brace in regex is deprecated, passed through in regex"
* | announce 3.20150614Simon McVittie2015-06-14
| |
* | 3.20150614Simon McVittie2015-06-14
| |
* | img test: set old timestamp on source file that will changeSimon McVittie2015-06-14
| | | | | | | | This is so that the test will pass even if it takes less than 1 second.
* | img: stop ImageMagick trying to be clever if filenames contain a colonSimon McVittie2015-06-13
| | | | | | | | | | | | | | | | | | | | $im->Read() takes a filename-like argument with several sets of special syntax. Most of the possible metacharacters are escaped by the default `wiki_file_chars` (and in any case not particularly disruptive), but the colon ":" is not. It seems the way to force ImageMagick to treat colons within the filename as literal is to prepend a colon, so do that.
* | inline: change default sort order from age to "age title" for determinismSimon McVittie2015-06-13
| |
* | new questions (sharing settings easily)https://launchpad.net/~beaufils2015-06-12
| |
* | new todo: hebrew l10nfr33domlover2015-06-12
| |
* | announce 3.20150610Simon McVittie2015-06-11
| |
* | 3.20150610Simon McVittie2015-06-10
| |
* | Templates render bugfix appear to be working.kjs2015-06-10
| |
* | polygen: if deterministic build is requested, use a well-known random seedSimon McVittie2015-06-09
| |
* | haiku: if deterministic build is requested, return a hard-coded haikuSimon McVittie2015-06-09
| |
* | Add deterministic option and use it for the docwikiSimon McVittie2015-06-09
| | | | | | | | It doesn't do anything yet.
* | Sort backlinks deterministically, by falling back to sorting by href if the ↵Simon McVittie2015-06-09
| | | | | | | | link text is identical
* | Exclude the sandbox from the docwikiSimon McVittie2015-06-09
| | | | | | | | It isn't documentation.
* | Force a deterministic sort order for more pagesSimon McVittie2015-06-09
| |
* | Close the openid vs. password pollSimon McVittie2015-06-09
| | | | | | | | The result has pretty clearly been: we're keeping both.
* | Add [[!meta date]] to news items and tipsSimon McVittie2015-06-09
| | | | | | | | | | | | | | The git checkout and build process can leave the checkout date in the tarball release, leading to unstable sorting. I tried to use `git restore-mtime`, but that doesn't work for ikiwiki, because dgit interferes with it.
* | brokenlinks: sort the pages that link to the missing page, for better ↵Simon McVittie2015-06-09
| | | | | | | | reproducibility
* | debian/copyright: turn comments on provenance into CommentSimon McVittie2015-06-09
| |
* | debian/copyright: consolidate permissive licensesSimon McVittie2015-06-09
| |
* | debian: build the docwiki with LC_ALL=C.UTF-8 and TZ=UTC for a more ↵Simon McVittie2015-06-09
| | | | | | | | reproducible build
* | Populate pagectime from mtime or inode change time, whichever is olderSimon McVittie2015-06-09
| | | | | | | | | | | | | | | | | | | | | | | | When building ikiwiki from a tarball, the mtime (conceptually, the last modification date of the file) is preserved by tar, but the inode change time (creation/metadata-change date of *this copy* of the file) is not. This seems to lead to unstable sort ordering and unreproducible builds. The page can't possibly have been modified before it was created, so we can assume that the modification date is an upper bound for the creation date.
* | changelogSimon McVittie2015-06-09
| |