b363bd3425
fix CalendarRangeSyncerTest.php
2025-09-11 12:50:24 +02:00
6ceb1b9544
Attempt fix ActivityVoterTest.php
2025-09-11 12:44:06 +02:00
94b5c06d10
Fix TranslatableActivityTypeTest.php
2025-09-11 12:12:29 +02:00
895e1be9ef
Fix fixtures
...
- Inject parameters directly instead of getting from container
- User PasswordHasher instead of EncoderFactory
- set parameters directly and correctly encode values to json
2025-09-11 11:44:53 +02:00
94a0eb1a0a
Fix ActivityTest.php to use setParent() instead of addChild() method. Latest version of Doctrine stricter in keeping relationships synced.
2025-09-11 09:57:10 +02:00
cc8151546a
Undo inadequate fix of normalizers
2025-09-11 09:40:37 +02:00
4bd9e2ba7d
fix: update CRUD routing controller syntax
...
- Replace `:` with `::` for `_controller` to align with modern Symfony standards
2025-09-10 17:12:14 +02:00
509b2c2590
fix: circular reference problems during fetches
...
- Add code snippet to avoid circular reference in SocialActionNormalizer.php, AccompanyingPeriodWorkEvaluationDocumentNormalizer.php, AccompanyingPeriodWorkEvaluationNormalizer.php, and AccompanyingPeriodWorkNormalizer.php
2025-09-10 15:06:13 +02:00
3480495be1
fix: update configuration of TrackCreateUpdateSubscriber.php
...
- Update config to be conform with symfony 7.3
- Create unit test for TrackCreateUpdateSubscriber.php
2025-09-10 13:24:50 +02:00
4123aa6550
Merge branch 'master' into migrate_to_sf72
2025-09-09 17:42:28 +02:00
835d79a809
refactor: adjust TrackCreateUpdateSubscriber for strict types and improve user handling
...
- Add `readonly` class and typed method return values
- Replace `LifecycleEventArgs` with specific `PrePersistEventArgs` and `PreUpdateEventArgs`
- Simplify `DateTimeImmutable` instantiation
- Enhance user retrieval using variable assignment for type-checking
2025-09-09 17:41:03 +02:00
2a280b814f
Refactor view templates: relocate 'merge' action block and standardize 'duplicate link' block handling
2025-09-09 17:36:46 +02:00
ffeba3818b
refactor: improve test setup and entity references in SingleTaskControllerTest
...
- Remove unnecessary kernel boot in `setUp`
- Use DI container retrieval for entity manager
- Replace string class references with `::class` constants
2025-09-09 17:09:33 +02:00
f88718e263
fix: update CalendarTypeTest to use ATOM date format
...
- Adjust assertions to use `ATOM` date format for `startDate` and `endDate`
2025-09-09 16:08:27 +02:00
2433737df0
refactor: remove unused event arguments from entity listener methods
...
- Simplify method signatures by removing `$eventArgs` parameter
2025-09-09 16:01:17 +02:00
af7d635714
fix: update tests and exports to use consistent class references
...
- Use `NativeQuery` instead of `AbstractQuery` in `SummaryBudgetTest`
- Replace string entity reference with `Activity::class` in `ListActivity`
2025-09-09 16:00:55 +02:00
34213ac093
fix: allow null safe navigation in ByActivityTypeAggregator normalizeFormData method
2025-09-09 15:58:53 +02:00
8d6f76a8b7
Fix import of Security
2025-09-09 09:35:12 +02:00
941acea4d9
Merge branch 'master' into migrate_to_sf72
...
# Conflicts:
# src/Bundle/ChillEventBundle/Controller/EventController.php
# src/Bundle/ChillEventBundle/Controller/ParticipationController.php
# src/Bundle/ChillEventBundle/DependencyInjection/ChillEventExtension.php
# src/Bundle/ChillEventBundle/Entity/Event.php
# src/Bundle/ChillEventBundle/Form/EventType.php
# src/Bundle/ChillEventBundle/Menu/AdminMenuBuilder.php
# src/Bundle/ChillEventBundle/config/services.yaml
# src/Bundle/ChillEventBundle/config/services/controller.yaml
# src/Bundle/ChillMainBundle/Resources/views/Menu/user.html.twig
# src/Bundle/ChillPersonBundle/Controller/AccompanyingPeriodWorkDuplicateController.php
# src/Bundle/ChillPersonBundle/Controller/PersonController.php
# src/Bundle/ChillPersonBundle/Form/PersonType.php
2025-09-09 09:33:27 +02:00
230c758255
Update bundles to v4.3.0
v4.3.0
2025-09-08 16:05:09 +02:00
eafda987ae
Merge branch '412-absence-enddate' into 'master'
...
Resolve "Absence user: add end date"
Closes #412
See merge request Chill-Projet/chill-bundles!865
2025-09-08 13:47:14 +00:00
7db8a371fc
Resolve "Absence user: add end date"
2025-09-08 13:47:14 +00:00
0d0649dd31
Change route URL to avoid clash with person duplicate controller method
2025-09-08 14:51:54 +02:00
ac12b8cdcf
Merge branch 'add-permission-list-command' into 'master'
...
Add `RoleDumper` and `DumpListPermissionsCommand` to generate a markdown list of permissions
See merge request Chill-Projet/chill-bundles!874
2025-09-05 16:55:45 +00:00
9c1611d052
Add RoleDumper
and DumpListPermissionsCommand
to generate a markdown list of permissions
2025-09-05 16:55:45 +00:00
90e3043c3d
Junie guidelines: fix grammar and typos in development guidelines
2025-09-04 17:26:55 +02:00
af13bf9088
Update chill bundles to v4.2.1
v4.2.1
2025-09-03 21:12:21 +02:00
4aa65d69c7
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
2025-09-03 21:11:06 +02:00
9e33aec594
Handle different export types in ExportConfigNormalizer and allow null/array checks for dataFormatter in ExportController
2025-09-03 21:10:58 +02:00
f88bc7e9f0
Merge branch 'improve-local-storage' into 'master'
...
Improve error handling when saving objects to local disk
See merge request Chill-Projet/chill-bundles!872
2025-09-02 19:59:26 +00:00
8e78c41549
Improve error handling when saving objects to local disk by using dumpFile
with detailed exception logging.
2025-09-02 21:53:40 +02:00
6e36771349
fix changelog
2025-09-02 17:52:20 +02:00
7a82cae155
Release v4.2.0
v4.2.0
2025-09-02 17:13:28 +02:00
dfab223391
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
2025-09-02 16:14:13 +02:00
539752485c
Allow null values for alias and dataFormatter in buildExportDataForNormalization method
2025-09-02 16:13:48 +02:00
d204df0316
Merge branch '422-password-recover-layout' into 'master'
...
Resolve "Fix layout of password recover pages"
Closes #422
See merge request Chill-Projet/chill-bundles!869
2025-09-02 08:29:27 +00:00
juminet
82c02f442b
Resolve "Fix layout of password recover pages"
2025-09-02 08:29:26 +00:00
f32a9dc7bc
Merge branch '64-identifiant-personne' into 'master'
...
Add external identifiers for person, editable in edit form, with minimal features associated
See merge request Chill-Projet/chill-bundles!871
2025-09-01 08:05:11 +00:00
ea06a96f91
Add external identifiers for person, editable in edit form, with minimal features associated
2025-09-01 08:05:11 +00:00
76433e2512
Fix incorrect parameter name in event details link
2025-08-28 13:49:45 +02:00
1fa464b87a
Fix typo in 'uncheckAll' script for centers selection
2025-08-28 13:32:43 +02:00
77bccd5c4e
Remove deprecated ContainerAwareTrait
2025-08-27 17:01:06 +02:00
5ffa945a84
Remove Symfony and ChampsLibres folders
2025-08-27 17:00:49 +02:00
3a85d940e9
Replace deprecated ClassUtils
2025-08-27 16:41:40 +02:00
d2e7640652
Upgrade Doctrine ORM to 3.5.2
2025-08-27 16:33:10 +02:00
979b2955f6
Rector changes return typing
2025-08-27 16:32:44 +02:00
da240f5ce5
Use WorkflowInterface instead of Workflow
2025-08-27 16:01:01 +02:00
f91ab63b3a
Use $query->all() instead of ->() for non-scalar values
2025-08-27 15:59:56 +02:00
2ea8a03698
Use correct key for workflow labels
2025-08-27 15:58:48 +02:00
3b75f43e80
Update chill bundles to v4.1.0
v4.1.0
2025-08-26 15:43:21 +02:00