forked from sonata-project/SonataAdminBundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
63 lines (48 loc) · 1.49 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
04/09/2011
----------
* Add a delete option on widget with edit = list
* Refactoring the Menu/Breadcrumb management due to a change in the KnpLab Menu lib
03/08/2011
----------
* remove property definitions
* add TypeGuesser for list/show/filter
* refactor [Form|List|Filter|Show]|Mapper to match the Symfony2 Form API
* add theme form definition from within the Admin class - default : SonataAdminBundle:Form:admin_fields.html.twig
* add new twig bloc type names to allows custom widget layouts per admin
* add show
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