|
Revision 4059, 2.5 kB
(checked in by francois, 6 years ago)
|
sfUJSPlugin: Added unit tests, released 0.6.0 beta (see README for details)
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 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>sfUJSPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Unobstrusive JavaScript helpers</summary> |
|---|
| 6 |
<description>The sfUJSPlugin proposes a set of temlate helpers that facilitate the creation of JavaScript interactions in an unobstrusive way.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>François Zaninotto</name> |
|---|
| 9 |
<user>fzaninotto</user> |
|---|
| 10 |
<email>francois.zaninotto@symfony-project.com</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>2007-05-20</date> |
|---|
| 14 |
<version> |
|---|
| 15 |
<release>0.6.0</release> |
|---|
| 16 |
<api>0.6.0</api> |
|---|
| 17 |
</version> |
|---|
| 18 |
<stability> |
|---|
| 19 |
<release>beta</release> |
|---|
| 20 |
<api>beta</api> |
|---|
| 21 |
</stability> |
|---|
| 22 |
<license uri="http://www.symfony-project.com/license">MIT license</license> |
|---|
| 23 |
<notes>-</notes> |
|---|
| 24 |
<contents> |
|---|
| 25 |
<dir name="/"> |
|---|
| 26 |
<dir name="lib"> |
|---|
| 27 |
<file name="sfUJSFilter.class.php" role="data"/> |
|---|
| 28 |
<dir name="helper"> |
|---|
| 29 |
<file name="UJSHelper.php" role="data"/> |
|---|
| 30 |
<file name="UJSTagHelper.php" role="data"/> |
|---|
| 31 |
<file name="UJSJavascriptHelper.php" role="data"/> |
|---|
| 32 |
</dir> |
|---|
| 33 |
</dir> |
|---|
| 34 |
|
|---|
| 35 |
<dir name="modules"> |
|---|
| 36 |
<dir name="sfUJS"> |
|---|
| 37 |
<dir name="actions"> |
|---|
| 38 |
<file name="actions.class.php" role="data"/> |
|---|
| 39 |
</dir> |
|---|
| 40 |
</dir> |
|---|
| 41 |
<dir name="sfUJSTest"> |
|---|
| 42 |
<dir name="actions"> |
|---|
| 43 |
<file name="actions.class.php" role="data"/> |
|---|
| 44 |
</dir> |
|---|
| 45 |
<dir name="templates"> |
|---|
| 46 |
<file name="indexSuccess.php" role="data"/> |
|---|
| 47 |
</dir> |
|---|
| 48 |
</dir> |
|---|
| 49 |
</dir> |
|---|
| 50 |
|
|---|
| 51 |
<dir name="web"> |
|---|
| 52 |
<dir name="js"> |
|---|
| 53 |
<file name="jquery.js" role="data"/> |
|---|
| 54 |
</dir> |
|---|
| 55 |
<dir name="test"> |
|---|
| 56 |
<file name="testrunner.js" role="data"/> |
|---|
| 57 |
<file name="testsuite.css" role="data"/> |
|---|
| 58 |
</dir> |
|---|
| 59 |
</dir> |
|---|
| 60 |
|
|---|
| 61 |
<file name="README" role="data"/> |
|---|
| 62 |
<file name="LICENSE" role="data"/> |
|---|
| 63 |
</dir> |
|---|
| 64 |
</contents> |
|---|
| 65 |
|
|---|
| 66 |
<dependencies> |
|---|
| 67 |
<required> |
|---|
| 68 |
<php> |
|---|
| 69 |
<min>5.1.0</min> |
|---|
| 70 |
</php> |
|---|
| 71 |
<pearinstaller> |
|---|
| 72 |
<min>1.4.1</min> |
|---|
| 73 |
</pearinstaller> |
|---|
| 74 |
<package> |
|---|
| 75 |
<name>symfony</name> |
|---|
| 76 |
<channel>pear.symfony-project.com</channel> |
|---|
| 77 |
<min>1.0.0</min> |
|---|
| 78 |
<max>1.1.0</max> |
|---|
| 79 |
</package> |
|---|
| 80 |
</required> |
|---|
| 81 |
</dependencies> |
|---|
| 82 |
|
|---|
| 83 |
<phprelease> |
|---|
| 84 |
</phprelease> |
|---|
| 85 |
|
|---|
| 86 |
<changelog> |
|---|
| 87 |
</changelog> |
|---|
| 88 |
</package> |
|---|