CHANGES 1.5 KB

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