Historique des commits

Auteur SHA1 Message Date
  Thomas Rabaix 8f180e0bd0 start ACL il y a 14 ans
  Thomas Rabaix 452b644f02 Migrate the CoreController into helper service and create a dedicated controller il y a 14 ans
  Thomas Rabaix 736aae0c85 rename prefix 'sonata_admin' => 'sonata.admin', move services declaration to xml files il y a 14 ans
  Thomas Rabaix a92abd893a Create AdminType, ModelType and Abstracted Datatransformer, update PHPDoc il y a 14 ans
  Thomas Rabaix f96a7280ac first migration to the new form framework il y a 14 ans
  Thomas Rabaix 6509540276 Add sort option il y a 14 ans
  Thomas Rabaix 2d2c8d88c0 fix regression introduced with the datagrid, simplify the CRUDController, update some phpdocs il y a 14 ans
  Thomas Rabaix b0df44f989 add more Interfaces, add ModelManager to abstract the persistency layer il y a 14 ans
  Thomas b8e75d27f9 move crud event like method calls into the Admin class il y a 14 ans
  Thomas 533e054579 Remove the 'getSideMenu' from the CRUDController il y a 14 ans
  Thomas e3edb9c1c4 Remove the 'getBreadcrumb' from the CRUDController il y a 14 ans
  Thomas 4cae6e22e1 improve request management with nested admin il y a 14 ans
  Thomas 67bd124981 refactorize the Route generation il y a 14 ans
  Thomas f7700f5f6c Merge remote-tracking branch 'tyx/delete_list' il y a 14 ans
  Thomas 7747b7fbd0 remove useless code il y a 14 ans
  Timothée Barray 5109228ab7 first implementation for delete in view list il y a 14 ans
  Thomas 80cea9b0b6 fix typo il y a 14 ans
  Thomas 78b768bc8c remove update action due to the last Symfony2 changes (forwarded action parameters are now urlencoded so cannot use object anymore as paramter value) il y a 14 ans
  Thomas 59cef4349b change method name preInsert => prePersist, add edit_file il y a 14 ans
  Thomas 035d2440f8 remove the request dependency when retrieving the admmin through the DIC, the request is now set by the CRUDController il y a 14 ans
  Thomas a17cae0341 The admin classes are now non shared service defined in the DIC il y a 14 ans
  Thomas 51fb49c0ca update references from BaseApplicationBundle to AdminBundle il y a 14 ans
  Thomas 0ab5f6ef24 update phpdocs il y a 14 ans
  Thomas 9aa4fb801b tweak renderJson to return text/plain only for fake xml request and form upload il y a 14 ans
  Thomas 5b24344281 add jquery.form.js to allows file upload from a modal window il y a 14 ans
  Marcin Sikon 423947adb1 fix json result updateAction, script in file edit_many_association_script.html.twig:199 use data.objectId but result has object_id il y a 14 ans
  Thomas 0c2f27d8a2 update code to the last Symfony changes il y a 14 ans
  Marcin Sikon 2ce2fe3e2b fix redirect in CRUDController il y a 14 ans
  Pascal Burkhard d32f8964dc Update to match latest symfony changes il y a 14 ans
  Thomas f4ff1770fd upgrade breadcrumb management to work with nested admin il y a 14 ans