summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-24po: fix some uninitalized value warnings when used by websetupJoey Hess
2010-04-24Moved javascript files under the ikiwiki/ directory, to avoid cluttering the ↵Joey Hess
top of the web root. This is another things that requires a wiki rebuild on upgrade to this version.
2010-04-24fix capsJoey Hess
2010-04-24remove paragraph about old style directives, it's been long enoughJoey Hess
2010-04-23updateJoey Hess
2010-04-23move template documentation to the template directiveJoey Hess
allow new templates to be created via the inline that lists them (cherry picked from commit 83703d2f4a8832155e3c111792489062ccc4793b)
2010-04-23responseJoey Hess
2010-04-23Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-23multiple_sidebars in a gitbranchprivat
2010-04-23half-formed thought about accessible profilingJon Dowland
2010-04-23add my repository in the listprivat
2010-04-23update copyright yearsJoey Hess
2010-04-23how important is perl 5.10?Jon Dowland
2010-04-22better fix for use lib issueJoey Hess
PER5LIB does not override fully, so need to run .in versions
2010-04-22switch to PERL5LIB so that use lib inserted for INSTALL_BASE is overridden ↵Joey Hess
during build
2010-04-22Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.infoJoey Hess
2010-04-23rename bugs/creating_build_fails_oddly_when_older_ikiwiki_is_installed.mdwn ↵blipvert
to bugs/build_fails_oddly_when_older_ikiwiki_is_installed.mdwn
2010-04-23(no commit message)blipvert
2010-04-22use meta titleJoey Hess
2010-04-22reference my branch for thisJoey Hess
2010-04-22map can't currently change sort orderinghttp://smcv.pseudorandom.co.uk/
2010-04-22(no commit message)http://seph.myopenid.com/
2010-04-22addJoey Hess
2010-04-22only remove page from influences when influences are not staticJoey Hess
This matches what add_depends done
2010-04-22updateJoey Hess
2010-04-22updateJoey Hess
2010-04-22formatJoey Hess
2010-04-22Merge branch 'autotag'Joey Hess
2010-04-22force rebuild from pre 20100422Joey Hess
to ensure those wrong massive depends_simple don't linger on systems that rebuilt for the other reasons already
2010-04-22note that the new version will have some optimisation fixesJoey Hess
2010-04-22improved fix for depends_simple_mixupJoey Hess
Avoid adding the page matched against as an influence for currently failing pagespec matches, while still adding any other influences. This avoids bloating depends_simple with lots of bogus influences when matching eg, "!link(done)". It's only necessary for the page being tested to be an influence of that if the page matches.
2010-04-22add influence info for failed metadata matchesJoey Hess
This is needed so that when a negated pagespec like "!author(foo)" stops matching, due to the page being changed, ikiwiki knows that the match was influenced by the page content.
2010-04-22fix test cases for dynamic influence calculationJoey Hess
2010-04-21added a test case for this bugJoey Hess
Further analysis suggests fixing this might not be as dreadful as I first thought!
2010-04-21backlink influence data seems okJoey Hess
2010-04-21updateJoey Hess
2010-04-21more wrongnessJoey Hess
2010-04-21link fixJoey Hess
2010-04-21argh. head exploding.Joey Hess
2010-04-21indentJoey Hess
2010-04-21my autotag branch seems readyJoey Hess
2010-04-21turn on tag_autocreate by default if tagbase is setJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
2010-04-21reword newsJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
Conflicts: IkiWiki/Plugin/tag.pm
2010-04-21remove broken ./tag supportJoey Hess
The commit that added the (working) support for using /tag to override tagbase also tried to make ./tag work. Problem is, tags are links, and ./foo is not a valid link (though I think there's a wishlist about it). So, using ./tag really resulted in tag creation links that led to a "bad page name" error. And even if the tag were created in the right place, the link didn't go to it.
2010-04-21fixesJoey Hess
2010-04-21clarifyJoey Hess
2010-04-21Merge branch 'master' into autotagJoey Hess
Conflicts: IkiWiki/Plugin/tag.pm
2010-04-21pass pagespec parameters along from match_taggedJoey Hess