Author: rande Date: 2010-03-06 15:39:24 +0100 (Sat, 06 Mar 2010) New Revision: 28405
Modified: plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl Log: [mgI18nPlugin] update package.xml.tmpl file Modified: plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl =================================================================== --- plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl 2010-03-06 14:23:26 UTC (rev 28404) +++ plugins/mgI18nPlugin/branches/sf1.2/package.xml.tmpl 2010-03-06 14:39:24 UTC (rev 28405) @@ -2,7 +2,7 @@ <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.1" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> <name>mgI18nPlugin</name> <channel>pear.symfony-project.com</channel> - <summary>Add a new tab "Translations" in the debug web panel.</summary> + <summary>Add a new "Translations" modal right into the webpage, for live update.</summary> <description>The plugin add a new transtalation panel into the debug web panel. The translation panel displays all source messages used in the current page, and a form to edit the target messages.</description> <lead> <name>Thomas Rabaix</name> @@ -42,5 +42,45 @@ </required> </dependencies> <phprelease></phprelease> - <changelog></changelog> + <changelog> + <release> + <version> + <release>0.0.6</release> + <api>0.0.6</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.gnu.org/licenses/lgpl.txt">LGPL license</license> + <license>LGPL</license> + <date>2009-03-01</date> + <notes> + * initial code + </notes> + </release> + <release> + <version> + <release>0.0.7</release> + <api>0.0.7</api> + </version> + <stability> + <release>beta</release> + <api>beta</api> + </stability> + <license uri="http://www.gnu.org/licenses/lgpl.txt">LGPL license</license> + <license>LGPL</license> + <date>2010-03-06</date> + <notes> + * remove Doctrine dependency + * merge lib, ajax and application tabs to one tab named 'Files' + * add a new database tab, the user can now lookup the database for messages + * the import task now update target if the target is already in the database + * fix utf8 errors + * small visual improvement + * expose the learning mode option + * add a create table task + </notes> + </release> + </changelog> </package> -- 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.
