aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add and use a "pkgsrc" shortcut (to pkgsrc.se)Amitai Schlair2014-09-17
|
* I hope pkgsrc also no longer has these problemsAmitai Schlair2014-09-17
|
* reviewsmcv2014-09-17
|
* Added a commentsmcv2014-09-17
|
* (no commit message)https://id.koumbit.net/anarcat2014-09-17
|
* correcthttps://id.koumbit.net/anarcat2014-09-17
|
* Added a commenthttps://www.google.com/accounts/o8/id?id=AItOawlcaGfdn9Kye1Gc8aGb67PDVQW4mKbQD7E2014-09-17
|
* Added a commentsmcv2014-09-17
|
* Added a commentfr33domlover2014-09-17
|
* start designing by listing constraints/requirementssmcv2014-09-17
|
* 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
|\ \