]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/dependency_types.mdwn
Merge branch 'master' into dependency-types
[git.ikiwiki.info.git] / doc / todo / dependency_types.mdwn
index 9d649e1e08d1db7aa8f87aeac7c275bd3c29b546..74d58a9e51fb1980ff3d75968d79c37775927192 100644 (file)
@@ -246,10 +246,7 @@ sigh.
 
 * `add_depends($page, $spec, links => 1, presence => 1)`
   adds a links + presence dependency.
 
 * `add_depends($page, $spec, links => 1, presence => 1)`
   adds a links + presence dependency.
-* `refresh` only rebuilds a page with a links dependency if
-  pages matched by the pagespec gain or lose links. (What the link
-  actually points to may change independent of this, due to changes
-  elsewhere, without it firing.)
+* Use backlinks change code to detect changes to link dependencies too.
 * So, brokenlinks can fire whenever any links in any of the
   pages it's tracking change, or when pages are added or
   removed.
 * So, brokenlinks can fire whenever any links in any of the
   pages it's tracking change, or when pages are added or
   removed.
@@ -259,6 +256,7 @@ sigh.
   that the page links to, which is just what link dependencies are
   triggered on.
 
   that the page links to, which is just what link dependencies are
   triggered on.
 
+[[done]]
 ----
 
 ### the removal problem
 ----
 
 ### the removal problem