Author: rande
Date: 2010-03-12 17:59:12 +0100 (Fri, 12 Mar 2010)
New Revision: 28512

Modified:
   plugins/mgI18nPlugin/branches/sf1.2/UPGRADE
   plugins/mgI18nPlugin/branches/sf1.3/UPGRADE
Log:
[mgI18nPlugin] update UPGRADE file

Modified: plugins/mgI18nPlugin/branches/sf1.2/UPGRADE
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.2/UPGRADE 2010-03-12 16:54:55 UTC (rev 
28511)
+++ plugins/mgI18nPlugin/branches/sf1.2/UPGRADE 2010-03-12 16:59:12 UTC (rev 
28512)
@@ -14,11 +14,25 @@
  * the GUI is now automatically added by the filter, so you have to remove all 
references
    of this code in your template files :
  
-      <?php if(sfConfig::get('mg_i18n_enabled')): ?>
-        <?php include_component('mgI18nAdmin', 'displayTranslationBox') ?>
-      <?php endif;?>
+        [php]
+        <?php if(sfConfig::get('mg_i18n_enabled')): ?>
+          <?php include_component('mgI18nAdmin', 'displayTranslationBox') ?>
+        <?php endif;?>
       
  * All tasks are now under the i18n namespace
  
    - mgI18n:xliff-import => i18n:mg-xliff-import
 
+ * remove old doctrine file (from fs and svn)
+        
+        svn rm lib/filter/doctrine/mgI18nPlugin
+        svn rm lib/form/doctrine/mgI18nPlugin
+        svn rm lib/model/doctrine/mgI18nPlugin
+ 
+ * import new translation
+   
+        ./symfony i18n:mg-xliff-import backend plugins/mgI18nPlugin/i18n/*  
+        ./symfony i18n:mg-xliff-import frontend plugins/mgI18nPlugin/i18n/*  
+    
+ * clear your cache
+ 

Modified: plugins/mgI18nPlugin/branches/sf1.3/UPGRADE
===================================================================
--- plugins/mgI18nPlugin/branches/sf1.3/UPGRADE 2010-03-12 16:54:55 UTC (rev 
28511)
+++ plugins/mgI18nPlugin/branches/sf1.3/UPGRADE 2010-03-12 16:59:12 UTC (rev 
28512)
@@ -1,9 +1,6 @@
 UPGRADING FROM VERSION_0_0_6
 ----------------------------
 
- * With symfony 1.3 and 1.4 the yaml format does not accept the 'on' and 'off' 
value
-   You need to set 'true' or 'false'
-
  * The plugin can be used with Propel or Doctrine so you must update your 
factories files to
    set the name of the connection instead of the DSN information
    
@@ -25,3 +22,17 @@
  
    - mgI18n:xliff-import => i18n:mg-xliff-import
 
+ * remove old doctrine file
+ 
+   - svn rm lib/filter/doctrine/mgI18nPlugin
+   - svn rm lib/form/doctrine/mgI18nPlugin
+   - svn rm lib/model/doctrine/mgI18nPlugin
+ 
+ * import new translation
+   
+    ./symfony i18n:mg-xliff-import backend plugins/mgI18nPlugin/i18n/*  
+    ./symfony i18n:mg-xliff-import frontend plugins/mgI18nPlugin/i18n/*  
+    
+ * clear your cache
+ 
+ 
\ No newline at end of file

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to