Author: fizyk Date: 2010-04-13 22:17:31 +0200 (Tue, 13 Apr 2010) New Revision: 29128
Modified: plugins/vjCommentPlugin/TRUNK/package.xml.tmpl Log: fix in package.xml.tmpl file Modified: plugins/vjCommentPlugin/TRUNK/package.xml.tmpl =================================================================== --- plugins/vjCommentPlugin/TRUNK/package.xml.tmpl 2010-04-13 20:13:09 UTC (rev 29127) +++ plugins/vjCommentPlugin/TRUNK/package.xml.tmpl 2010-04-13 20:17:31 UTC (rev 29128) @@ -2,8 +2,8 @@ <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>vjCommentPlugin</name> <channel>plugins.symfony-project.org</channel> - <summary>Your name here</summary> - <description>Your name here</description> + <summary>Comment behavior + comment's administration and moderation</summary> + <description>You want to add comments on news page, pool or anything ? Just use this plugin ! It provides a comment behavior. Now, everything is commentable !</description> <lead> <name>Jean-Philippe MORVAN</name> <user>jp_morvan</user> @@ -59,7 +59,7 @@ <api>stable</api> </stability> <license uri="http://www.symfony-project.org/license">MIT license</license> - <date>2010-04-12</date> + <date>2010-04-14</date> <license>MIT</license> <notes> * fizyk: changed conditions in templates, form and component to use new vjComment class -- 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.
