CHANGES 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. 07/03/2012
  2. ----------
  3. * Extension : refactor the AdminExtensionInterface to use the proper AdminInterface, add a new configureQuery method
  4. 04/09/2011
  5. ----------
  6. * Add a delete option on widget with edit = list
  7. * Refactoring the Menu/Breadcrumb management due to a change in the KnpLab Menu lib
  8. 03/08/2011
  9. ----------
  10. * remove property definitions
  11. * add TypeGuesser for list/show/filter
  12. * refactor [Form|List|Filter|Show]|Mapper to match the Symfony2 Form API
  13. * add theme form definition from within the Admin class - default : SonataAdminBundle:Form:admin_fields.html.twig
  14. * add new twig bloc type names to allows custom widget layouts per admin
  15. * add show
  16. 01/04/2011
  17. ----------
  18. * migrate to the new form framework
  19. 03/03/2011
  20. ----------
  21. * add sortable option
  22. 08/02/2011
  23. ----------
  24. * add prototype for nested admin
  25. 07/02/2011
  26. ----------
  27. * refactor code to use builder (FormBuilder, DatagradBuilder, FilterBuilder)
  28. 02/02/2011
  29. ----------
  30. * starting to use the form.field_factory service
  31. * update code to integrate the last symfony changes
  32. 24/01/2011
  33. ----------
  34. * add list mode
  35. * add 'add_empty' option to association widget (ie: select)
  36. * add country field type
  37. * refactor the form creation
  38. 18/01/2011
  39. ----------
  40. * respect symfony conventions
  41. * add new base edit template (standard and inline)
  42. * admin instances are not singletons anymore
  43. * add inline edition
  44. 15/01/2011
  45. ----------
  46. * respect symfony conventions
  47. * add a FieldDescription
  48. * register routes by using the getUrls from each Admin class
  49. * build admin information "on demand"
  50. * create an EntityAdmin and add new abstract method into the Admin class
  51. * add inline edition for one-to-one association