7 Commits

Author SHA1 Message Date
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
Marc Ducobu
b1b258d76b Removing print 2016-03-24 10:52:21 +01:00
Marc Ducobu
9eed387285 Adding the js function categoryLinkParentChildSelect for center and scope 2016-03-24 10:45:03 +01:00
Marc Ducobu
4fe31185df Good Center - Circle suggested 2016-03-23 18:19:48 +01:00
Marc Ducobu
888bcad81a Adding type to the creation event form 2016-03-22 20:34:34 +01:00
Marc Ducobu
041c43a936 Basic form to create an Event 2016-03-22 18:59:59 +01:00
Marc Ducobu
4d02314770 Event CRUD generated 2016-03-22 17:16:19 +01:00