17 Commits

Author SHA1 Message Date
b7eeebfd43 sf4, setting new path for all config yaml files, and replace 'controller' path syntax in routes definitions 2020-08-03 18:05:32 +02:00
eefbd7ccce sf4, fix treebuilder depreciation 2020-08-03 15:50:56 +02:00
a9349becf7 replace dropdown for selecting reasons and use chillEntity for reason rendering 2020-04-21 14:41:40 +02:00
Mat
13333ed54a privacyEvent, add event to activity list and show actions 2018-10-16 15:39:30 +02:00
b4c50bccb4 insert entries in person menu dynamically, according to acl 2018-08-17 13:40:25 +02:00
6e8982958e re-enable fixtures with sf3 2018-05-04 22:49:38 +02:00
239ea38e92 add ACTIVITY_SEE_DETAILS role
This new role allow to see the details (remark + reasons) in the timeline.
2017-06-20 15:19:58 +02:00
faf5b7ca94 fix role hierarchy 2017-01-16 15:24:14 +01:00
a7dfc5e1bd moving export services definition to new file 2017-01-12 17:42:37 +01:00
1e476b39da adding the possibility to remove activities
fix #28
2016-06-08 21:26:30 +02:00
ffe15f2037 Merge branch 'master' into export 2016-04-15 23:21:34 +02:00
1ab0b95e74 order the type alphabetically
Improve also the form "TranslatableActivityType" to use the
TranslatableStringHelper.
2016-03-09 20:54:38 +01: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
7619b41cd4 adapting classes to new interfaces 2016-02-01 00:01:21 +01:00
eb11570541 add acl to activity + bootstrap php 2015-07-03 21:36:05 +02:00
Marc Ducobu
6d53ab6cb7 loading activity routes automaticaly 2015-07-01 16:34:03 +02:00
Marc Ducobu
452f3fba86 skeleton of the bundle 2015-06-30 22:07:55 +02:00