5efb284c5b
fix logger service injection
2021-02-12 16:39:33 +01:00
22efcf0c1d
Replace deprecated extends Controller by AbstractController
2021-02-01 18:17:33 +01:00
3d1a12dc8b
fix sf4 deprecated: improve relying AuthorizationHelper service
2020-07-23 12:51:07 +02:00
5eff3f33d8
fix action description in privacy events logs
2018-10-19 12:40:12 +02:00
b6ab04f3e3
add privacy event to edit, update actions
2018-10-19 12:36:59 +02:00
13333ed54a
privacyEvent, add event to activity list and show actions
2018-10-16 15:39:30 +02:00
6e8f72f5cc
fix error in user loading and validate scope/user consistency
2018-08-29 23:18:37 +02:00
nobohan
478e1c505d
fix deprecation: no more passing of type instances
2018-04-05 11:45:58 +02:00
nobohan
6327d25783
fix deprecations: use fqcn in the activity bundle
2018-04-05 10:34:41 +02:00
1e476b39da
adding the possibility to remove activities
...
fix #28
2016-06-08 21:26:30 +02:00
dfaa4b0968
ordering activities by date
...
fix #15
2016-06-07 13:58:53 +02:00
77b7333fea
Allow encoding of an activity with configuration preset durations
...
fix #11
The activity form allow to receive pre-configured activity durations.
Those duration can be configured through the option
chill_activity.form.time_duration :
```yaml
chill_activity:
form:
time_duration:
- { label: '12 minutes', seconds: 720 }
# - ...
```
If a pre-existing activity receives a different time, the time is added
to the list of pre-configured duration time.
2016-03-09 14:31:42 +01:00
fc8c018159
add tests for authentication/authorization
...
Check the user which access to creation, modification, list, is
authorized to see the user and have the permissions on activity.
2015-10-27 21:14:03 +01:00
e79ca23f2c
add test for complete activity crud (without errors)
...
+ fix some errors in controller (discovered with tests)
2015-10-08 18:24:49 +02:00
Marc Ducobu
c7962c8afd
Display only the activities of a person
2015-07-06 09:10:58 +02:00
e36c195ecf
add flashbag message for activity
2015-07-06 00:10:13 +02:00
e0561340a5
add layout for form, consistency with reports
...
- add buttons at the bottom
2015-07-05 23:58:15 +02:00
Marc Ducobu
a4e3089150
Debuging updating form
2015-07-05 11:42:33 +02:00
Marc Ducobu
e65f78ab31
Debug : enable creation of an acitivy
2015-07-04 20:38:13 +02:00
402ce86330
improve activity controller & rendering
2015-07-03 22:33:29 +02:00
Marc Ducobu
a0798c014e
mergin conflict
2015-07-03 09:48:39 +02:00
Marc Ducobu
faffdee1ab
Integration code generated
2015-07-03 09:40:30 +02:00
be78c25091
improve activity form
...
- create as a service with required depedencies (required for scope)
- add scope
- fix date show
- adapt controller accordingly
2015-07-02 23:36:43 +02:00
Marc Ducobu
86b24f58ac
First step of integration code generated
2015-07-02 15:41:11 +02:00
Marc Ducobu
5738de5033
Adding generated files
2015-07-01 13:34:14 +02:00