16 Commits

Author SHA1 Message Date
7836ece3ee add time to event dates 2019-01-15 14:10:45 +01:00
9f168a3a3c fix new events page depreciations 2018-12-20 11:36:39 +01: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
329d688b5a adding a link to event types for link parent/categories 2016-05-27 15:44:28 +02:00
e774090959 allow group_by in PickRoleType and PickStatusType 2016-04-19 18:36:29 +02:00
cf4a0d9e75 factorize PickRoleType, PickStatusType and rename TranslatableEventType 2016-04-19 15:30:44 +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
Marc Ducobu
b1b258d76b Removing print 2016-03-24 10:52:21 +01:00
Marc Ducobu
ab609a4ddb Merging 2016-03-24 10:47:03 +01:00
Marc Ducobu
9eed387285 Adding the js function categoryLinkParentChildSelect for center and scope 2016-03-24 10:45:03 +01:00
627b9fb08f add the possibility to add a participation of a person to an event
ref #5
2016-03-24 01:44:32 +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
9512528018 add basic crud for admin 2016-03-18 11:34:25 +01:00