forked from cedriclombardot/sfDatagridPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
256 lines (231 loc) · 15 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
<?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>sfDatagridPlugin</name>
<channel>pear.symfony-project.com</channel>
<summary>Symfony DataGrid Plugin</summary>
<description>OOP interface for easily creating data grid lists.</description>
<lead>
<name>David ZELLER</name>
<user>zellerda</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<developer>
<name>Cédric Lombardot</name>
<user>lombardot</user>
<email>[email protected]</email>
<active>yes</active>
</developer>
<date>2010-09-17</date>
<version>
<release>1.5.5</release>
<api>1.5.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT</license>
<notes>-</notes>
<contents><dir name="/"><dir name="config"><file name="app.yml" role="data"/></dir><dir name="data"><dir name="generator"><dir name="sfPropelAdmin"><dir name="sfDataGrid"><dir name="skeleton"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir></dir><dir name="template"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="templates"><file name="editSuccess.php" role="data"/><file name="listSuccess.php" role="data"/><file name="_edit_actions.php" role="data"/><file name="_edit_footer.php" role="data"/><file name="_edit_form.php" role="data"/><file name="_edit_form_layout.php" role="data"/><file name="_edit_header.php" role="data"/><file name="_edit_messages.php" role="data"/><file name="_filters.php" role="data"/><file name="_list_actions.php" role="data"/><file name="_list_footer.php" role="data"/><file name="_list_header.php" role="data"/><file name="_list_messages.php" role="data"/><file name="_list_td_actions.php" role="data"/><file name="_list_td_batch_actions.php" role="data"/><file name="_list_td_stacked.php" role="data"/><file name="_list_td_tabular.php" role="data"/><file name="_list_th_stacked.php" role="data"/><file name="_list_th_tabular.php" role="data"/></dir></dir></dir></dir><dir name="sfPropelDatagridModule"><dir name="default"><dir name="parts"><file name="actionsConfiguration.php" role="data"/><file name="batchAction.php" role="data"/><file name="configuration.php" role="data"/><file name="createAction.php" role="data"/><file name="datagridConfiguration.php" role="data"/><file name="deleteAction.php" role="data"/><file name="editAction.php" role="data"/><file name="fieldsConfiguration.php" role="data"/><file name="filterAction.php" role="data"/><file name="filtersAction.php" role="data"/><file name="indexAction.php" role="data"/><file name="indexDatagridAction.php" role="data"/><file name="newAction.php" role="data"/><file name="paginationAction.php" role="data"/><file name="paginationConfiguration.php" role="data"/><file name="processFormAction.php" role="data"/><file name="sortingAction.php" role="data"/><file name="sortingConfiguration.php" role="data"/><file name="updateAction.php" role="data"/></dir><dir name="skeleton"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="config"><file name="generator.yml" role="data"/></dir><dir name="lib"><file name="configuration.php" role="data"/><file name="helper.php" role="data"/></dir><dir name="templates"/></dir><dir name="template"><dir name="actions"><file name="actions.class.php" role="data"/></dir><dir name="lib"><file name="helper.php" role="data"/></dir><dir name="templates"><file name="editSuccess.php" role="data"/><file name="indexDatagridSuccess.php" role="data"/><file name="indexSuccess.php" role="data"/><file name="newSuccess.php" role="data"/><file name="_assets.php" role="data"/><file name="_filters.php" role="data"/><file name="_filters_field.php" role="data"/><file name="_flashes.php" role="data"/><file name="_form.php" role="data"/><file name="_form_actions.php" role="data"/><file name="_form_field.php" role="data"/><file name="_form_fieldset.php" role="data"/><file name="_form_footer.php" role="data"/><file name="_form_header.php" role="data"/><file name="_list.php" role="data"/><file name="_list_actions.php" role="data"/><file name="_list_admin_bar.php" role="data"/><file name="_list_batch_actions.php" role="data"/><file name="_list_field_boolean.php" role="data"/><file name="_list_footer.php" role="data"/><file name="_list_header.php" role="data"/><file name="_list_td_actions.php" role="data"/><file name="_list_td_batch_actions.php" role="data"/><file name="_list_td_stacked.php" role="data"/><file name="_list_td_tabular.php" role="data"/><file name="_list_th_stacked.php" role="data"/><file name="_list_th_tabular.php" role="data"/><file name="_pagination.php" role="data"/></dir></dir></dir></dir></dir></dir><dir name="lib"><dir name="generator"><file name="sfPropelDatagridGenerator.php" role="data"/></dir><file name="sfDatagrid.class.php" role="data"/><file name="sfDatagridArray.class.php" role="data"/><file name="sfDatagridArrayMultiSort.class.php" role="data"/><file name="sfDatagridDoctrine.class.php" role="data"/><file name="sfDatagridFormatter.class.php" role="data"/><file name="sfDatagridFormatterDefault.class.php" role="data"/><file name="sfDatagridFormatterDoctrine.class.php" role="data"/><file name="sfDatagridFormatterPropel.class.php" role="data"/><file name="sfDatagridPropel.class.php" role="data"/></dir><file name="LICENSE" role="data"/><file name="README" role="data"/><dir name="web"><dir name="css"><file name="calendar.css" role="data"/><file name="datagrid.css" role="data"/></dir><dir name="img"><file name="actions-row.gif" role="data"/><file name="ajax-loader.gif" role="data"/><file name="filters-row.gif" role="data"/><file name="header-arrow-asc.gif" role="data"/><file name="header-arrow-desc.gif" role="data"/><file name="header-row.gif" role="data"/><file name="header-sorting.gif" role="data"/><file name="pager-arrow-first.gif" role="data"/><file name="pager-arrow-last.gif" role="data"/><file name="pager-arrow-left.gif" role="data"/><file name="pager-arrow-right.gif" role="data"/></dir><dir name="js"><file name="calendar.js" role="data"/><file name="datagrid.js" role="data"/><file name="FreezePanes.jquery.js" role="data"/><file name="jquery.datagrid.js" role="data"/><dir name="lang"><file name="en.js" role="data"/><file name="fr.js" role="data"/></dir><file name="prototype.js" role="data"/></dir></dir></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.2.0</min>
<max>1.5.0</max>
<exclude>1.5.0</exclude>
</package>
</required>
</dependencies>
<phprelease>
</phprelease>
<changelog>
<release>
<version>
<release>1.3.4</release>
<api>1.3.4</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-03-06</date>
<notes>* Cedric : New features for admin generator and doc for README</notes>
</release>
<release>
<version>
<release>1.3.2</release>
<api>1.3.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-03-03</date>
<notes>* Cedric : The admin generator is Now stable To discover How to use it go to http://symfony.spyrit.net</notes>
</release>
<release>
<version>
<release>1.2.3</release>
<api>1.2.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-01-29</date>
<notes>* David : Fix the relative image_dir parameter</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.2.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-01-29</date>
<notes>* David : Fix the Exception when you don't use AdminGenerator
* David : Fix the traduct fonction on render
* David : Fix the traduct for "From" and "To"</notes>
</release>
<release>
<version>
<release>1.2.1</release>
<api>1.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-01-28</date>
<notes>* Error in Admin Templates Actions.class.php</notes>
</release>
<release>
<version>
<release>1.2.0</release>
<api>1.2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.com/license">MIT license</license>
<date>2009-01-28</date>
<notes>* Cedric: Add theme for propelAdminGenerator
* Cedric: Correction of the css change /sfDatagridPlugin/img to ../img
* Cedric: changes into sfDatagrid.class.php for sfDataGrid::getConfig()</notes>
</release>
<release>
<version>
<release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<license>MIT</license>
<date>2009-01-28</date>
<notes>* David : add the loading box for ajax
* David : put the default text in app.yml</notes>
</release>
<release>
<version>
<release>1.0.8</release>
<api>1.0.8</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<license>MIT</license>
<date>2009-01-16</date>
<notes>* David : add the default value to the first parameter of the prepare function
* David : add the possiblity to make an empty datagrid action like "Choose the value"</notes>
</release>
<release>
<version>
<release>1.0.7</release>
<api>1.0.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<license>MIT</license>
<date>2009-01-16</date>
<notes>* David : Change the default text in english by default</notes>
</release>
<release>
<version>
<release>1.0.6</release>
<api>1.0.6</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<license>MIT</license>
<date>2009-01-05</date>
<notes>* David : add the column comparator options for the datagridPropel
* David : fix the symfony cc notice
* David : fix the action bar rendering problem with ie
* David : fix the boolean render select error
* David : fix the exception when the date filter value cannot be converted</notes>
</release>
<release>
<version>
<release>1.0.5</release>
<api>1.0.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.symfony-project.org/license">MIT license</license>
<license>MIT</license>
<date>2009-01-02</date>
<notes>* David : fix the symfony cc notice
* David : fix the action bar rendering problem with ie
* David : fix the boolean render select error
* David : fix the exception when the date filter value cannot be converted</notes>
</release>
<release><version><release>1.3.5</release><api>1.3.5</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2009-05-11</date><notes>[BUG 644] http://trac.symfony-project.org/ticket/6444</notes></release><release><version><release>1.3.6</release><api>1.3.6</api></version><stability><release>Stable</release><api>Stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2009-06-17</date><notes>Best managment for FK</notes></release><release><version><release>1.4.0</release><api>1.4.0</api></version><stability><release/><api/></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2009-10-27</date><notes>Add here</notes></release><release><version><release>1.5.0</release><api>1.5.0</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-01-29</date><notes>You could now use renderDirect for fist loading See README</notes></release><release><version><release>1.5.1</release><api>1.5.1</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-06-14</date><notes>
* Add freezepanes option in config
* Add FreezePanes.jquery.js to freeze panes with jquery like Excel
* Add option config insert_pager_bottom to repeat pager at bottom with sfDatagridFormatter::datagridContainerPagerBottom
* Fix Error on default sort
* optimisate class_exists with sfAutoload::loadClass()
* Optimizating link generation (now once per row)
* Fix Error on reset sort with renderDirect
* Add onclick formatter ease to opên modal_box on click or something else
* Add thick in list for boolean columns
* correct an error_message into _call_action
</notes></release><release><version><release>1.5.2</release><api>1.5.2</api></version><stability><release/><api/></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-06-18</date><notes>
* fix Bug freezepanes on search and reset
* Fix reset tracking var
* fix column align with freezePanes
* fix freezePanes when no scrollbar
* Fix row link Thanks Tomasz Jakub Rup
* Fix reset on IE with Jquery
</notes></release><release><version><release>1.5.3</release><api>1.5.3</api></version><stability><release/><api/></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-06-23</date><notes>* Fix js when no freezepanes</notes></release><release><version><release>1.5.4</release><api>1.5.4</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-09-08</date><notes>Fix select_tag into sfDatagridFormater. Thx sebastien Aucouturier</notes></release><release><version><release>1.5.5</release><api>1.5.5</api></version><stability><release>stable</release><api>stable</api></stability><license uri="http://www.symfony-project.com/license">MIT</license><date>2010-09-17</date><notes>New Propel Admin Generator for sf1.4</notes></release></changelog>
</package>