* Fix img plugin's handling of adding dependencies for images that do not
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 9 Nov 2006 20:58:24 +0000 (20:58 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 9 Nov 2006 20:58:24 +0000 (20:58 +0000)
  yet exist.

IkiWiki/Plugin/img.pm
debian/changelog

index bde5a3e1ae9ff997385b98751efae28da0768e31..20893f56c284812783c2ab31f699b9ae4a8b9473 100644 (file)
@@ -34,8 +34,8 @@ sub preprocess (@) { #{{{
                return '';
        }
 
+       add_depends($params{page}, $image);
        my $file = bestlink($params{page}, $image) || return "[[img $image not found]]";
-       add_depends($params{page}, $file);
 
        my $dir = IkiWiki::dirname($file);
        my $base = IkiWiki::basename($file);
index d4a3a9c6fc8bd1da516214fc9c72e413ce9437ca..427480ceba4d05f4b913c1bb964ce77c9ad403af 100644 (file)
@@ -7,8 +7,10 @@ ikiwiki (1.33) UNRELEASED; urgency=low
   * Fix some issues with the new registration form.
   * Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
   * Make sure to check for errors from every eval.
+  * Fix img plugin's handling of adding dependencies for images that do not
+    yet exist.
 
- -- Joey Hess <joeyh@debian.org>  Wed,  8 Nov 2006 15:57:35 -0500
+ -- Joey Hess <joeyh@debian.org>  Thu,  9 Nov 2006 15:57:52 -0500
 
 ikiwiki (1.32) unstable; urgency=low