No Description

michaelwilliams f2e74609f9 Don't require the dummy routing file anymore for automatic route generation. Instead provide a "type" in the routing file to trigger automatic route generation. An example routing file might look like this now: 14 years ago
Admin 6d00731e4d Add trans action for batch actions 14 years ago
Builder cb99f782f3 rename template twig.html => html.twig 14 years ago
Controller d32f8964dc Update to match latest symfony changes 14 years ago
Datagrid d2073371c2 avoid field being added twice 14 years ago
DependencyInjection 5afc72e7db Correcting bug 14 years ago
Filter efc4e92158 refactor Admin class : add FormBuilder, ListBuilder and DatagridBuilder 14 years ago
Form d7b77a21b4 fix admin loading in CoreController 14 years ago
Resources f2e74609f9 Don't require the dummy routing file anymore for automatic route generation. Instead provide a "type" in the routing file to trigger automatic route generation. An example routing file might look like this now: 14 years ago
Route f2e74609f9 Don't require the dummy routing file anymore for automatic route generation. Instead provide a "type" in the routing file to trigger automatic route generation. An example routing file might look like this now: 14 years ago
Tool efc4e92158 refactor Admin class : add FormBuilder, ListBuilder and DatagridBuilder 14 years ago
Twig d32f8964dc Update to match latest symfony changes 14 years ago
.gitignore 3e4e38cc34 Move some controller's crud into a dedicated file so it will be possible reuse the information accross different bundles. This is usefull to create link in a many-to-one association, and more ... 14 years ago
CHANGES 1fabea3a7b fix escaping bug with javascript, add nested admin management 14 years ago
CREDITS e0e3e92a69 update README, add missing type 14 years ago
LICENSE e0e3e92a69 update README, add missing type 14 years ago
README.md 9b9967c66c * starting to use the form.field_factory service 14 years ago
SonataBaseApplicationBundle.php e00f6410a8 update code to the last symfony changes 14 years ago

README.md

Prototype to easily create uniform backend application

Please read the related documentation in the docs folder.

WARNING : this is a prototype, and not a final/stable bundle.

  • code can be irrelevant
  • code might not use properly Symfony2 or Doctrine components
  • code might change with no notices.

TODO :

  • use the admin class to register route information (done)
  • edit group field (done)
  • add inline editing (Invoice with InvoiceLine) (done)
  • save filter criteria
  • export list