summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
2009-10-13remove debugging and cruftJoey Hess
2009-10-13influence blocker implementationJoey Hess
2009-10-13match_link: dynamic influence needed for page that currently has no linksJoey Hess
2009-10-09add_depends: optimise influence calculationJoey Hess
2009-10-09rework influence calculationJoey Hess
2009-10-09fix pagespec_match_list handling of list parameterJoey Hess
2009-10-09pagespec_match_list: change limit to filterJoey Hess
2009-10-09pagespec_match_list allow additional pagespec limit parameters againJoey Hess
2009-10-09conditional: use yesnoJoey Hess
2009-10-08rename use_pagespec to pagespec_match_listJoey Hess
2009-10-08Merge branch 'master' into dependency-typesJoey Hess
2009-10-08Optimize away most expensive file prune calls, when refreshingJoey Hess
2009-10-08use_pagespec: do not fail with error when unable to match, unless it failsJoey Hess
2009-10-08add use_pagespec and deptype functionsJoey Hess
2009-10-08fix handling of influences of pagespecs that fail to matchJoey Hess
2009-10-07bugfixJoey Hess
2009-10-07add type info to influence informationJoey Hess
2009-10-07convert add_depends to use influencesJoey Hess
2009-10-07add influence info to match_*Joey Hess
2009-10-07make success and failreason objects carry an influences hashJoey Hess
2009-10-06add_depends should default to content dependencies if unknown type specifiedJoey Hess
2009-10-06oops!!Joey Hess
2009-10-06support backlink() in pagespecs for links dependenciesJoey Hess
2009-10-05implement links dependenciesJoey Hess
2009-10-04add test suite for add_dependsJoey Hess
2009-10-04Merge branch 'master' into dependency-typesJoey Hess
2009-10-04remove /i from regexpJoey Hess
2009-10-04rework dependency types codeJoey Hess
2009-10-04expand the set of things that can be matched contentlessJoey Hess
2009-10-04optimise add_depends for simple pagespecsJoey Hess
2009-10-04detect pagespecs that require content dependenciesJoey Hess
2009-10-03add dependency type parameters to add_dependsJoey Hess
2009-10-03Fix a bug that could lead to duplicate links being recorded for tags.Joey Hess
2009-10-03do not need to qualify %linksJoey Hess
2009-09-10Merge branch 'master' into cvsJoey Hess
2009-09-10Fix parsing web commits from ipv6 addresses.Joey Hess
2009-09-08underlay: Also allow configuring additional directories to search for templa...Joey Hess
2009-09-08memoize template_fileJoey Hess
2009-08-30Merge branch 'master' of git://github.com/joeyh/ikiwikiAmitai Schlair
2009-08-28<pedant>rename depends_exact to depends_simpleJoey Hess
2009-08-28Force %depends_exact to lower case, fixing incorrect case-sensitivitySimon McVittie
2009-08-28Auto-detect "simple dependencies" instead of requiring callers to use add_dep...Simon McVittie
2009-08-28Add depends_exact: simplified dependency tracking for dependencies on a singl...Simon McVittie
2009-08-25Merge commit 'remotes/smcv/ready/remove-pagespec-merge'Joey Hess
2009-08-25Revert "Allow add_depends to take an arrayref"Joey Hess
2009-08-25Remove now-unused function pagespec_mergeSimon McVittie
2009-08-25IkiWiki::pagename: memoize resultsSimon McVittie
2009-08-25Allow add_depends to take an arrayrefSimon McVittie
2009-08-25Use a hash to de-duplicate dependenciesSimon McVittie
2009-08-24Don't bother to save {depends} to the indexSimon McVittie