|
@@ -1,64 +1,75 @@
|
|
-07/03/2012
|
|
|
|
-----------
|
|
|
|
|
|
+CHANGELOG
|
|
|
|
+=========
|
|
|
|
|
|
-* Extension : refactor the AdminExtensionInterface to use the proper AdminInterface, add a new configureQuery method
|
|
|
|
|
|
+### 2012-03-07
|
|
|
|
+
|
|
|
|
+* [BC BREAK] Extension : refactor the AdminExtensionInterface to use the proper AdminInterface, add a new configureQuery method
|
|
|
|
+* Add export to xls format (html file)
|
|
|
|
+
|
|
|
|
+### 2012-03-01
|
|
|
|
+
|
|
|
|
+* [BC BREAK] Introduce Block Into the Admin Bundle
|
|
|
|
+ The AdminBundle has now a dependency to BlockBundle : http://github.com/sonata-project/SonataBlockBundle
|
|
|
|
+ The dashboard list is now a block, so it can be removed from the sonata_admin configuration.
|
|
|
|
+ More blocks can be created please follow the instruction here : http://sonata-project.org/bundles/block/master/doc/reference/your_first_block.html
|
|
|
|
+
|
|
|
|
+* [BC BREAK] New configuration format for the dasboard section.
|
|
|
|
+
|
|
|
|
+### 2012-02-28
|
|
|
|
+
|
|
|
|
+* Add export feature to csv, xml, json
|
|
|
|
+ The AdminBundle has now a new dependency to exporter : https://github.com/sonata-project/exporter
|
|
|
|
+
|
|
|
|
+### 2011-09-04
|
|
|
|
|
|
-04/09/2011
|
|
|
|
-----------
|
|
|
|
* Add a delete option on widget with edit = list
|
|
* Add a delete option on widget with edit = list
|
|
* Refactoring the Menu/Breadcrumb management due to a change in the KnpLab Menu lib
|
|
* Refactoring the Menu/Breadcrumb management due to a change in the KnpLab Menu lib
|
|
|
|
|
|
-03/08/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-08-03
|
|
|
|
+
|
|
* remove property definitions
|
|
* remove property definitions
|
|
* add TypeGuesser for list/show/filter
|
|
* add TypeGuesser for list/show/filter
|
|
* refactor [Form|List|Filter|Show]|Mapper to match the Symfony2 Form API
|
|
* 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 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 new twig block type names to allows custom widget layouts per admin
|
|
* add show
|
|
* add show
|
|
|
|
|
|
-01/04/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-04-01
|
|
|
|
+
|
|
* migrate to the new form framework
|
|
* migrate to the new form framework
|
|
|
|
|
|
-03/03/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-03-03
|
|
|
|
+
|
|
* add sortable option
|
|
* add sortable option
|
|
|
|
|
|
- 08/02/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-02-08
|
|
|
|
+
|
|
* add prototype for nested admin
|
|
* add prototype for nested admin
|
|
|
|
|
|
-07/02/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-02-07
|
|
|
|
|
|
* refactor code to use builder (FormBuilder, DatagradBuilder, FilterBuilder)
|
|
* refactor code to use builder (FormBuilder, DatagradBuilder, FilterBuilder)
|
|
|
|
|
|
-02/02/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-02-02
|
|
|
|
|
|
* starting to use the form.field_factory service
|
|
* starting to use the form.field_factory service
|
|
* update code to integrate the last symfony changes
|
|
* update code to integrate the last symfony changes
|
|
|
|
|
|
- 24/01/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 2011-01-24
|
|
|
|
|
|
* add list mode
|
|
* add list mode
|
|
* add 'add_empty' option to association widget (ie: select)
|
|
* add 'add_empty' option to association widget (ie: select)
|
|
* add country field type
|
|
* add country field type
|
|
* refactor the form creation
|
|
* refactor the form creation
|
|
|
|
|
|
-18/01/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 18/01/2011
|
|
|
|
|
|
* respect symfony conventions
|
|
* respect symfony conventions
|
|
* add new base edit template (standard and inline)
|
|
* add new base edit template (standard and inline)
|
|
* admin instances are not singletons anymore
|
|
* admin instances are not singletons anymore
|
|
* add inline edition
|
|
* add inline edition
|
|
|
|
|
|
-
|
|
|
|
-15/01/2011
|
|
|
|
-----------
|
|
|
|
|
|
+### 15/01/2011
|
|
|
|
|
|
* respect symfony conventions
|
|
* respect symfony conventions
|
|
* add a FieldDescription
|
|
* add a FieldDescription
|