b49264aec4
fix logger service dependency injection
2021-03-04 16:13:34 +01:00
41444f4157
admin area, configuration menu
2021-02-05 22:49:00 +01:00
31176f8bc8
improve ux for admin configuration crud interface
2021-02-05 22:30:23 +01:00
8029b9b8ff
Replace deprecated extends Controller by AbstractController
2021-02-01 18:17:33 +01:00
7730f732ed
fix error with getInt() and inject PaginatorFactory service in EventController
2020-08-04 12:23:10 +02:00
e785b36709
fix redirection when only one participation edit
2020-06-10 11:58:08 +02:00
c3012b7f8a
remove dump()
2020-01-08 11:44:41 +01: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
d2d85a3527
Improve Event export: add fields + translator
2019-10-21 15:50:23 +02:00
7ac7def366
Add Chill context for event admins pages
2019-09-26 20:24:40 +02:00
be37d9d73a
improve phpspreadsheet participations list export
2019-07-18 12:12:59 +02:00
59668f45a2
phpSpreadsheet export participations list for an event
2019-07-17 17:30:46 +02:00
c26b4f1ae7
add export button, route and controller method
2019-07-17 11:53:56 +02:00
ad45e71051
minor changes
2019-05-02 19:27:31 +02:00
8c3c9c4a1f
new participation: add optional return_path to POST request
2019-05-02 16:19:28 +02:00
bd19110ecd
rename method
2019-05-02 15:20:02 +02:00
55afcc2184
move queries in repository
2019-05-02 15:10:16 +02:00
c2b5e0f767
rename PickSubscriptionType to PickEventType
2019-05-02 12:16:48 +02:00
ee8f303d25
subscribe a person since listByPerson context (issue #19 )
2019-05-02 12:08:09 +02:00
b2b6cb6d6a
disable csrf_protection on first step new event form
2019-02-08 17:31:08 +01:00
8bf4621911
were missing role and center in edit form
2019-02-01 16:18:49 +01:00
156f306daa
improve form attributes
2019-02-01 16:13:43 +01:00
4578625bb2
controller: merge newAction and createAction
2019-02-01 16:09:31 +01:00
aa02597541
adapt select moderator field in new event form
2019-01-29 14:28:27 +01:00
fda14a52e0
add a first step to pick center in new event form
2019-01-28 18:27:23 +01:00
a36c612542
invert sort list events
2019-01-25 13:29:47 +01:00
c235fb75a7
sort events by date (DESC)
2019-01-17 15:13:02 +01:00
42c9a24472
listByPerson, display only events for current circle
2019-01-17 14:33:31 +01:00
d07cbb15da
list events by person, add pagination
2019-01-17 14:31:45 +01:00
a9522d5b4b
add eventDispatcher for new page
2019-01-16 16:27:03 +01:00
735425f2fd
template page for list events participation by person
2019-01-16 16:24:09 +01:00
d89e440784
add item 'events participation' in person menu
2019-01-16 16:19:40 +01:00
bc30998164
fix edit events depreciations
2018-12-20 15:55:17 +01:00
403d1749e3
fix admin_event_role depreciations
2018-12-20 12:50:54 +01:00
7de5cf03b6
fix admin_eventtype depreciations
2018-12-20 12:40:12 +01:00
cf93fc10fd
fix admin_event_status depreciations
2018-12-20 12:38:42 +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
5bcff0cba4
allow to add single participation with persons_ids
2016-05-17 21:04:14 +02:00
54ac8d052f
fix bug on redirection when all required participation already exists
...
When we request multiple participations on an event, and all people already
participate on the event, the controller redirected to a route which provoked
a bad request error. Now, we redirect to the view route.
2016-05-17 20:41:03 +02:00
78c53fe7b0
[feature] allow to edit multiple participations at once
...
ref #7
2016-04-12 22:40:11 +02:00
c1b9069138
fix the possibility to add multiple participation
...
ref #6
2016-04-11 23:59:14 +02:00
9459d7a287
Allow to add multiple participation
...
The participationController accept a new parameter : `persons_ids`,
which must receive a comma-separated list of person ids. A participation
will be create for all those peoples.
The `new` and `create` actions does not allow to receive both
`person_id` and `persons_ids`.
Tests are added.
ref #6
2016-04-09 23:45:07 +02:00
93a5568aee
splitting function in order to prepare single/multiple adding association
...
ref #6
2016-04-07 23:29:22 +02:00
Marc Ducobu
9cdbd8303a
Removing code for Deleting an event
2016-03-25 10:10:15 +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
fdb2c094a6
Removing IndexAction from Event controller
2016-03-24 17:39:01 +01:00
8db8c8925c
add a link into section menu
...
Currently, the main link in section menu redirect
to a search which display the last events
ref #10
2016-03-24 15:19:23 +01:00