diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 19:52:46 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-07-02 19:52:46 +0000 |
commit | fe5689ec1680324a4e0a4727ccedad41d43b996a (patch) | |
tree | 254465dd6579cd8fcf45b40d07ecfbf392139349 /doc/bugs | |
parent | 628e2ad5e0d0682b401d8ad484e9baeeda4accf8 (diff) | |
download | ikiwiki-fe5689ec1680324a4e0a4727ccedad41d43b996a.tar ikiwiki-fe5689ec1680324a4e0a4727ccedad41d43b996a.tar.gz |
updates
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/inline_page_not_updated_on_removal.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/inline_page_not_updated_on_removal.mdwn b/doc/bugs/inline_page_not_updated_on_removal.mdwn index 5e125f843..35fe5e189 100644 --- a/doc/bugs/inline_page_not_updated_on_removal.mdwn +++ b/doc/bugs/inline_page_not_updated_on_removal.mdwn @@ -11,3 +11,7 @@ currently included on an inline page, and do a comparison to see if any have changed. At first I thought, why not just add them to the dependencies explicitly, but that fails because the dependencies globlist fails to match when a negated expression like "!tag(bugs/done)" is matched. + +So, quick fixes aside, what's the generic mechanism here that a plugin can +use to let ikiwiki know that a page should be updated if some other page +stops matching its dependencies globlist? |