12 Commits

Author SHA1 Message Date
ed3f0e9657 remove center field of event form 2019-02-01 15:23:54 +01:00
78acb56b43 move styles in new css, adapt webpack config 2019-01-25 11:17:29 +01:00
3c434852d5 actions buttons, set return values in url 2019-01-21 15:43:52 +01:00
f71e273aae new event form, like edit form 2019-01-21 09:52:59 +01:00
d18f3dd3dd styles: display date and time fields on same line 2019-01-16 11:23:50 +01:00
ca6f836195 add a new moderator field on events 2019-01-15 16:01:47 +01:00
e1b5ec49f5 font-awesome pictos are now managed in css 2019-01-10 15:52:19 +01:00
Marc Ducobu
827d1d3f2c adding css class for buttons - page event edit 2016-03-25 08:57:41 +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
Marc Ducobu
4d02314770 Event CRUD generated 2016-03-22 17:16:19 +01:00