5 Commits

Author SHA1 Message Date
31176f8bc8 improve ux for admin configuration crud interface 2021-02-05 22:30:23 +01:00
7ac7def366 Add Chill context for event admins pages 2019-09-26 20:24:40 +02:00
c8fcab4d1d fix routes and translatable string in admin prototype
ref #12
ref #13
ref #14
ref #15
2016-06-10 17:07:50 +02:00
d8de53ca3c rename 'label' to 'name'.
Warning : this commit require to rename some table column, but the
original Version file has been update.

If you do not care to loose your date, you may run :

```
php app/console doctrine:migrations:execute --down 20160318111334
php app/console doctrine:migrations:execute --up 20160318111334
php app/console doctrine:cache:metadata #(if you have a cache for
doctrine meta date)
```
close #20
2016-03-24 23:30:37 +01:00
9512528018 add basic crud for admin 2016-03-18 11:34:25 +01:00