3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
dab80a84d8
Merge branch '235-add-date-filter-course-by-activity' into 'master'
...
Add dates in the filter "filter course by activity type"
Closes #235
See merge request Chill-Projet/chill-bundles!632
2023-12-07 15:25:09 +00:00
fe54e51362
Add dates in the filter "filter course by activity type"
2023-12-04 18:17:00 +01:00
b17b2a8cfb
Export: add export "number of household associated with an activity"
2023-12-04 16:39:01 +01:00
af6bee2497
Export: add an export which count persons on activity
2023-11-15 13:25:08 +01:00
cbc83c0e63
Export: add grouping "group activity by person" (activites saved in person context)
2023-11-13 15:29:01 +01:00
27012d842d
Export: add an ActivityPresenceFilter
2023-11-13 15:29:01 +01:00
4112e59af4
Export: add an ActivityPresenceAggregator
2023-11-09 17:35:34 +01:00
bb1602934c
Fix "group activity by creator job" aggregator
2023-11-07 16:07:24 +01:00
83fe3ec3fc
Export: add a "filter activity by creator job" filter
2023-11-07 16:06:22 +01:00
6fd80f9f2e
[export] fix data type from form: either collection or array
2023-11-05 23:08:13 +01:00
461995b56b
Merge branch '172-missing-exports' into 'master'
...
Fix some issues with exports
Closes #172
See merge request Chill-Projet/chill-bundles!601
2023-10-24 13:47:30 +00:00
617d09ab8a
Merge branch '179-remove-filter-by-center-in-exports' into 'master'
...
Resolve "Export: permettre de ne pas filtrer les résultats par centre"
Closes #179
See merge request Chill-Projet/chill-bundles!599
2023-10-24 13:18:03 +00:00
7bff5ce39e
DX: rename UserScopeFilter to CreatorScopeFilter
2023-10-24 14:17:08 +02:00
a6e930958b
[export] create a parameter that will force to skip the filtering by center (ACL) when generating an export
2023-10-19 17:19:28 +02:00
981dc6a959
[export] add a filter and aggregator on accompanying periods: group by activity type (accompanying course having at least one activity from this type)
2023-10-19 10:33:56 +02:00
11fb9bcd0b
[export] add a filter and aggregator on activities: filter/group by persons taking part to the activity
2023-10-19 10:33:55 +02:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
63e9d1a96f
[export] add a filter and aggregator on activity: by creator job
2023-10-16 11:52:03 +02:00
b4e5618e00
fix phpunit tests errors
2023-10-04 10:06:46 +02:00
fa3fc2c781
[export] fix activity filters/aggregators + tests: 'at' based on activity date
2023-10-03 19:43:16 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
4e27d71bea
Re-associate activity exports and filters
...
Some filter can work on both exports and lists associated to persons and accompanyings periods. They are moved to a more common namespace.
The modifiers in list are also fixed to allow an association with these filters.
2023-09-26 17:59:04 +02:00
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
1361e2bbf9
Fix test for TranslatableActivityTypeTest.php
2023-09-01 15:32:18 +02:00
37c1dfb0ba
fix tests implementing AbstractAggregatorTest
2023-09-01 15:07:37 +02:00
a197a6b418
fix tests implementing AbstractFilterTest
2023-09-01 14:21:03 +02:00
7c58880139
Remove usage of deprecated Role class
2023-08-31 17:08:18 +02:00
b85cd1b994
DX: apply rector rules for phpunit up to 90
2023-08-31 11:08:42 +02:00
c20f65eebb
apply rector rules: symfony **UP TO** 44
2023-07-28 01:52:53 +02:00
023a29cb78
apply rector rules: php up to php82
2023-07-19 23:19:50 +02:00
224c2c74e8
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php80
...
Conflicts:
src/Bundle/ChillActivityBundle/Controller/ActivityController.php
src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/DateAggregator.php
src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepository.php
src/Bundle/ChillActivityBundle/Service/DocGenerator/ActivityContext.php
src/Bundle/ChillCalendarBundle/Command/MapAndSubscribeUserCalendarCommand.php
src/Bundle/ChillCalendarBundle/RemoteCalendar/Connector/MSGraph/MSGraphUserRepository.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php
src/Bundle/ChillDocStoreBundle/Repository/PersonDocumentACLAwareRepository.php
src/Bundle/ChillEventBundle/Search/EventSearch.php
src/Bundle/ChillMainBundle/Controller/ExportController.php
src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php
src/Bundle/ChillMainBundle/Cron/CronManager.php
src/Bundle/ChillMainBundle/Entity/CronJobExecution.php
src/Bundle/ChillMainBundle/Export/ExportManager.php
src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php
src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php
src/Bundle/ChillMainBundle/Repository/NotificationRepository.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php
src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php
src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php
src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingPeriod.php
src/Bundle/ChillPersonBundle/Export/Export/ListHouseholdInPeriod.php
src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepository.php
src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodWorkEvaluationContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/PersonContext.php
src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php
src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
2023-07-17 12:49:13 +02:00
8391dbe448
Merge branch 'issue719_filter_activities_version_2' into 'master'
...
Filter the list of activities
See merge request Chill-Projet/chill-bundles!563
2023-07-12 16:11:10 +00:00
f7c11d3567
Feature: Add filters on activity list
2023-06-23 12:27:18 +02:00
4456fb3749
Fixing generic doc providers from calendar + fix cs
2023-06-13 11:01:40 +02:00
727e9d0f74
WIP: fix loading of activity document
2023-06-12 17:58:27 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
746ed4f5e5
DX: fix cs
2023-04-15 00:43:55 +02:00
858ade467c
DX: rector rules upt to PHP 74
2023-04-15 00:20:19 +02:00
19034ac1d8
Merge remote-tracking branch 'origin/master' into refactor-using-rector-202303
2023-04-15 00:07:09 +02:00
8bec6feb96
DX: fix ci and phpstan issues
2023-04-11 22:01:47 +02:00
94a099c30c
fix typo in échange gender
2023-03-31 12:29:00 +00:00
c8e33daf4b
change all translations using activité to using échange to make all chill versions coherent
2023-03-30 20:25:59 +02:00
b9a7530f7a
DX: apply rector rulesset up to PHP72
2023-03-29 22:32:52 +02:00
096e2f6e40
DX: fix cs
2023-02-17 22:20:09 +01:00
164beb3ca9
Fixed: [Activity] fix appearance of reason list in Activity form
...
Fix https://gitlab.com/Chill-Projet/chill-bundles/-/issues/44
2023-01-13 16:15:05 +01:00
055acbf43c
DX: more code style fixes
2022-11-07 11:30:51 +01:00
c07cd2b715
Fixed: [export][activity] use createdBy property instead of user for
...
grouping or filtering by creator
2022-10-14 21:55:02 +02:00
36590e7810
fix cs: mismatch header and strict type declaration
2022-10-06 22:25:45 +02:00