summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-07web commit by http://madduck.myopenid.com/Joey Hess
2008-01-07web commit by http://madduck.myopenid.com/: idiot i am, forgot the second ↵Joey Hess
pair of brackets
2008-01-07web commit by http://madduck.myopenid.com/: add wishlist tagJoey Hess
2008-01-07web commit by http://madduck.myopenid.com/Joey Hess
2008-01-06web commit by adbJoey Hess
2008-01-06web commit by http://madduck.myopenid.com/Joey Hess
2008-01-06web commit by http://madduck.myopenid.com/: make it wishlistJoey Hess
2008-01-06web commit by http://madduck.myopenid.com/Joey Hess
2008-01-06web commit by http://madduck.myopenid.com/: note about this still being a ↵Joey Hess
bug in ways
2008-01-06web commit by tschwinge: How to do this.Joey Hess
2008-01-06web commit by http://madduck.myopenid.com/Joey Hess
2008-01-05web commit by testJoey Hess
2008-01-05web commit by tschwinge: Commit emails: ones own changes.Joey Hess
2008-01-05web commit by tschwinge: Answer.Joey Hess
2008-01-05add news item for ikiwiki 2.18Joey Hess
2008-01-05releasing version 2.18Joey Hess
2008-01-05* aggregate: Only save state if it was already loaded. This didn't used toJoey Hess
* table: Fix dependency tracking for external data files. Closes: #458387
2008-01-05responseJoey Hess
2008-01-05responseJoey Hess
2008-01-05responseJoey Hess
2008-01-05response, improve NOTAINT docsJoey Hess
2008-01-05responseJoey Hess
2008-01-05responseJoey Hess
2008-01-05fix an uninitialised value warningJoey Hess
2008-01-05misc fixes so I can read thisJoey Hess
2008-01-05Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-05* aggregate: Only save state if it was already loaded. This didn't used toJoey Hess
matter, but after recent changes, state is not always loaded, and saving would kill it.
2008-01-05* aggregate: Only save state if it was already loaded.Joey Hess
2008-01-05web commit by adbJoey Hess
2008-01-04web commit by http://weakish.int.eu.org/: some more thoughtJoey Hess
2008-01-04web commit by tschwinge: Suggest syntax for creating anchors via a ↵Joey Hess
to-be-written plugin.
2008-01-04web commit by tschwinge: Patch.Joey Hess
2008-01-04web commit by http://weakish.int.eu.org/: minorJoey Hess
2008-01-04web commit by http://weakish.int.eu.org/: minorJoey Hess
2008-01-04web commit by http://weakish.int.eu.org/Joey Hess
2008-01-04web commit by http://weakish.int.eu.org/Joey Hess
2008-01-03web commit by http://stefano.zacchiroli.myopenid.com/Joey Hess
2008-01-02round days old messageJoey Hess
2008-01-02web commit by AlexandreDupas: Proposition for a plugin displaying bibtex filesJoey Hess
2008-01-02web commit by http://harningt.eharning.us/Joey Hess
2008-01-02web commit by http://openid.eharning.us/Joey Hess
2008-01-02web commit by http://weakish.myopenid.com/: creole is a wanna to be standard ↵Joey Hess
markup for all wikis.
2008-01-02web commit by tschwinge: Answer.Joey Hess
2008-01-01Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-01fixedJoey Hess
2008-01-01web commit by joey: remove markdown test fooJoey Hess
2008-01-01* Stop testing Encode::is_utf8 in decode_form_utf8: That doesn't work.Joey Hess
* decode_form_utf8 only fixed the utf-8 encoding for fields that were registered at the time it was called, which was before the formbuilder_setup hook. Fields added by the hook didn't get decoded. But it can't be put after the hook either, since plugins using the hook need to be able to use form values. To fix this dilemma, it's been changed to a decode_cgi_utf8, which is called on the cgi query object, before the form is set up, and decodes *all* cgi parameters.
2008-01-01responseJoey Hess
2008-01-01Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.infoJoey Hess
2008-01-01* Split error messages for failures to drop real uid and gid.Joey Hess
* Retry dropping uid and gid, possibly this will help with the "Resource temporarily unavailable" failures I've experienced under xen.