aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* escape pagespechttp://smcv.pseudorandom.co.uk/2014-03-05
|
* new bughttp://smcv.pseudorandom.co.uk/2014-03-05
|
* Point to my Email::Send patch.Thomas Schwinge2014-03-04
|
* Reanimate some of my URLs.Thomas Schwinge2014-03-04
|
* diagnosishttp://smcv.pseudorandom.co.uk/2014-03-03
|
* another unicode problem, again with the titlehttps://id.koumbit.net/anarcat2014-03-03
|
* documentation merge requesthttp://smcv.pseudorandom.co.uk/2014-03-03
|
* new bug report with patchhttp://smcv.pseudorandom.co.uk/2014-03-03
|
* escape sample directivehttp://smcv.pseudorandom.co.uk/2014-03-03
|
* an order-of-magnitude optimization which also improves correctnesshttp://smcv.pseudorandom.co.uk/2014-03-03
|
* (no commit message)http://smcv.pseudorandom.co.uk/2014-03-03
|
* (no commit message)http://thomaslevine.com/2014-03-02
|
* (no commit message)http://thomaslevine.com/2014-03-02
|
* (no commit message)http://thomaslevine.com/2014-03-02
|
* Answerspalax2014-03-01
|
* unconfusewouter2014-03-01
|
* add wishlist itemwouter2014-03-01
|
* no test edits outside /sandbox, pleasehttp://smcv.pseudorandom.co.uk/2014-03-01
| | | | This reverts commit 77e987059bf303b44f5ab7e95af390cfe0efbdf1
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnUpGSwiQsCiOrV0Zry0t0J15wZl1cFyeY2014-03-01
|
* (no commit message)https://www.google.com/accounts/o8/id?id=AItOawnUpGSwiQsCiOrV0Zry0t0J15wZl1cFyeY2014-03-01
|
* + rescaling distortionbastla2014-02-28
|
* (no commit message)http://aaronparecki.com/2014-02-27
|
* add news item for ikiwiki 3.20140227Joey Hess2014-02-27
|
* prep releaseJoey Hess2014-02-27
|
* python proxy: Avoid utf-8 related crash. Thanks, Antoine BeaupréJoey Hess2014-02-25
|
* Merge branch 'master' of ssh://git.ikiwiki.infoJoey Hess2014-02-25
|\
| * pushed the branch, sorry!!https://id.koumbit.net/anarcat2014-02-25
| |
| * comments, and thanks!https://id.koumbit.net/anarcat2014-02-25
| |
| * mention fdohttps://id.koumbit.net/anarcat2014-02-24
| |
* | Merge remote-tracking branch 'anarcat/dev/proxy-utf8-fail'Joey Hess2014-02-25
|\ \ | |/ |/|
| * properly encode and decode from/to utf8 when sending rpc to ikiwikiAntoine Beaupré2014-02-03
| | | | | | | | somehow, in receive this is not necessary/possible because the xml library expects strings and not unicode
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-24
| |
* | (no commit message)https://www.google.com/accounts/o8/id?id=AItOawkwqKsWfFCk-NK99S77R2v1JorVCnpzXUA2014-02-24
| |
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-24
| |
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-23
| |
* | (no commit message)http://smcv.pseudorandom.co.uk/2014-02-23
| |
* | profilinghttp://smcv.pseudorandom.co.uk/2014-02-23
| |
* | reviewed, not mergedJoey Hess2014-02-23
| |
* | Improve templates testing. Thanks, smcvJoey Hess2014-02-23
| |
* | Merge remote-tracking branch 'remotes/smcv/ready/template-syntax-test'Joey Hess2014-02-23
|\ \
| * | template_syntax.t: include doc/templates/*.mdwn in testSimon McVittie2014-02-21
| | | | | | | | | | | | | | | Previously, this test assigned the first glob to @templates, and evaluated the second for its (practically nonexistent) side-effects.
* | | forgot to close this one when mergingJoey Hess2014-02-23
| | |
* | | patchmeisterJoey Hess2014-02-23
| | |
* | | Cleanup of the openid login widget, including replacing of hotlinked images ↵Joey Hess2014-02-23
| | | | | | | | | | | | from openid providers with embedded, freely licensed artwork. Thanks, smcv