CHANGES 1011 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. 01/04/2011
  2. ----------
  3. * migrate to the new form framework
  4. 03/03/2011
  5. ----------
  6. * add sortable option
  7. 08/02/2011
  8. ----------
  9. * add prototype for nested admin
  10. 07/02/2011
  11. ----------
  12. * refactor code to use builder (FormBuilder, DatagradBuilder, FilterBuilder)
  13. 02/02/2011
  14. ----------
  15. * starting to use the form.field_factory service
  16. * update code to integrate the last symfony changes
  17. 24/01/2011
  18. ----------
  19. * add list mode
  20. * add 'add_empty' option to association widget (ie: select)
  21. * add country field type
  22. * refactor the form creation
  23. 18/01/2011
  24. ----------
  25. * respect symfony conventions
  26. * add new base edit template (standard and inline)
  27. * admin instances are not singletons anymore
  28. * add inline edition
  29. 15/01/2011
  30. ----------
  31. * respect symfony conventions
  32. * add a FieldDescription
  33. * register routes by using the getUrls from each Admin class
  34. * build admin information "on demand"
  35. * create an EntityAdmin and add new abstract method into the Admin class
  36. * add inline edition for one-to-one association