]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commit
img: Fix adding of dependency from page to the image.
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 27 Jul 2009 20:22:26 +0000 (22:22 +0200)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 27 Jul 2009 20:22:26 +0000 (22:22 +0200)
commit9d96250fc5749611ffb954f746fa02147ed29f39
tree3e3e738178e5d3ebbc57ccd2ef24960cb2425177
parent7922eae32792c873159929c7fd05b6969a7144f8
img: Fix adding of dependency from page to the image.

This was impressively broken. add_depends was being called with params
backwards, and on parameter was set to the name of the generated
file, which isn't in the source.

Now updates to images will update the page that contains them, thus
updating them. This is unncessary for fullsize images, so skipped.
IkiWiki/Plugin/img.pm
debian/changelog