summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
AgeCommit message (Expand)Author
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
2009-08-24Optimize the dependencies listSimon McVittie
2009-08-16created_before/after: throw error if specified page does not existJoey Hess
2009-08-16fix error message displayJoey Hess
2009-08-13Add discussionpage configuration settingJoey Hess
2009-08-13Add my CVS plugin and related patches.Amitai Schlair
2009-07-19Merge branch 'master' into poJoey Hess
2009-07-10Move OpenID pretty-printing from openid plugin to coreSimon McVittie
2009-06-08Optimise use of gettext, and avoid ugly warnings if Locale::gettext is not av...Joey Hess
2009-06-06Merge commit 'upstream/master' into pub/pointrigeri
2009-06-05Tighten up matching of bare words inside directivesJoey Hess
2009-05-19Merge branch 'master' into poJoey Hess
2009-05-18Allow curly braces to be used in pagespecsJoey Hess
2009-05-07Allow underlaydir to be overridden without messing up inclusion of other unde...Joey Hess