f0f651edea
update cs after php-cs-fixer upgrade
2024-09-12 12:02:33 +02:00
ad47804c91
Apply rector changes to Collection typing
2024-08-27 16:23:08 +02:00
15094d5a91
Fix delete request for all entities
2024-07-17 13:05:14 +02:00
e312929d86
php cs fixes
2024-04-24 10:16:54 +02:00
3929602f59
Revert "php style fixes"
...
This reverts commit 38fcccfd83e71a82eca5130d880f908cb2e855db.
2024-04-24 10:09:25 +02:00
38fcccfd83
php style fixes
2024-04-23 21:22:29 +02:00
ed3e0f889e
Rector changes + namespace changes
2024-04-23 17:43:23 +02:00
38e5d9c7cc
fix task for symfony 5.4
2024-04-10 16:08:35 +02:00
0ff4593863
Apply rector rules: add annotation for doctrine mapping
2024-04-05 13:11:42 +02:00
72016e1a21
Apply rector rules: add annotation for doctrine mapping
2024-04-05 00:01:30 +02:00
579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
d6a6cc2572
Rename chill.role
tag to chill_main.provide_role
and optimize role provider
...
The `chill.role` tag has been renamed to `chill_main.provide_role` to prevent any confusion and make the namespaces more consistent. During this process, the class RoleProvidersCompilerPass was deleted, simplifying the role provision process by injecting tagged services directly into the RoleProvider. The change is also reflected in multiple YAML service configurations and explained in the MIGRATION.md file.
2024-04-03 17:14:02 +02:00
1d636f5e9e
Fix deprecations and code style issues
2024-03-07 15:26:58 +01:00
f889d67e94
fixes after merge of master into upgrade-sf4
2024-02-12 22:31:16 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
27ce322690
upgrade php-cs-fixer to 3.47.0
2024-01-22 12:14:39 +01:00
3c8e59e088
php cs fixes after updating php cs fixer
2024-01-10 10:31:25 +01:00
825cd127d1
update php-cs-fixer and rector + fix rules
2024-01-09 13:50:45 +01:00
5703fd0046
Refactor code to directly use Doctrine's ManagerRegistry
...
Replaced most of the invocations of getDoctrine()->getManager() with ManagerRegistry->getManager(), and added ManagerRegistry injection to controllers where needed. This is part of an ongoing effort to improve code clarity, and avoid unnecessary method chaining in various parts of the codebase.
2023-12-16 19:09:34 +01:00
1098bafd3d
Replaced the deprecated 'self::$container->get' with 'self::getContainer()->get' using rector
...
This change is made to comply with the new Symfony standards and to avoid deprecation warnings for future versions. The update touches various functionalities, including retrieving EntityManagerInterface instance and various service classes within the test files.
2023-12-14 23:36:56 +01:00
da997badd9
Fix phpstan issues
2023-12-12 22:43:44 +01:00
f68deca992
Fix icu message
2023-12-12 16:13:58 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
6b8d6b76ba
Upgrade code from 146 to new standards
2023-10-16 18:04:40 +02:00
ef8ac6041a
Fix deprecation of transchoice
2023-10-02 17:46:19 +02:00
6a37079ee5
update config for tasks workflow to symfony 4.4+
2023-10-02 15:02:52 +02:00
bad302f512
Update template pathes to new syntax
2023-10-02 13:56:22 +02:00
5f8b86b839
apply rector rules after merging master branch
2023-09-27 16:01:59 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
c2c14be9d7
Remove setId methods
2023-09-21 09:57:14 +02:00
bdee637c9f
phpstan
2023-09-18 11:49:33 +02:00
8ed899a9c4
fix bug in abstract/singletaskplaceevent due to doctrine update
2023-09-18 10:47:10 +02:00
115d71ad34
php cs fixes
2023-09-14 15:56:39 +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
57a1a49fac
fix user filter not combining with other filters
2023-09-12 15:55:03 +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
6e2377b7ee
remove commented code
2023-09-12 13:21:58 +02:00
0355699a69
php cs fix
2023-09-11 13:53:40 +02:00
efd43c3791
refactor code after review
2023-09-11 13:53:09 +02:00
f770664798
phpstan fix
2023-09-11 13:06:07 +02:00
74645c065b
use different logic to decide whether mission type filter should be shown
2023-09-11 13:01:43 +02:00
36ca0fcbfc
php cs fixer
2023-09-08 10:50:57 +02:00
91c4c3c270
Merge branch 'master' into tasks_mission_type_filter
2023-09-08 10:49:44 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
7c58880139
Remove usage of deprecated Role class
2023-08-31 17:08:18 +02:00
e4e52234ad
Rector: apply rules for doctrine code quality
2023-08-31 10:35:52 +02:00
6275623f5e
FIX [task][filter] use config parameter for list of mission types
2023-08-21 11:40:30 +02:00
bc4af576bc
FIX [filter][missionType] reimplement mission type task filter
2023-08-21 11:24:33 +02:00