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