[Catalyst-commits] r10513 - in Catalyst-Devel/1.00/branches/helper_refactor: lib/Catalyst share/root share/root/static share/root/static/images

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jun 12 00:49:51 GMT 2009


Author: t0m
Date: 2009-06-12 00:49:51 +0000 (Fri, 12 Jun 2009)
New Revision: 10513

Added:
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_built.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_built_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_powered.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_powered_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_built.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_built_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_powered.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_powered_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/catalyst_logo.png.bin
Removed:
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered_shadow.png.bin
   Catalyst-Devel/1.00/branches/helper_refactor/share/root/catalyst_logo.png.bin
Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
Log:
Move images to correct place

Modified: Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm	2009-06-12 00:47:18 UTC (rev 10512)
+++ Catalyst-Devel/1.00/branches/helper_refactor/lib/Catalyst/Helper.pm	2009-06-12 00:49:51 UTC (rev 10513)
@@ -462,7 +462,7 @@
       btn_120x50_powered btn_120x50_powered_shadow btn_88x31_built
       btn_88x31_built_shadow btn_88x31_powered btn_88x31_powered_shadow/;
     for my $name (@images) {
-        my $image = $self->get_sharedir_file("root", "$name.png.bin");
+        my $image = $self->get_sharedir_file("root", "static", "images", "$name.png.bin");
         $self->mk_file( File::Spec->catfile( $images, "$name.png" ), $image );
     }
 }

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built_shadow.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered_shadow.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built_shadow.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered_shadow.png.bin
===================================================================
(Binary files differ)

Deleted: Catalyst-Devel/1.00/branches/helper_refactor/share/root/catalyst_logo.png.bin
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_built.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_built_shadow.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_built_shadow.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_powered.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_120x50_powered_shadow.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_120x50_powered_shadow.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_built.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_built_shadow.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_built_shadow.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_powered.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/btn_88x31_powered_shadow.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/btn_88x31_powered_shadow.png.bin)
===================================================================
(Binary files differ)

Copied: Catalyst-Devel/1.00/branches/helper_refactor/share/root/static/images/catalyst_logo.png.bin (from rev 10506, Catalyst-Devel/1.00/branches/helper_refactor/share/root/catalyst_logo.png.bin)
===================================================================
(Binary files differ)




More information about the Catalyst-commits mailing list