28 Commits

Author SHA1 Message Date
f94fb0efc1 enable and fix errors for event bundle + adding knp-time-bundle 2020-08-04 11:33:56 +02:00
8944d21652 install twig intl-extra, replace localizeddate filter by format_date 2020-08-03 11:10:39 +02:00
30e0c663dc adding remove event feature 2019-11-29 15:13:36 +01:00
8618efc35a adding remove participation method 2019-11-28 16:38:03 +01:00
6fe4594d3c styles export tableur form 2019-11-13 11:31:45 +01:00
defc884e26 minor changes 2019-07-18 16:46:17 +02:00
073a8cc5ea minor changes 2019-07-18 16:05:24 +02:00
81f3b1acae minor changes 2019-07-18 15:38:29 +02:00
be37d9d73a improve phpspreadsheet participations list export 2019-07-18 12:12:59 +02:00
c26b4f1ae7 add export button, route and controller method 2019-07-17 11:53:56 +02:00
6d2ea8caab improve message translation 2019-01-25 19:04:20 +01:00
1e082677de return values of return values cases 2019-01-22 12:15:35 +01:00
835ead6ccd dynamic back message in return values 2019-01-21 16:49:33 +01:00
3c434852d5 actions buttons, set return values in url 2019-01-21 15:43:52 +01:00
ca6f836195 add a new moderator field on events 2019-01-15 16:01:47 +01:00
7836ece3ee add time to event dates 2019-01-15 14:10:45 +01:00
78c53fe7b0 [feature] allow to edit multiple participations at once
ref #7
2016-04-12 22:40:11 +02:00
fe8994d775 Add event on page footer 2016-04-10 01:38:42 +02:00
Marc Ducobu
4aa6c4b53f adding css class for buttons - page event new & show 2016-03-25 09:02:48 +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
c9ce3aca96 some improvement to the Update / create event pages
- i18n of all the form
- add a title to each page
- chill layout of each page
- add flash message on successfully creation and update action

For the update page, (see #23), the user is not allowed to update
the center

close #23
close #2
2016-03-24 23:00:45 +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
372cae7008 show always the form "add a participant" even if no participation yet 2016-03-24 15:18:50 +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
627b9fb08f add the possibility to add a participation of a person to an event
ref #5
2016-03-24 01:44:32 +01:00
e2decee8cb add a form to make a ling with 'add a participant' page 2016-03-23 21:57:42 +01:00
90cbb78621 add a "view page" for event
ref #3
2016-03-22 21:19:16 +01:00
Marc Ducobu
4d02314770 Event CRUD generated 2016-03-22 17:16:19 +01:00