Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-13 | web commit by http://mornfall.myopenid.com/ | Joey Hess | |
2008-07-12 | make errors red | Joey Hess | |
2008-07-12 | revert eval change | Joey Hess | |
2008-07-12 | avoid hardlinking files owned by others | Joey Hess | |
If hardlinks are enabled, it would hardlink files from the underlay. That was sorta annoying if you tried to edit by hand for some reason, so let's not. Files that are hardlinked should be rare enough that a few extra stats won't hurt. | |||
2008-07-12 | only htmlize errors when cgi is actually running | Joey Hess | |
2008-07-12 | convert fatal error to warning | Joey Hess | |
Since perlmagick is not a hard dep, and goodstuff is enabled by default, imgs should not crash builds | |||
2008-07-12 | add perlmagick to build deps | Joey Hess | |
needed since the doc wiki is using an [[img]] | |||
2008-07-12 | Merge branch 'bugs' | Simon McVittie | |
2008-07-12 | Hopefully fix regression tests in non-English environments | Simon McVittie | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info into bugs | Simon McVittie | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/: I think I know what's wrong ↵ | Joey Hess | |
here too | |||
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Merge branch 'bugs' | Simon McVittie | |
2008-07-12 | Add missing requirement of IkiWiki::render before starting to render things | Simon McVittie | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | web commit by intrigeri: initial bug submission | Joey Hess | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info | Simon McVittie | |
2008-07-12 | web commit by intrigeri: update, found a possible (random) fix | Joey Hess | |
2008-07-12 | web commit by intrigeri: bug submission | Joey Hess | |
2008-07-12 | web commit by intrigeri: bug submission | Joey Hess | |
2008-07-12 | web commit by intrigeri: changed my mind, sorry | Joey Hess | |
2008-07-12 | Merge branch 'master' of git://git.ikiwiki.info into aggregateinternal | Simon McVittie | |
2008-07-12 | sounds good | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Make aggregated items be internal pages if --aggregateinternal is used. | Simon McVittie | |
This addresses <http://ikiwiki.info/todo/aggregate_to_internal_pages/> in a simple way. With this approach, a flag day is required, on which all users of aggregated pages start to inline them using the internal() pagespec; after that, the aggregateinternal option can safely be switched on in the setup file (and the old aggregated pages can be deleted by hand). | |||
2008-07-12 | update, splitting parameters in two | Joey Hess | |
fixed some unclear descriptions | |||
2008-07-12 | changelog | Joey Hess | |
2008-07-12 | Fix link from meta plugin to tips/howto_stop_flooding_aggregators | Simon McVittie | |
2008-07-12 | Stop prepending urn:uuid: to guids that look like UUIDs | Simon McVittie | |
2008-07-12 | Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵ | Simon McVittie | |
automatically prepended | |||
2008-07-12 | Document [[inline guid="..."]] | Simon McVittie | |
2008-07-12 | Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent ↵ | Simon McVittie | |
with [[!meta guid="..."]], which also outputs an Atom <id> | |||
2008-07-12 | Accept [[!inline ... atomid="..."]] and use it to populate the feed's Atom <id>. | Simon McVittie | |
This is often the same as the feed's <link> (in which case it can be omitted) but sometimes it's a urn:uuid: URN instead. | |||
2008-07-12 | Add MIME type to Atom feeds' <link rel='self'> | Simon McVittie | |
2008-07-12 | remove example (which was lacking escaping) | Joey Hess | |
2008-07-12 | fixed | Joey Hess | |
2008-07-12 | Merge commit 'smcv/master' | Joey Hess | |
2008-07-12 | Move yesno function out of inline and into IkiWiki core, not exported. | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info | Joey Hess | |
Conflicts: doc/todo/aggregate_to_internal_pages.mdwn | |||
2008-07-12 | response | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/: reference a patch | Joey Hess | |
2008-07-12 | Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta ↵ | Simon McVittie | |
plugin, so that PageSpecs with title(...) work again | |||
2008-07-12 | credit smcv | Joey Hess | |
2008-07-12 | web commit by http://smcv.pseudorandom.co.uk/ | Joey Hess | |
2008-07-12 | response | Joey Hess | |
2008-07-12 | rename uuid to guid | Joey Hess | |
2008-07-12 | document uuid | Joey Hess | |
2008-07-12 | elide temp var | Joey Hess | |