3aa2666646
Rector sf62 changes
2025-10-02 16:31:50 +02:00
f2922018ce
Fix variable name for correct routing
2025-10-02 15:30:33 +02:00
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
1a847d36a0
Fixes in template parameters + remove budget elements when removing event
2025-08-26 15:18:08 +02:00
d916962d9b
Phpstan fix import Serializer instead of SerializerInterface
2025-08-26 15:18:08 +02:00
60d107b541
Create internal and external animators
2025-08-26 15:18:08 +02:00
e176319775
WIP change animator field
2025-08-26 15:18:08 +02:00
52b8eea069
Fix passing of id parameter to route
2025-08-26 15:18:08 +02:00
4bebeaeaaa
Fix wrong import of serializer
2025-08-26 15:18:08 +02:00
3969e12633
Fix cs and phpstan issues
2025-08-26 15:18:08 +02:00
6b1696b62e
phpstan, rector, phpcs fixes
2025-08-26 15:18:08 +02:00
bb71e084b8
Create address on the fly field in event form
2025-08-26 15:18:08 +02:00
13a9e14450
Run symfonysetlist up to symfony_70
2025-06-05 16:23:21 +02:00
f7ce3996ef
Add name argument to AsCommand attribute and replace Security service namespace with new namespace Symfony\Bundle\SecurityBundle\Security
2025-06-05 16:21:17 +02:00
17db59d221
Rector changes and immplementations of required methods
2025-06-05 16:21:17 +02:00
f0f651edea
update cs after php-cs-fixer upgrade
2024-09-12 12:02:33 +02:00
fb8a6d960e
Remove duplicate edit method in events controller
2024-07-17 14:20:15 +02:00
dd7d126bec
Fix edit request for event bundle
2024-07-17 14:15:48 +02:00
74be6460d4
Fix delete request for all entities
2024-07-17 13:33:05 +02:00
54d045f261
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-07-03 13:19:41 +02:00
87a6757e5e
Add eventBundle exports
2024-06-25 11:24:57 +00: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
bbb167bb85
order user jobs alphabetically when returning all active user jobs
2024-02-26 13:36:44 +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
2ed42e1a2c
Fix cs with php-cs-fier version 3.49
2024-02-08 21:12:27 +01:00
6e2cce9531
Event: add more fields: documents, organizationCost, note, and location
2024-02-08 12:59:52 +01:00
9b9c2774ad
Allow Pick*Type to submit the form when selection an entity, and apply inside Event
2024-02-08 12:59:50 +01:00
e902b6d409
Create a page which list events
2024-02-08 12:59:50 +01:00
930a76cc66
use a PickPersonDynamic type in event bundle
2024-02-08 12:57:17 +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
c6deb21606
replace old method of getting translator with injection of translatorInterface
2023-10-26 15:20:19 +02:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
6f11dffcbd
Remove deprecation linked to kernel shutdown
2023-08-31 18:36:37 +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
009a0326d9
Configure routes using annotation
2023-08-02 23:05:33 +02:00
e839b03cc9
Update path to twig template with new syntax
2023-07-28 12:16:50 +02:00
c20f65eebb
apply rector rules: symfony **UP TO** 44
2023-07-28 01:52:53 +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
nobohan
3cf8609e8f
[event] fix deprecation (type missing)
2022-07-04 17:20:03 +02:00
6da19b0135
replace fqdn in event bundle
2022-04-30 00:42:03 +02:00