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