]> sipb.mit.edu Git - ikiwiki.git/commit
detect pagespecs that require content dependencies
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Oct 2009 19:34:42 +0000 (15:34 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 4 Oct 2009 19:42:24 +0000 (15:42 -0400)
commit5fd230f9688bf7400f5ef962073bac8bc031e738
treea66d722362bd01513c58dc38474af4477f820a38
parent6eaf9e40154050936ad9184d64295664da2cc83c
detect pagespecs that require content dependencies

When adding a contentless dependency, the pagespec also needs to be one
that does not look at any page content information.

As a first approximation of that, only allow glob-based pagespecs in
contentless dependencies. While there are probably a few other types of
pagespecs that can match contentless, this will work for most of them.
IkiWiki.pm