-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
353 lines (353 loc) · 11.7 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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
<?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.11" 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>sfAmfPlugin</name>
<channel>plugins.symfony-project.org</channel>
<summary>This Plugin to handle AMF requests from Flex client frontends</summary>
<description>This Plugin to handle AMF requests from Flex client frontends. It makes the development of Flex-Applications with Symfony more easy</description>
<lead>
<name>Timo Haberkern</name>
<user>thaberkern</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2010-01-11</date>
<version>
<release>1.5.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>MIT license</license>
<notes>-</notes>
<contents>
<dir name="/">
<file name="lib/adapter/DoctrineCollectionAdapter.php" role="data"/>
<file name="lib/adapter/DoctrineRecordAdapter.php" role="data"/>
<file name="lib/adapter/PropelAdapter.php" role="data"/>
<file name="lib/adapter/sfAdapterBase.php" role="data"/>
<file name="lib/addendum/annotations/tests/acceptance_test.php" role="data"/>
<file name="lib/addendum/annotations/tests/all_tests.php" role="data"/>
<file name="lib/addendum/annotations/tests/annotation_parser_test.php" role="data"/>
<file name="lib/addendum/annotations/tests/annotation_test.php" role="data"/>
<file name="lib/addendum/annotations/tests/constrained_annotation_test.php" role="data"/>
<file name="lib/addendum/annotations/tests/doc_comment_test.php" role="data"/>
<file name="lib/addendum/annotations/annotation_parser.php" role="data"/>
<file name="lib/addendum/annotations/doc_comment.php" role="data"/>
<file name="lib/addendum/annotations.php" role="data"/>
<file name="lib/addendum/LICENSE" role="data"/>
<file name="lib/annotations/AmfClassMapping.php" role="data"/>
<file name="lib/annotations/AmfIgnore.php" role="data"/>
<file name="lib/annotations/AmfReturnType.php" role="data"/>
<file name="lib/task/skeleton/amfservice/service.php" role="data"/>
<file name="lib/task/amfCreateserviceTask.class.php" role="data"/>
<file name="lib/SabreAMF/AMF0/Const.php" role="data"/>
<file name="lib/SabreAMF/AMF0/Deserializer.php" role="data"/>
<file name="lib/SabreAMF/AMF0/Serializer.php" role="data"/>
<file name="lib/SabreAMF/AMF3/AbstractMessage.php" role="data"/>
<file name="lib/SabreAMF/AMF3/AcknowledgeMessage.php" role="data"/>
<file name="lib/SabreAMF/AMF3/CommandMessage.php" role="data"/>
<file name="lib/SabreAMF/AMF3/Const.php" role="data"/>
<file name="lib/SabreAMF/AMF3/Deserializer.php" role="data"/>
<file name="lib/SabreAMF/AMF3/ErrorMessage.php" role="data"/>
<file name="lib/SabreAMF/AMF3/RemotingMessage.php" role="data"/>
<file name="lib/SabreAMF/AMF3/Serializer.php" role="data"/>
<file name="lib/SabreAMF/AMF3/Wrapper.php" role="data"/>
<file name="lib/SabreAMF/ArrayCollection.php" role="data"/>
<file name="lib/SabreAMF/ByteArray.php" role="data"/>
<file name="lib/SabreAMF/CallbackServer.php" role="data"/>
<file name="lib/SabreAMF/ClassMapper.php" role="data"/>
<file name="lib/SabreAMF/ClassNotFoundException.php" role="data"/>
<file name="lib/SabreAMF/Client.php" role="data"/>
<file name="lib/SabreAMF/Const.php" role="data"/>
<file name="lib/SabreAMF/Deserializer.php" role="data"/>
<file name="lib/SabreAMF/DetailException.php" role="data"/>
<file name="lib/SabreAMF/Externalized.php" role="data"/>
<file name="lib/SabreAMF/InputStream.php" role="data"/>
<file name="lib/SabreAMF/ITypedObject.php" role="data"/>
<file name="lib/SabreAMF/InvalidAMFException.php" role="data"/>
<file name="lib/SabreAMF/LICENCE" role="data"/>
<file name="lib/SabreAMF/Message.php" role="data"/>
<file name="lib/SabreAMF/OutputStream.php" role="data"/>
<file name="lib/SabreAMF/RecordSet.php" role="data"/>
<file name="lib/SabreAMF/Serializer.php" role="data"/>
<file name="lib/SabreAMF/Server.php" role="data"/>
<file name="lib/SabreAMF/TypedObject.php" role="data"/>
<file name="lib/SabreAMF/UndefinedMethodException.php" role="data"/>
<file name="lib/sfAdapterDelegate.php" role="data"/>
<file name="lib/sfAmfGateway.class.php" role="data"/>
<file name="lib/sfAmfService.php" role="data"/>
<file name="lib/sfAmfTreeViewer.php" role="data"/>
<file name="modules/amfbrowser/actions/actions.class.php" role="data"/>
<file name="modules/amfbrowser/templates/indexSuccess.php" role="data"/>
<file name="modules/amfgateway/actions/actions.class.php" role="data"/>
<file name="modules/amfgateway/config/security.yml" role="data"/>
<file name="config/autoload.yml" role="data"/>
<file name="config/sfAmfPluginConfiguration.class.php" role="data"/>
<file name="web/css/sfAmfPluginBrowser.css" role="data"/>
<file name="web/js/sfAmfPluginBrowser.js" role="data"/>
<file name="web/js/mootools-core.js" role="data"/>
<file name="web/js/mootools-more.js" role="data"/>
<file name="LICENSE" role="data"/>
<file name="README" role="data"/>
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.1.0</min>
</php>
<pearinstaller>
<min>1.4.1</min>
</pearinstaller>
<package>
<name>symfony</name>
<channel>pear.symfony-project.com</channel>
<min>1.1.0</min>
<max>2.0.0</max>
<exclude>2.0.0</exclude>
</package>
</required>
</dependencies>
<phprelease/>
<changelog>
<release>
<version>
<release>1.5.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2010-01-11</date>
<license>MIT License</license>
<notes>* Released for Symfony 1.3 and 1.4
* Added first version of an AMF Service Browser (thanks to Benoit Gouchet)
* Updated SabreAmf to current version</notes>
</release>
<release>
<version>
<release>1.4.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-08-05</date>
<license>MIT License</license>
<notes>* Changed error_handler behaviour
* Improved Doctrine Adapters, so they handle relations better
* Updated SabreAmf to current version
* Added default module for AMF-Gateway</notes>
</release>
<release>
<version>
<release>1.4.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-07-01</date>
<license>MIT License</license>
<notes>* Fixing typos in handleRequest funtion (thanks to Daniel Holmes for spotting this)</notes>
</release>
<release>
<version>
<release>1.4.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-06-29</date>
<license>MIT License</license>
<notes>* Added an error handler function. All Errors will now be delivered as an exception (thanks to raphox for this)
* Fixing problem with associative array values
* Updated SabreAmf to version 1.3.0
* Added correct content type support, you should now use the handleRequest method in your actions as shown in the documentation</notes>
</release>
<release>
<version>
<release>1.3.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-05-05</date>
<license>MIT License</license>
<notes>* Fixing a bug with PHP Strict mode
* Adding the possibility to store the services in all lib-folders of a project (app, module, project, plugins)
* Fixing different bugs with AMF convertion of Doctrine objects</notes>
</release>
<release>
<version>
<release>1.2.4</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-30</date>
<license>MIT License</license>
<notes>* Fixing a bug with PHP Strict mode</notes>
</release>
<release>
<version>
<release>1.2.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-16</date>
<license>MIT License</license>
<notes>* Fixing bugs with package handling</notes>
</release>
<release>
<version>
<release>1.2.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-12</date>
<license>MIT License</license>
<notes>* Fixing installation problems over the plugin:install task</notes>
</release>
<release>
<version>
<release>1.2.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-12</date>
<license>MIT License</license>
<notes> * Fixing bugs in Documentation
* Fixing installation problems over the plugin:install task</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2009-04-09</date>
<license>MIT License</license>
<notes> * Added symfony 1.2 compatibility
* Updated SabreAMF to version 1.2.203
* Fixing problem with Service-Classes with package names
* Added amf:create-service commandline task for creating service files</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-08-27</date>
<license>MIT License</license>
<notes> * Added support for ArrayCollections
* Added support for ByteArrays</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-08-26</date>
<license>MIT License</license>
<notes> * Added support for the annotations @AmfIgnore and @AmfClassMapping
* Updated Documentation</notes>
</release>
<release>
<version>
<release>0.9.4</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2008-08-25</date>
<license>MIT License</license>
<notes>* Fixing bugs in package file</notes>
</release>
<release>
<version>
<release>0.9.3</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2008-08-25</date>
<license>MIT License</license>
<notes>* Adding support for Propel objects</notes>
</release>
<release>
<version>
<release>0.9.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2008-08-25</date>
<license>MIT License</license>
<notes>* Fixing some bugs</notes>
</release>
<release>
<version>
<release>0.9.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>beta</release>
<api>stable</api>
</stability>
<date>2008-08-25</date>
<license>MIT License</license>
<notes>* Added Doctrine support</notes>
</release>
<release>
<version>
<release>0.9.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2008-08-20</date>
<license>MIT License</license>
<notes>* Initial release</notes>
</release>
</changelog>
</package>