Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | parameterize FIND and SED | Joey Hess | 2010-09-27 |
| | |||
* | template_depends: throw nice error message when template cannot be found | Joey Hess | 2010-09-27 |
| | | | | | | | | | | | | plovs reported a crash when templates were not installed properly, with a non-useful error about the template object not being defined. I've audited all uses of template_depends(), and template(), and it makes sense for them to throw an error if the template cannot be found. All code with a user-supplied template catches errors already, to handle template parse failures. It did not make sense for template_file to throw errors, as some code uses it to probe if a template file is available. | ||
* | avoid fatal error if aggregate page template could not be found | Joey Hess | 2010-09-27 |
| | | | | That template is user-controlled. | ||
* | response | Joey Hess | 2010-09-27 |
| | |||
* | yay https | http://smcv.pseudorandom.co.uk/ | 2010-09-27 |
| | |||
* | add news item for ikiwiki 3.20100926 | Joey Hess | 2010-09-27 |
| | |||
* | releasing version 3.20100926 | Joey Hess | 2010-09-27 |
| | |||
* | review | Joey Hess | 2010-09-26 |
| | |||
* | Merge remote branch 'remotes/smcv/ready/htmlbalance' | Joey Hess | 2010-09-26 |
|\ | |||
| * | htmlbalance: be compatible with HTML::Tree 4.0 | Simon McVittie | 2010-09-26 |
| | | | | | | | | | | | | | | | | | | | | | | The HTML::Tree changelog says: [THINGS THAT MAY BREAK YOUR CODE OR TESTS] ... * Attribute names are now validated in as_XML and invalid names will cause an error. and indeed the regression tests do get an error. | ||
* | | htmlbalance: Fix compatability with HTML::Tree 4.0. (smcv) | Joey Hess | 2010-09-26 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-26 |
|\ \ | |||
| * | | sign | http://smcv.pseudorandom.co.uk/ | 2010-09-26 |
| | | | |||
| * | | sign my change | http://smcv.pseudorandom.co.uk/ | 2010-09-26 |
| | | | |||
| * | | +patch | http://smcv.pseudorandom.co.uk/ | 2010-09-26 |
| | | | |||
| * | | +patch | http://smcv.pseudorandom.co.uk/ | 2010-09-26 |
| | | | |||
| * | | HTML::Tree v4 is not entirely backwards-compatible | http://smcv.pseudorandom.co.uk/ | 2010-09-26 |
| | | | |||
| * | | (fixing silly formatting issue) | http://lovesgoodfood.com/jason/ | 2010-09-26 |
| | | | |||
| * | | (no commit message) | http://lovesgoodfood.com/jason/ | 2010-09-26 |
| | | | |||
| * | | poll vote (Accept both) | 98.66.223.132 | 2010-09-26 |
| | | | |||
* | | | Propigate PATH into wrapper. | Joey Hess | 2010-09-26 |
|/ / | | | | | | | | | | | In the last version, the ikiwiki script stopped setting PATH. But that leads to gcc failing when run from websetup. See http://www.branchable.com/bugs/Crashes_when_rebuilding_wiki_after_setup_change/ | ||
* | | pebak? | Joey Hess | 2010-09-25 |
| | | |||
* | | forgot to close this, was fixed using %pagestate | Joey Hess | 2010-09-25 |
| | | |||
* | | notabug | Joey Hess | 2010-09-25 |
| | | |||
* | | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-25 |
|\ \ | |||
| * | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmlZJCPogIE74m6GSCmkbJoMZiWNOlXcjI | 2010-09-24 |
| |/ | |||
| * | poll vote (Accept only OpenID for logins) | 188.118.202.217 | 2010-09-23 |
| | | |||
| * | connection between alias direcive and autotag | chrysn | 2010-09-23 |
| | | |||
| * | b00g | http://hendry.iki.fi/ | 2010-09-23 |
| | | |||
| * | typo | Javier Rojas | 2010-09-22 |
| | | |||
| * | possible bug with img plugin | Javier Rojas | 2010-09-22 |
| | | |||
* | | response | Joey Hess | 2010-09-23 |
|/ | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-22 |
|\ | |||
| * | (no commit message) | http://blipvert.myopenid.com/ | 2010-09-22 |
| | | |||
| * | (no commit message) | http://blipvert.myopenid.com/ | 2010-09-22 |
| | | |||
| * | (no commit message) | http://blipvert.myopenid.com/ | 2010-09-22 |
| | | |||
| * | poll vote (Accept only OpenID for logins) | http://blipvert.myopenid.com/ | 2010-09-22 |
| | | |||
| * | (no commit message) | hb7 | 2010-09-22 |
| | | |||
* | | attachment: Fix attachment file size display. | Joey Hess | 2010-09-21 |
|/ | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl_d5VW9AK4YSf-cJKz8vUONCihstBZU9o | 2010-09-20 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-19 |
|\ | |||
| * | Add link to html5shiv. | jason | 2010-09-19 |
| | | |||
| * | Back to Joey. | tschwinge | 2010-09-19 |
| | | |||
* | | meta: Ensure that the url specified by xrds-location is absolute. | Joey Hess | 2010-09-19 |
| | | | | | | | | | | | | With a relative xrds-location, the openid perl client module will fail. I haven't checked the specs to see if it needs to be absolute, but all examples I've seen are absolute, so it seems a very good idea. | ||
* | | add missing space | Joey Hess | 2010-09-19 |
|/ | |||
* | document settings needed to fix bug | Joey Hess | 2010-09-18 |
| | |||
* | better fix developed on #httpd channel | Joey Hess | 2010-09-18 |
| | |||
* | response | Joey Hess | 2010-09-18 |
| | |||
* | format | Joey Hess | 2010-09-18 |
| | |||
* | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | 2010-09-18 |
|\ |