f0f651edea
update cs after php-cs-fixer upgrade
2024-09-12 12:02:33 +02:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
63124f8f92
Fix type-hinting of DocGenObjectNormalizer and related
2023-11-21 13:37:23 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +02:00
1f2ecb923e
Remove unnecessary return types
2023-08-30 20:49:26 +02:00
bad3cdca09
Fix serializing collection with intersection types
2023-08-30 20:25:35 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +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
8a684734e7
Fixed: fix docgen normalization on household with "old" members
...
When a household had old members, the indexes of each "current" members
should be numerical and contiguous, to be transformed in a list. If this
is not the case, the members are mapped to an associative array.
This commit alter the generic DocGenObjectNormalizer to ensure that
the ReadableCollection are normalized using the
CollectionDocGenNormalizer as default, which do not preserve keys.
2023-05-16 23:30:02 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
9699e2304a
fix cs: declare type and license header mismatch
2022-10-06 22:25:43 +02:00
67c3f3a840
fix cs with licencse header
2022-10-05 17:08:14 +02:00
46ca74fc70
Merge branch 'master' into notification/completion
2022-01-10 16:11:06 +01:00
efc3e3915b
Docgen/action add missing goals
2022-01-10 09:35:26 +00:00
5cebcfddb7
fix cs ?
2021-12-25 22:51:58 +01:00
Pol Dellaiera
530ad497bc
cs: Fix code-style.
2021-12-21 12:13:20 +01:00
Pol Dellaiera
b743475761
sa: Fix all issues related to PHP versions and static-analysis.
2021-12-21 11:58:58 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +01:00
a25123ee38
add docgen:normalization for relation
2021-12-13 19:03:42 +01:00
64015479b1
improve docgen, trnslations, admin
2021-12-13 19:01:36 +01:00
839fb4a211
Squashed commit of the following:
...
commit 977863c2dd56d5c835f2a710cad7f7d3ba42da68
Merge: 5c37b419d 3eb7ffed1
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 14:45:21 2021 +0100
Merge remote-tracking branch 'origin/master' into docgen/improve-normalizer
commit 5c37b419ddf0b32b9950c33042396bba1860da84
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 14:37:05 2021 +0100
fix normalization for user and type in null value
commit 4469d46cdb19051fedec86bbb84e2351e6fcb72e
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 13:24:23 2021 +0100
add civility to person
commit 6cf92fbbde8f4d9f2f4763ec4ee88216257040f7
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 13:19:36 2021 +0100
fix person normalization: add a isNull on not null person
commit ed6087ff8fd47b80ea5e9526756fe5d032d478e3
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 13:08:46 2021 +0100
fix stan and cs issues
commit 8429c334c33b3545835cbde034fccaa529c134a7
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 13:08:36 2021 +0100
fix id type
commit 39ae00d172a9f29320a97abb8518b2ea48d89d9b
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sun Dec 12 12:52:41 2021 +0100
fix test and fix null or not-null value have same keys
commit 312fcc44c07affa7aa60f6c5fce58f9d1c564cc3
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sat Dec 11 03:27:30 2021 +0100
improve normalization wip
commit f91a29635827005fc58617dc1c9d210091372be5
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sat Dec 11 01:15:32 2021 +0100
improve normalization
commit 56060e5e6a2191ef441039fdc91a01fb4653a553
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Sat Dec 11 00:41:09 2021 +0100
handle changelog with translatable string
commit 9004686a13
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Fri Dec 10 01:10:55 2021 +0100
improve docgen wip
commit e266fa0e5d
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 21:50:56 2021 +0100
show errors from relatorio driver
commit 75ba56fa09
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 21:14:12 2021 +0100
add verification tool for admin
commit 12d6829b98
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 14:17:42 2021 +0100
fix type with phonenumber helper
commit 7b5e96771f
Merge: 8a9024de1
8a4748dc2
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 14:11:14 2021 +0100
Merge remote-tracking branch 'origin/master' into docgen/improve-normalizer
commit 8a9024de13
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 13:51:36 2021 +0100
add docgen:normalization for relation
commit 24a404964b
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Thu Dec 9 12:44:41 2021 +0100
docgen normalization for relation
commit 5d24bd4d11
Merge: 70ab23214
455b225f4
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 21:08:30 2021 +0100
Merge branch 'master' into docgen/improve-normalizer
commit 70ab232149
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 13:58:49 2021 +0100
improve docgen, trnslations, admin
commit 027c01fc58
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 12:23:24 2021 +0100
fix css block
commit fdc5127c74
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:57:16 2021 +0100
fix some error in test (wip)
commit b8d48f04ae
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:47:50 2021 +0100
fix tests (wip)
commit f1b1771d6b
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:35:00 2021 +0100
fix tests (wip)
commit 62dabbe1e7
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:14:46 2021 +0100
fix code style
commit 4101392190
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:13:49 2021 +0100
fix tests and type hinting
commit 3f1bed0b1c
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:05:41 2021 +0100
fix tests (wip)
commit 79fbdcdee4
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 11:05:29 2021 +0100
type hint User class
commit 3d8d79323e
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 10:56:30 2021 +0100
remove error messages
commit 32178e22fe
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 10:51:30 2021 +0100
fix tests (wip)
commit 60a8c20896
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 10:29:54 2021 +0100
update app
commit 9d8011da61
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 10:06:35 2021 +0100
fix loading origin
commit 789eeadb40
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 09:52:51 2021 +0100
fix loading fixtures for doc generator template
commit f206fdb08c
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 09:52:35 2021 +0100
fix code style
commit 9d5409d8d9
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 09:52:06 2021 +0100
fix casting
commit e297d82533
Author: Julien Fastré <julien.fastre@champs-libres.coop >
Date: Wed Dec 8 09:26:13 2021 +0100
fixes on tests [WIP]
2021-12-12 14:46:37 +01:00
fa5001265f
fixes on tests
2021-12-08 10:56:39 +00:00
ebd817f61e
fix cs
2021-12-06 17:27:57 +01:00
c4998f4ac1
normalization for docgen:read: add groups and so on (wip)
2021-12-06 13:18:59 +01:00
063ceb2c53
various improvements
2021-12-04 01:13:55 +01:00
6c1a946608
generate context for evaluations
2021-12-03 23:31:19 +01:00
9f43c99acc
handle finding returnType on property type on parent classes
2021-12-01 15:39:44 +01:00
Pol Dellaiera
cd3be25c22
cs: Remove duplicated headers.
2021-11-30 13:54:58 +01:00
Pol Dellaiera
47c5855a21
cs: Switch to a stricter way of coding - this might break in a lot of places.
2021-11-30 13:33:18 +01:00
Pol Dellaiera
28d2c42454
cs: Enable more risky rules.
2021-11-30 12:27:49 +01:00
Pol Dellaiera
91d12c4a96
cs: Enable risky rule static_lambda
.
2021-11-30 11:43:34 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
d0bf47e0d5
Bootstrap encoder for documents
2021-11-22 09:05:15 +00:00