8 Commits

Author SHA1 Message Date
8944d21652 install twig intl-extra, replace localizeddate filter by format_date 2020-08-03 11:10:39 +02:00
3c434852d5 actions buttons, set return values in url 2019-01-21 15:43:52 +01:00
91124893fd improve actions buttons display for granted cases 2019-01-21 12:19:44 +01:00
7836ece3ee add time to event dates 2019-01-15 14:10:45 +01:00
Marc Ducobu
005fd22290 adding css class for buttons - page participation new & edit 2016-03-25 09:07:32 +01: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
cf7f8a929b Allow the modification of event + adding the prefix chill_even to all the route 2016-03-24 18:03:45 +01:00
993882e925 feature: update an existing participation
The update allow to modify the status and role of a participation.

ref #8
2016-03-24 14:18:03 +01:00