123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- 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
|