summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-07-15pedigree rename to parentlinks: rename/adapt everythingintrigeri
* Renamed to parentlinks every single variable or function called pedigree * Removed the parentlinks function from Render.pm * Enabled the new parentlinks plugin by default * Adapted testsuite and documentation to reflate the above facts Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree rename to parentlinks: renamed files, to start withintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-15pedigree: rewrote with different designintrigeri
(and updated testsuite + docs accordingly) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14added testsuite for the pedigree pluginintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14pedigree: added documentation (doc/plugins/pedigree.mdwn)intrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14pedigree: added DISTANCE loop variableintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-14pedigree: fix RELDEPTH in PEDIGREE_BUT_ROOT...intrigeri
... at least when it's not used in the same template as PEDIGREE_BUT_TWO_OLDEST (see Known bugs section in pedigree.mdwn for details) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13pedigree: added _but_root & _but_two_oldest loopsintrigeri
... after having learned a bit of Perl, knocked my head against Perl references and arrays of hashes, tried to use some nice functionnal programming constructs - no success - to make things more generic... I'm back to the roots, with this simple code :) Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13pedigree: fixed misc bugsintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-13added new plugin: pedigreeintrigeri
Signed-off-by: intrigeri <intrigeri@boum.org>
2008-07-12make errors redJoey Hess
2008-07-12revert eval changeJoey Hess
2008-07-12avoid hardlinking files owned by othersJoey 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-12only htmlize errors when cgi is actually runningJoey Hess
2008-07-12convert fatal error to warningJoey Hess
Since perlmagick is not a hard dep, and goodstuff is enabled by default, imgs should not crash builds
2008-07-12add perlmagick to build depsJoey Hess
needed since the doc wiki is using an [[img]]
2008-07-12Hopefully fix regression tests in non-English environmentsSimon McVittie
2008-07-12Merge branch 'master' of git://git.ikiwiki.info into bugsSimon McVittie
2008-07-12web commit by http://smcv.pseudorandom.co.uk/: I think I know what's wrong ↵Joey Hess
here too
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12Add missing requirement of IkiWiki::render before starting to render thingsSimon McVittie
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12web commit by intrigeri: initial bug submissionJoey Hess
2008-07-12web commit by intrigeri: update, found a possible (random) fixJoey Hess
2008-07-12web commit by intrigeri: bug submissionJoey Hess
2008-07-12web commit by intrigeri: bug submissionJoey Hess
2008-07-12web commit by intrigeri: changed my mind, sorryJoey Hess
2008-07-12sounds goodJoey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12update, splitting parameters in twoJoey Hess
fixed some unclear descriptions
2008-07-12changelogJoey Hess
2008-07-12Fix link from meta plugin to tips/howto_stop_flooding_aggregatorsSimon McVittie
2008-07-12Stop prepending urn:uuid: to guids that look like UUIDsSimon McVittie
2008-07-12Re-work [[meta guid=""]] documentation, and stop claiming that urn:uuid: is ↵Simon McVittie
automatically prepended
2008-07-12Document [[inline guid="..."]]Simon McVittie
2008-07-12Rename [[!inline atomid="..."]] to [[!inline guid="..."]] to be consistent ↵Simon McVittie
with [[!meta guid="..."]], which also outputs an Atom <id>
2008-07-12Accept [[!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-12Add MIME type to Atom feeds' <link rel='self'>Simon McVittie
2008-07-12remove example (which was lacking escaping)Joey Hess
2008-07-12fixedJoey Hess
2008-07-12Merge commit 'smcv/master'Joey Hess
2008-07-12Move yesno function out of inline and into IkiWiki core, not exported.Joey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess
2008-07-12Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
Conflicts: doc/todo/aggregate_to_internal_pages.mdwn
2008-07-12responseJoey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/: reference a patchJoey Hess
2008-07-12Bug fix: use &IkiWiki::pagetitle rather than nonexistent &pagetitle in meta ↵Simon McVittie
plugin, so that PageSpecs with title(...) work again
2008-07-12credit smcvJoey Hess
2008-07-12web commit by http://smcv.pseudorandom.co.uk/Joey Hess