32d2bb002b
Remove no longer used annotation use statements and replace with attribute use statements
2025-10-01 18:38:41 +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
904f4e5ed9
Add a filter to list for acpw where current user intervenes
2025-08-18 16:26:20 +00:00
13a9e14450
Run symfonysetlist up to symfony_70
2025-06-05 16:23:21 +02:00
17db59d221
Rector changes and immplementations of required methods
2025-06-05 16:21:17 +02:00
313fb9ffdf
PHP CS Fixer updated (3.63.1 -> v3.64.0)
2024-09-04 14:38:56 +02:00
b6edbb3eed
Refactor StoredObject normalization handling
...
Deprecate and remove specific context constants from StoredObjectNormalizer. Update object properties for better clarity and add permissions handling. Introduce related tests and adjust other files relying on the old context constants.
2024-08-28 23:19:24 +02:00
74be6460d4
Fix delete request for all entities
2024-07-17 13:33:05 +02:00
84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-05-28 14:16:01 +02:00
47a928a6cd
Add DAV edit link to StoredObject serialization
...
Enabled the adding of access link, specifically DAV edit link to the JSON serialization of the StoredObject entity. The patch also adjusted the serializer groups of various attributes of StoredObject from "read, write" to "write". Lastly, these changes were reflected in the accompanying CourseWork Controller and the FormEvaluation Vue component.
2024-05-23 18:25:20 +02:00
579bd829f8
Apply rector rules: symfony up to 54
2024-04-04 23:30:25 +02: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
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
a21cefab31
Fix: last fixes for accompanying period work filters
...
- avoid errors when the user inverse date from and date to (we correct them)
- allow the user to filter by multiple users
- do not show filter by types if only one action type
- more type-hinting in the $filter argument for AccompanyingPeriodWorkRepository::findByAccompanyingPeriodOpenFirst
2023-07-14 09:23:23 +02:00
e0758215ba
FEATURE [repository] implement filter logic
2023-07-12 15:17:03 +02:00
20d5fabc18
[repository][action filter] integrating filters in repository
2023-07-06 13:39:08 +02:00
61982634a6
FEATURE add filter to the template
2023-07-05 16:05:51 +02:00
6c58e7eb3e
DX phpstan and cs-fixer
2023-07-05 15:50:08 +02:00
4b25970ce0
FEATURE [filter] start implementation of social action filter
2023-07-05 15:35:13 +02:00
459df26fef
DX: fix cs
2023-01-25 13:36:35 +01:00
6ab5e708ec
[backend] prepare new page: controller, route, link and minimal template
2022-12-14 14:58:50 +01: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
4314823a70
change order for accompanying period work list
2022-02-08 19:36:45 +01:00
Pol Dellaiera
8401ce2656
cs: Fix code-style (using PHPCSFixer and PHPCS).
2021-12-21 10:59:23 +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
3ea35682eb
cs: Second part - ignore test/app
subdirectory.
2021-11-23 14:34:34 +01:00
Pol Dellaiera
8f96a1121d
cs: Fix code style (safe rules only).
2021-11-23 14:08:50 +01:00
5651efe44d
fix phpstan errors
2021-11-13 11:42:26 +01:00
22bdf35eb0
minor fixes
2021-11-12 12:05:16 +00:00
nobohan
66c5c4c1d6
accompanying period work: translate flash message
2021-11-08 15:52:24 +01:00
nobohan
b4d21c23b2
accompanying period work: add logger interface
2021-11-08 14:50:15 +01:00
nobohan
d94c367e3d
accompanying period work: can delete the work
2021-11-08 14:47:50 +01:00
nobohan
6afd8ae3cd
accompanying period work: add delete twig
2021-11-08 13:52:23 +01:00
nobohan
e195434bf4
accompanyingPeriodWork: add action in controller
2021-11-08 13:52:23 +01:00
4933edaa94
share accompanying_course_work-list on resume page
2021-08-22 20:13:42 +02:00
0754d20622
fix form create + WIP form edit for Accompanying Period Work
2021-06-22 22:59:34 +02:00
b53f6af8d8
add api for getting goal and results by social action and goal
2021-06-22 16:08:53 +02:00
3abfdbf6fd
first impl for create form
2021-06-18 19:41:58 +02:00