[Jifty-commit] r2654 - in jifty/trunk: lib/Jifty t/TestApp/share/web/templates

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Jan 27 05:21:42 EST 2007


Author: jesse
Date: Sat Jan 27 05:21:40 2007
New Revision: 2654

Added:
   jifty/trunk/t/TestApp/share/web/templates/concrete.html
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/META.yml
   jifty/trunk/lib/Jifty/I18N.pm
   jifty/trunk/lib/Jifty/RightsFrom.pm

Log:
 r21548 at hualien:  jesse | 2007-01-27 18:20:54 +0800
 * oops. missed this file


Modified: jifty/trunk/META.yml
==============================================================================
--- jifty/trunk/META.yml	(original)
+++ jifty/trunk/META.yml	Sat Jan 27 05:21:40 2007
@@ -73,7 +73,7 @@
   Hook::LexWrap: 0
   IPC::PubSub: 0.22
   JSON::Syck: 0.15
-  Jifty::DBI: 0.30
+  Jifty::DBI: 0.31
   LWP::UserAgent: 0
   Locale::Maketext::Extract: 0.20
   Locale::Maketext::Lexicon: 0.60

Modified: jifty/trunk/lib/Jifty/I18N.pm
==============================================================================
--- jifty/trunk/lib/Jifty/I18N.pm	(original)
+++ jifty/trunk/lib/Jifty/I18N.pm	Sat Jan 27 05:21:40 2007
@@ -82,6 +82,7 @@
         if ($@) {
             # Sometimes Locale::Maketext fails to localize a string and throws
             # an exception instead.  In that case, we just return the input.
+            warn "AIEEE";
             return join(' ', @stringified_args);
         }
         return $result;

Modified: jifty/trunk/lib/Jifty/RightsFrom.pm
==============================================================================
--- jifty/trunk/lib/Jifty/RightsFrom.pm	(original)
+++ jifty/trunk/lib/Jifty/RightsFrom.pm	Sat Jan 27 05:21:40 2007
@@ -111,7 +111,6 @@
 
     my $column   = $self->column($col_name);
     my $obj_type = $column->refers_to();
-    
 
     # XXX TODO: this card is bloody hard to follow. it's my fault. --jesse
 

Added: jifty/trunk/t/TestApp/share/web/templates/concrete.html
==============================================================================
--- (empty file)
+++ jifty/trunk/t/TestApp/share/web/templates/concrete.html	Sat Jan 27 05:21:40 2007
@@ -0,0 +1,2 @@
+<% _('I have %1 concrete mixers', 2) %>
+


More information about the Jifty-commit mailing list