forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGES
49 lines (36 loc) · 1011 Bytes
/
CHANGES
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
01/04/2011
----------
* migrate to the new form framework
03/03/2011
----------
* add sortable option
08/02/2011
----------
* add prototype for nested admin
07/02/2011
----------
* refactor code to use builder (FormBuilder, DatagradBuilder, FilterBuilder)
02/02/2011
----------
* starting to use the form.field_factory service
* update code to integrate the last symfony changes
24/01/2011
----------
* add list mode
* add 'add_empty' option to association widget (ie: select)
* add country field type
* refactor the form creation
18/01/2011
----------
* respect symfony conventions
* add new base edit template (standard and inline)
* admin instances are not singletons anymore
* add inline edition
15/01/2011
----------
* respect symfony conventions
* add a FieldDescription
* register routes by using the getUrls from each Admin class
* build admin information "on demand"
* create an EntityAdmin and add new abstract method into the Admin class
* add inline edition for one-to-one association