|
Revision 6460, 2.8 kB
(checked in by Michael.Nolan, 5 years ago)
|
Initial import of sfPropelApprovableBehaviorPlugin.
|
| 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>sfPropelApprovableBehaviorPlugin</name> |
|---|
| 4 |
<channel>pear.symfony-project.com</channel> |
|---|
| 5 |
<summary>Propel approvable behavior</summary> |
|---|
| 6 |
<description>This plugin enables propel objects to be approved prior to use. It filters queries for unapproved objects and provides a module to approve objects through a link.</description> |
|---|
| 7 |
<lead> |
|---|
| 8 |
<name>Michael Nolan</name> |
|---|
| 9 |
<user>Michael.Nolan</user> |
|---|
| 10 |
<email>michael@michaelnolan.co.uk</email> |
|---|
| 11 |
<active>yes</active> |
|---|
| 12 |
</lead> |
|---|
| 13 |
<date>2007-12-11</date> |
|---|
| 14 |
<version> |
|---|
| 15 |
<release>0.1.0</release> |
|---|
| 16 |
<api>0.1.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><dir name="/"><dir name="config"><file name="config.php" role="data"/><file name="schema.yml" role="data"/></dir><dir name="lib"><file name="sfPropelApprovableBehavior.class.php" role="data"/><file name="sfPropelApprovableToolkit.class.php" role="data"/><dir name="model"><dir name="om"><file name="BasesfApprovalPeer.php" role="data"/><file name="BasesfApproval.php" role="data"/></dir><dir name="map"><file name="sfApprovalMapBuilder.php" role="data"/></dir><file name="sfApprovalPeer.php" role="data"/><file name="sfApproval.php" role="data"/><dir name="plugin"><file name="PluginsfApprovalPeer.php" role="data"/><file name="PluginsfApproval.php" role="data"/></dir></dir></dir><dir name="modules"><dir name="sfApprovable"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="lib"><file name="BasesfApprovableActions.class.php" role="data"/></dir><dir name="templates"><file name="approveSuccess.php" role="data"/><file name="approveNotFound.php" role="data"/></dir></dir></dir><dir name="test"><dir name="unit"><file name="sfPropelApprovableBehaviorTest.php" role="data"/></dir></dir><file name="LICENSE" role="data"/><file name="README" role="data"/><file name="package-sfPropelApprovableBehaviorPlugin.xml" role="data"/></dir></contents> |
|---|
| 25 |
|
|---|
| 26 |
<dependencies> |
|---|
| 27 |
<required> |
|---|
| 28 |
<php> |
|---|
| 29 |
<min>5.1.0</min> |
|---|
| 30 |
</php> |
|---|
| 31 |
<pearinstaller> |
|---|
| 32 |
<min>1.4.1</min> |
|---|
| 33 |
</pearinstaller> |
|---|
| 34 |
<package> |
|---|
| 35 |
<name>sfPropelApprovableBehaviorPlugin</name> |
|---|
| 36 |
<channel>pear.symfony-project.com</channel> |
|---|
| 37 |
<min>0.8.1</min> |
|---|
| 38 |
<max>1.1.0</max> |
|---|
| 39 |
<exclude>1.1.0</exclude> |
|---|
| 40 |
</package> |
|---|
| 41 |
</required> |
|---|
| 42 |
</dependencies> |
|---|
| 43 |
|
|---|
| 44 |
<phprelease> |
|---|
| 45 |
</phprelease> |
|---|
| 46 |
|
|---|
| 47 |
<changelog> |
|---|
| 48 |
</changelog> |
|---|
| 49 |
</package> |
|---|