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
f2f22c359f
sf4, fix errors for activity, doc-store and async-uploader bundles
2020-08-03 16:43:47 +02:00
ed7b235321
install twig intl-extra, replace localizeddate filter by format_date
2020-08-03 11:10:39 +02:00
153dad83f9
adapt migrations files to flex
2020-07-31 15:54:18 +02:00
2cd48a5d91
sf4, repair errors and make basic and admin chill pages works
2020-07-30 17:34:45 +02:00
b111efb5c5
rename syntax for ChillMain twig template calls
2020-07-30 14:25:28 +02:00
651f80f003
sf4, fix section menu translations and add missing translations
2020-07-27 19:43:43 +02:00
9cccf86f92
sf4 deprecated: timeline builder was private service
2020-07-27 13:50:23 +02:00
6ccfa8a130
sf4 deprecated: migrate Doctrine ORM mapping to annotation
2020-07-24 20:20:28 +02:00
c69d6d6bb8
fix sf4 deprecated: remove sensio_framework messages
2020-07-23 15:21:14 +02:00
3d1a12dc8b
fix sf4 deprecated: improve relying AuthorizationHelper service
2020-07-23 12:51:07 +02:00
a9349becf7
replace dropdown for selecting reasons and use chillEntity for reason rendering
2020-04-21 14:41:40 +02:00
a316604fe1
Merge remote-tracking branch 'origin/master'
2019-01-11 13:26:53 +01:00
3e786f2e18
Add aggregator by user for activities
2019-01-11 12:30:57 +01:00
c00233331b
Merge branch 'master' into privacyEvent
2018-10-19 12:43:50 +02:00
13333ed54a
privacyEvent, add event to activity list and show actions
2018-10-16 15:39:30 +02:00
5959edb01a
[export] add filter "filter activity by activity type"
2018-10-05 11:21:45 +02:00
fad1821c2f
fix translation in exports / aggregator.
...
The activity type aggregator is shown.
2018-10-05 11:04:15 +02:00
6e8f72f5cc
fix error in user loading and validate scope/user consistency
2018-08-29 23:18:37 +02:00
b0ee67f8b5
handle menu with new menuBuilder api
2018-06-08 17:49:35 +02:00
6e8982958e
re-enable fixtures with sf3
2018-05-04 22:49:38 +02:00
e052de7bb0
add parameters.yml to gitignore
2018-04-13 14:17:45 +02:00
837beb4cb2
layout of timeline
2017-08-19 23:08:00 +02:00
7b9a036589
adapt to main layout for list
2017-08-19 21:47:57 +02:00
b154f5db65
improve layout of list
2017-08-19 20:11:45 +02:00
dff0d15647
add missing translation
2017-07-03 21:50:02 +02:00
87a3cd20ee
move test/Fixtures to a new directory
2017-07-03 21:49:21 +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
38d69f097c
fix translation and make hierarchy in roles
2017-04-19 21:26:22 +02:00
13f3a1f55f
add validation and translations
2017-02-26 01:04:02 +01:00
7a76868f6a
add validation to activityreasonaggregator
2017-02-26 00:12:52 +01:00
9bcd7a2c10
improve exports and filters
2017-01-31 15:34:41 +01:00
67c8c19885
improve exports & add new filter, export, aggregators
2017-01-17 00:34:32 +01:00
9ad651a5d8
rename ReasonAggregator => ActivityReasonAggregator for consistency
2017-01-12 17:59:06 +01:00
2997614a04
update export & aggregator & filter to new api + add tests
2017-01-12 17:42:37 +01:00
a7dfc5e1bd
moving export services definition to new file
2017-01-12 17:42:37 +01:00
9f3cdfdff8
improve layout of activity type form
2016-11-15 14:32:11 +01:00
5dda66342a
add an "active" field on activity type
2016-11-14 23:00:13 +01:00
09f46d804a
adding translation for export
2016-09-02 08:23:43 +02:00
ef76453fbc
add a title on page "list activities" and statement if empty
...
fix #16
2016-06-08 21:35:31 +02:00
1e476b39da
adding the possibility to remove activities
...
fix #28
2016-06-08 21:26:30 +02:00
Marc Ducobu
3e3cf707de
Merge branch 'master' of framagit.org:Chill-project/Chill-Activity
2016-05-06 16:32:34 +02:00
Marc Ducobu
79fa06640a
Improving the timeline UI
2016-05-06 16:31:04 +02:00
f863b9db24
adapt to new exportInterface
...
see Chill-project/Chill-Main#9
2016-04-25 21:58:04 +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
97df048dfb
add a placeholder in form. Force to choose a type
...
fix #5
2016-03-09 15:17:54 +01:00
3acea7967c
fix the layout of the forms
...
The layout is now consistent with the view page
2016-03-09 14:42:42 +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
c60d6acf97
An activity may have multiple reasons
...
The relationship between Activity and Reasons is now many-to-many.
Some improvement in show activity layout.
refs #4 #7
2016-02-22 14:48:35 +01:00