-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
248 lines (248 loc) · 8.06 KB
/
package.xml
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<?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.6"
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>sfDoctrineTablePlugin</name>
<channel>pear.symfony-project.com</channel>
<summary>Custom base tables for Symfony models</summary>
<description>
The sfDoctrineTablePlugin generates feature packed base tables to each model.
Base table contains PHPDocs of available pre-generated WHERE, COUNT
and JOIN considering table relations and its depth. List of new available
methods are accessed through the PHPDoc @method annotation and is suitable for IDE
users only.
</description>
<lead>
<name>Ilya Sabelnikov</name>
<user>ilya</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-06-18</date>
<time>23:10:00</time>
<version>
<release>2.0.2</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Feature] Added task no-phpdoc option
* [Feature] Task's option "--minified" now clean-ups unused methods from generated base tables
* [Feature] Added logger to monitor task execution
* [Feature] Auto-restore changed files from backup in case error appears when installing/un-installing base tables
* [Updated] Task tests
* [Updated] Another namespace for plugin configuration variables
* [Updated] README
</notes>
<contents>
<dir name="/">
<dir name="data">
<dir name="generator">
<dir name="sfDoctrineTable">
<dir name="default">
<dir name="template">
<file name="sfDoctrineTableGeneratedTemplate.php" md5sum="9a3d342a28ca8f22d53486cb81170756" role="data" />
</dir>
</dir>
</dir>
</dir>
</dir>
<file name="README" md5sum="9fb8db4cacead0fe040f40246c654123" role="data" />
<dir name="config">
<file name="app.yml" md5sum="412a702ce140d561ac0ab24a1ed627a4" role="data" />
<file name="sfDoctrineTablePluginConfiguration.class.php" md5sum="1d80085817ee2a461f36eed948659aa3" role="data" />
</dir>
<file name="LICENSE" md5sum="e879218e6f332b0b4017fab8a2925ce9" role="data" />
<dir name="lib">
<dir name="vendor">
<dir name="Doctrine">
<dir name="Table">
<file name="Scoped.php" md5sum="53b1541317219769775d0f1a6f9f0206" role="data" />
</dir>
</dir>
</dir>
<dir name="generator">
<file name="sfDoctrineTableGenerator.class.php" md5sum="60a04a6571d712c5684f96d4768c8929" role="data" />
</dir>
<dir name="task">
<file name="sfDoctrineBuildTableTask.class.php" md5sum="b8aa17b685f85b599fe40274090ab3ac" role="data" />
</dir>
</dir>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.3.0</min>
<max>1.5.0</max>
<exclude>1.5.0</exclude>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>2.0.2</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-06-18</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Feature] Added task no-phpdoc option
* [Feature] Task's option "--minified" now clean-ups unused methods from generated base tables
* [Feature] Added logger to monitor task execution
* [Feature] Auto-restore changed files from backup in case error appears when installing/un-installing base tables
* [Updated] Task tests
* [Updated] Another namespace for plugin configuration variables
* [Updated] README
</notes>
</release>
<release>
<version>
<release>2.0.1</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-06-18</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Updated] README
</notes>
</release>
<release>
<version>
<release>2.0.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2012-06-17</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Feature] Added task no-phpdoc option
* [Feature] Task's option "--minified" now clean-ups unused methods from generated base tables
* [Feature] Added logger to monitor task execution
* [Feature] Auto-restore changed files from backup in case error appears when installing/un-installing base tables
* [Updated] Task tests
* [Updated] Another namespace for plugin configuration variables
</notes>
</release>
<release>
<version>
<release>1.1.1</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-12-04</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Fixed] Major bug - some generated method on Translation tables was invalid
</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-30</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Fixed] Flexible sub-select tuning based on PHP closures
</notes>
</release>
<release>
<version>
<release>1.0.3</release>
<api>1.0.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-19</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Fixed] Uninstalling tables with a custom Doctrine_Table contains invalid class name (GH-2)
* [Fixed] Uninstalling/installing plugin base tables with broken class inheritance (GH-3)
</notes>
</release>
<release>
<version>
<release>1.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-18</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* [Fixed] Invalid extends class when uninstalling model with "concrete" inheritance (GH-1)
</notes>
</release>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-18</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* Removed debug output
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2011-10-18</date>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>
* First release
</notes>
</release>
</changelog>
</package>