48bf359d2e
Restore feature to see chill assets style preview in dev environment
...
This commit introduces a new dev.assets.html.twig file and updates the chill.yaml file to add new paths for the SASS Assets tests.
2024-05-28 16:34:32 +02:00
60c7ea601c
Update form builder parameter in SearchController
...
Changed the first argument in the `createNamedBuilder` method from `null` to an empty string. This adjustment ensures the form factory correctly creates the builder in the SearchController.
2024-05-28 16:00:03 +02:00
06dd7dd4f5
apply rector rules
2024-05-28 14:58:09 +02:00
84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-05-28 14:16:01 +02:00
56d173046d
fix phpstan, cs, and rector rules
2024-05-28 12:54:56 +02:00
775535e683
refactor file drop widget
2024-05-28 11:25:59 +02:00
405aad7333
fix rome appellation selector and admin
2024-05-23 13:47:33 +02:00
33a6f9996e
remove dumps
2024-05-22 21:02:17 +02:00
dddb6d66bc
php cs fixes after merge
2024-05-22 16:44:02 +02:00
d34f9450b8
Merge branch 'add-module-emploi' of gitlab.com:Chill-Projet/chill-bundles into add-module-emploi
2024-05-22 16:43:02 +02:00
9ce1788a14
phpstan en rector fixes
2024-05-22 16:42:47 +02:00
068503a830
Merge branch 'master' into add-module-emploi
2024-05-15 14:36:36 +02:00
b7e61c6747
merge master into module emploi branch
2024-05-15 14:26:51 +02:00
f7f7e1cb1d
updated translation by changing translation in twig
2024-05-08 10:05:58 +02:00
a7ec7c9f37
fix pipeline for branch affichage metiers
2024-05-07 16:32:12 +02:00
73d6578a3a
Fix workflow configuration
2024-04-29 15:28:24 +02:00
28c986fddf
controller with crud logic + templates fixed for dispositif
2024-04-24 14:52:19 +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
c9e13be736
pipeline fixes for phpstan, cs-fixer, rector
2024-04-16 20:16:45 +02:00
b9b342fe44
Set isActive property for userjob
2024-04-16 20:09:00 +02:00
0bc9fff825
test still failing with error saying column phonenumber of relation users does not exist
2024-04-16 12:01:40 +02:00
25f93e8a89
fix typing
2024-04-16 12:01:40 +02:00
4e0d8e4def
fix userNormalizerTest by adding clock in the construct of UserNormalizer
2024-04-16 12:01:40 +02:00
1ecc825945
Correct 2 phpstan errors, condition is always true and wrong typing
2024-04-16 12:01:40 +02:00
addc623add
php style fixer
2024-04-16 12:01:37 +02:00
1b96deb4ee
try to fix userRenderTest: mock not working
2024-04-16 11:55:54 +02:00
835409cb94
work on userRenderTest
2024-04-16 11:55:54 +02:00
2121b3ef28
Add at_date to userRender for rendering the text
2024-04-16 11:55:54 +02:00
b46883fe36
Implement clockInterface in renderString method
2024-04-16 11:55:54 +02:00
8d58805abd
work on user render test
2024-04-16 11:55:54 +02:00
c3a799cb7d
work on test logic
2024-04-16 11:55:54 +02:00
bc683b28d6
update normalizers to take into account referrerHistory logic for accompanying period work
2024-04-16 11:55:50 +02:00
d91b1a70bf
work on userRender test
2024-04-16 11:52:58 +02:00
fbbf421d8b
Handle DateTime type for activity while DateTimeImmutable is expected
2024-04-16 11:52:58 +02:00
d0ec6f9819
Improve naming for 'at date' in user render component
2024-04-16 11:52:54 +02:00
dbb9feb129
rector correction: cast value to string
2024-04-12 12:35:52 +02:00
8de37a9ef3
Fix import of postal codes. URL changed + names of keys
2024-04-11 16:45:22 +02:00
ce655ed435
fix cs
2024-04-10 21:15:57 +02:00
38e5d9c7cc
fix task for symfony 5.4
2024-04-10 16:08:35 +02:00
680513a3a6
fix missing librairies
2024-04-10 16:08:09 +02:00
3df57c1569
Remove nullable parameter from createNamedBuilder call
...
The call to createNamedBuilder in EventController.php and ExportController.php was originally passing null as a parameter. This was generating PHPStan warnings. This commit replaces null with an empty string to comply with the method's expected types.
2024-04-10 12:43:25 +02:00
0b40d807bc
Implement HasCentersInterface in Household class (will fix access control)
...
The Household class now implements the HasCentersInterface and includes a method to get all centers associated with current persons in the household. This enhancement will allow fetching of all household-associated centers easier.
2024-04-10 12:43:04 +02:00
a3efae7831
Update budget element voter and improve form handling in permissions group
...
The base class of BudgetElementVoter has been changed to Voter, and the form handling in PermissionsGroupController has been improved for better validation. In addition, minor changes were made for better menu building and service configuration was updated. Unnecessary date validation in AbstractElement has been removed as well.
2024-04-10 10:31:00 +02:00
76fdd6d889
Add explicit controller definition requirement for APIs
...
Updated API creation to require an explicit controller definition. This change has been reflected in the ChillMainExtension and ChillPersonExtension files. Also, it has introduced a new exception, the InvalidCrudConfiguration, which will be thrown when a new API or CRUD is created without this explicit controller definition.
2024-04-08 19:06:47 +02:00
29d53c53a4
fixup! Fix configuration and usage of password hasher
2024-04-08 13:45:37 +02:00
8700352cf8
Fix configuration and usage of password hasher
2024-04-08 13:21:34 +02:00
19ffef156b
Fix use of Ordering constant in doctrine orm association
...
See https://github.com/doctrine/orm/issues/11313 for a follow-up
2024-04-08 13:10:38 +02:00