| 1 |
<?xml version="1.0" encoding="##ENCODING##"?> |
|---|
| 2 |
<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"> |
|---|
| 3 |
<name>vjCommentPlugin</name> |
|---|
| 4 |
<channel>plugins.symfony-project.org</channel> |
|---|
| 5 |
<summary>Comment behavior + comment's administration and moderation</summary> |
|---|
| 6 |
<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> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Jean-Philippe MORVAN</name> |
|---|
| 9 |
<user>jp_morvan</user> |
|---|
| 10 |
<email>jp.morvan@ville-villejuif.fr</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<packager> |
|---|
| 14 |
<name>Grzegorz Śliwiński</name> |
|---|
| 15 |
<user>fizyk</user> |
|---|
| 16 |
<email>fizyk@fizyk.net.pl</email> |
|---|
| 17 |
<active>yes</active> |
|---|
| 18 |
</packager> |
|---|
| 19 |
<date>##CURRENT_DATE##</date> |
|---|
| 20 |
<version> |
|---|
| 21 |
<release>##PLUGIN_VERSION##</release> |
|---|
| 22 |
<api>##API_VERSION##</api> |
|---|
| 23 |
</version> |
|---|
| 24 |
<stability> |
|---|
| 25 |
<release>##STABILITY##</release> |
|---|
| 26 |
<api>##STABILITY##</api> |
|---|
| 27 |
</stability> |
|---|
| 28 |
<license uri="http://www.symfony-project.org/license">MIT license</license> |
|---|
| 29 |
<notes>-</notes> |
|---|
| 30 |
<contents> |
|---|
| 31 |
##CONTENTS## |
|---|
| 32 |
</contents> |
|---|
| 33 |
<dependencies> |
|---|
| 34 |
<required> |
|---|
| 35 |
<php> |
|---|
| 36 |
<min>5.2.4</min> |
|---|
| 37 |
</php> |
|---|
| 38 |
<pearinstaller> |
|---|
| 39 |
<min>1.4.1</min> |
|---|
| 40 |
</pearinstaller> |
|---|
| 41 |
<package> |
|---|
| 42 |
<name>symfony</name> |
|---|
| 43 |
<channel>pear.symfony-project.com</channel> |
|---|
| 44 |
<min>1.2.0</min> |
|---|
| 45 |
<max>1.3.0</max> |
|---|
| 46 |
<exclude>1.3.0</exclude> |
|---|
| 47 |
</package> |
|---|
| 48 |
</required> |
|---|
| 49 |
</dependencies> |
|---|
| 50 |
<phprelease></phprelease> |
|---|
| 51 |
<changelog> |
|---|
| 52 |
<release> |
|---|
| 53 |
<version> |
|---|
| 54 |
<release>1.1.0</release> |
|---|
| 55 |
<api>1.0.0</api> |
|---|
| 56 |
</version> |
|---|
| 57 |
<stability> |
|---|
| 58 |
<release>stable</release> |
|---|
| 59 |
<api>stable</api> |
|---|
| 60 |
</stability> |
|---|
| 61 |
<license uri="http://www.symfony-project.org/license">MIT license</license> |
|---|
| 62 |
<date>2010-04-14</date> |
|---|
| 63 |
<license>MIT</license> |
|---|
| 64 |
<notes> |
|---|
| 65 |
* fizyk: changed conditions in templates, form and component to use new vjComment class |
|---|
| 66 |
* fizyk: added class with static method to handle common check conditions |
|---|
| 67 |
* jp_morvan: remove report link when comment is already deleted |
|---|
| 68 |
* jp_morvan: remove author name, email and website from adminComment's edit and reply when sfGuardUser's model used |
|---|
| 69 |
* jp_morvan: add username from adminComment's edit and reply when sfGuardUser's model used |
|---|
| 70 |
* fizyk: added setting that allows adding relation bewteen comment and sfGuardUser, so it will no longer be mandatory to use sfGuardUser. |
|---|
| 71 |
* fizyk: integrated functionality to make use of sfGuardUser |
|---|
| 72 |
* fizyk: added relation to sfGuardUser |
|---|
| 73 |
</notes> |
|---|
| 74 |
</release> |
|---|
| 75 |
<release> |
|---|
| 76 |
<version> |
|---|
| 77 |
<release>1.0.4</release> |
|---|
| 78 |
<api>1.0.0</api> |
|---|
| 79 |
</version> |
|---|
| 80 |
<stability> |
|---|
| 81 |
<release>stable</release> |
|---|
| 82 |
<api>stable</api> |
|---|
| 83 |
</stability> |
|---|
| 84 |
<license uri="http://www.symfony-project.org/license">MIT license</license> |
|---|
| 85 |
<date>2010-03-29</date> |
|---|
| 86 |
<license>MIT</license> |
|---|
| 87 |
<notes> |
|---|
| 88 |
* jp_morvan: move messages.fr.xml, sf_admin.fr.xml and vjComment.fr.xml to fr/messages.xml, fr/sf_admin.xml and fr/vjComment.xml |
|---|
| 89 |
* fizyk: add polish translation |
|---|
| 90 |
</notes> |
|---|
| 91 |
</release> |
|---|
| 92 |
</changelog> |
|---|
| 93 |
</package> |
|---|