-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.xml
More file actions
114 lines (110 loc) · 5.36 KB
/
package.xml
File metadata and controls
114 lines (110 loc) · 5.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-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>sfEntityAttributeValuePlugin</name>
<channel>plugins.symfony-project.org</channel>
<summary>The `sfEntityAttributeValuePlugin` is a symfony plugin that allows use of the [Entity-Attribute-Value](http://en.wikipedia.org/wiki/Entity-attribute-value_model)
data-model as a doctrine behavior.</summary>
<description>This plugin provides a way to easily create dynamic fields with [jQuery Form Builder Plugin](http://www.botsko.net/blog/2009/04/jquery-form-builder-plugin/)
and bind then to a specific object (DB line) of your model. It also allow you
to fill in these fields from other models that have a ManyToOne relation with
the first one. And finally, these stored EAV can be exploited in edit/read mode.</description>
<lead>
<name>Ali hichem</name>
<user>ali.hichem</user>
<email>ali.hichem@mail.com</email>
<active>yes</active>
</lead>
<date>2011-07-18</date>
<version>
<release>1.0.4</release>
<api>1.0.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">
MIT license
</license>
<notes>
* stable release
</notes>
<contents>
<dir name="/">
<file role="data" name="README"/>
<file role="data" name="LICENSE"/>
<file role="data" name="config/doctrine/schema.yml"/>
<file role="data" name="config/app.yml"/>
<file role="data" name="config/eav_types.yml"/>
<file role="data" name="config/sfEntityAttributeValuePluginConfiguration.class.php"/>
<file role="data" name="lib/filter/doctrine/PluginEavFormFilter.class.php"/>
<file role="data" name="lib/filter/doctrine/PluginEavFullValuesFormFilter.class.php"/>
<file role="data" name="lib/filter/doctrine/PluginEavGroupsFormFilter.class.php"/>
<file role="data" name="lib/filter/doctrine/PluginEavValuesFormFilter.class.php"/>
<file role="data" name="lib/form/doctrine/PluginEavForm.class.php"/>
<file role="data" name="lib/form/doctrine/PluginEavFullValuesForm.class.php"/>
<file role="data" name="lib/form/doctrine/PluginEavGroupsForm.class.php"/>
<file role="data" name="lib/form/doctrine/PluginEavValuesForm.class.php"/>
<file role="data" name="lib/form/eavDynamicForm.class.php"/>
<file role="data" name="lib/form/eavDynamicShowForm.class.php"/>
<file role="data" name="lib/listener/EavBehavior.php"/>
<file role="data" name="lib/model/doctrine/PluginEav.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavFullValues.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavFullValuesTable.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavGroups.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavGroupsTable.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavTable.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavValues.class.php"/>
<file role="data" name="lib/model/doctrine/PluginEavValuesTable.class.php"/>
<file role="data" name="lib/script/sfRessources/AppRetriver.class.php"/>
<file role="data" name="lib/script/sfRessources/sfEavType.class.php"/>
<file role="data" name="lib/script/sfRessources/sfRessource.class.php"/>
<file role="data" name="lib/script/Formbuilder.class.php"/>
<file role="data" name="lib/task/initConfigTask.class.php"/>
<file role="data" name="lib/template/EavBehavior.php"/>
<file role="data" name="lib/widgets/sfWidgetFormEav.class.php"/>
<file role="data" name="modules/eav/actions/actions.class.php"/>
<file role="data" name="modules/eav/actions/components.class.php"/>
<file role="data" name="modules/eav/templates/_form.php"/>
<file role="data" name="modules/eav/templates/_render.php"/>
<file role="data" name="modules/eav/templates/_show.php"/>
<file role="data" name="test/bootstrap/Doctrine.php"/>
<file role="data" name="test/bootstrap/unit.php"/>
<file role="data" name="test/unit/EavTest.php"/>
<file role="data" name="web/css/jquery.formbuilder.css"/>
<file role="data" name="web/images/add.png"/>
<file role="data" name="web/js/jquery.formbuilder.js"/>
<file role="data" name="web/js/jquery.scrollTo-min.js"/>
<file role="data" name="web/js/jquery-1.3.2.min.js"/>
<file role="data" name="web/js/jquery-ui-1.8.2.custom.min.js"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.0.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.org</channel>
<min>1.4</min>
<max>1.4</max>
<recommended>1.4</recommended>
</package>
</required>
</dependencies>
<phprelease>
</phprelease>
<changelog>
<release>
<notes>
* add Unit Tests
* update readme
* translate script comment
</notes>
</release>
</changelog>
</package>