aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* probably fixedsmcv2014-09-17
|
* reviewsmcv2014-09-17
|
* Added a commentsmcv2014-09-17
|
* Added a commentsmcv2014-09-17
|
* Added a comment: next stepssmcv2014-09-17
|
* Add comment regarding GeoJSON outputChristopher Baines2014-09-17
|
* respondsmcv2014-09-17
|
* Added a commentfr33domlover2014-09-17
|
* Write forum page about RTL support of PO pluginfr33domlover2014-09-17
|
* move the comments in the right place, add my commentsanarcat2014-09-16
|
* another reviewanarcat2014-09-16
|
* fix path to my repoanarcat2014-09-16
|
* reviewed elsewheresmcv2014-09-16
|
* reviewsmcv2014-09-16
|
* fixedsmcv2014-09-16
|
* fix link to the mtl mesh wikihttps://id.koumbit.net/anarcat2014-09-16
|
* followup after asking my provider to fix useragent blockinghttp://anastigmatix.net/2014-09-16
|
* remove webconverger from list of git remotesSimon McVittie2014-09-16
| | | | | | This appears to be a website run with ikiwiki, not a set of branches to fix bugs / add features in the ikiwiki code, so having it appear in `gitk --all` is just noise.
* Build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra so we can ↵Simon McVittie2014-09-16
| | | | thumbnail SVGs in the docwiki
* close bugSimon McVittie2014-09-16
|
* news entry for 3.20140916Simon McVittie2014-09-16
|
* Add myself to Uploaders and release to DebianSimon McVittie2014-09-16
|
* Add package dependencies for scalable img supportSimon McVittie2014-09-16
| | | | | | - suggest ghostscript (required for PDF-to-PNG thumbnailing) and libmagickcore-extra (required for SVG-to-PNG thumbnailing) - build-depend on ghostscript so the test for scalable images can be run
* img: raise an error if we cannot find the image's sizeSimon McVittie2014-09-16
| | | | This happens for PDFs without ghostscript installed, for instance.
* img test: skip SVG tests if unsupported by Image::MagickSimon McVittie2014-09-16
|
* Pass -templatedir to get this test passing again.Amitai Schlair2014-09-15
|
* bug reportsmcv2014-09-15
|
* email verification is a separate issue, can we please fix the bug here?https://id.koumbit.net/anarcat2014-09-15
|
* add gables and turrets to bikeshedjcflack2014-09-15
|
* Revert "Use templatebody for the templates in the basewiki and docwiki"Simon McVittie2014-09-15
| | | | | | This reverts commit 236c46a3f7e5e62296484dc47b4882f7f4327a06. We can't apply this bit until the ikiwiki on ikiwiki.info (i.e. Branchable) supports [[!templatebody]].
* changelog, close bugsSimon McVittie2014-09-15
|
* Merge branch 'ready/templatebody'Simon McVittie2014-09-15
|\
| * Assume that every page has been scanned by the time the scan phase endsSimon McVittie2014-03-05
| | | | | | | | | | | | | | | | | | | | This doesn't prevent memory from being used to track what we have and haven't scanned, but it does make it temporary. The existing %rendered hash, which is filled afterwards, will be larger than %scanned in practice anyway: %scanned will contain an entry for each page that changed, plus an entry for each template used by templatebody, whereas %rendered will contain an entry for each page that changed plus an entry for each page rendered due to links or dependencies.
| * Track whether we're in the scan or render phaseSimon McVittie2014-03-05
| | | | | | | | | | | | | | | | In the scan phase, it's too early to match pagespecs or sort pages; in the render phase, both of those are OK. It would be possible to add phases later, renumbering them if necessary to maintain numerical order.
| * Use templatebody for the templates in the basewiki and docwikiSimon McVittie2014-03-05
| |
| * Add templatebody plugin and directive, and enable it by defaultSimon McVittie2014-03-05
| | | | | | | | Also add a regression test for templatebody.
| * add readtemplate hookSimon McVittie2014-03-05
| |
| * IkiWiki::Render: make 'scan' idempotentSimon McVittie2014-03-05
| | | | | | | | | | | | If it does nothing when a page has already been scanned, we can use it at any time to force a page to be scanned. In particular, the templatebody plugin is going to need this.
* | changelog, close bugSimon McVittie2014-09-15
| |
* | Merge branch 'master' of ssh://ikiwiki.branchable.comSimon McVittie2014-09-15
|\ \
| * | poll vote (Accept both)https://id.koumbit.net/anarcat2014-09-15
| | |
| * | this patch doesn't make the situation worse, actuallyhttps://id.koumbit.net/anarcat2014-09-15
| | |
| * | first answerhttps://id.koumbit.net/anarcat2014-09-15
| | |
* | | Merge branch 'ready/autoindex-more-often'Simon McVittie2014-09-15
|\ \ \ | |/ / |/| |
| * | Allow creation of transient index pages for directories outside srcdirSimon McVittie2014-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After this change autoindex creates index pages also for empty directories included in underlays, but only if it isn't going to commit them to the srcdir ($config{autoindex_commit} = 0). Inspired by a patch from Tuomas Jormola. Bug-Debian: http://bugs.debian.org/611068
| * | Add a regression test for autoindex_commit => 1Simon McVittie2014-07-04
| | |
| * | autoindex: remove unnecessary special case for transient underlaySimon McVittie2014-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not clear that the transient underlay should be excluded from indexing; see [[bugs/transient autocreated tagbase is not transient autoindexed]]. In any case, the code that checks what directories might need indexes specifically checks for the srcdir anyway, so the only effect this extra check can have is negative (it could fail to notice files in the transient underlay and attempt to recreate them unnecessarily).
| * | autoindex test: check what happens to files in transient/normal underlaysSimon McVittie2014-07-04
| | |
* | | add more wording based on what chrysn suggestedSimon McVittie2014-09-15
| | |
* | | Merge branch 'ready/document-success-reason'Simon McVittie2014-09-15
|\ \ \