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
a0392b9216
replace some entity shortcut by fqdn
...
* ChillPerson:Person
* ChillMain:Center
* ChillActivity:Activity
2022-04-30 00:20:18 +02:00
5ff47050ff
replace deprecated TranslatorInterface by new one
2022-02-17 17:20:47 +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
28d2c42454
cs: Enable more risky rules.
2021-11-30 12:27:49 +01:00
Pol Dellaiera
91d12c4a96
cs: Enable risky rule static_lambda
.
2021-11-30 11:43:34 +01:00
Pol Dellaiera
a9188355c5
cs: Enable more risky rules.
2021-11-30 11:37:57 +01:00
Pol Dellaiera
c8195e6df5
cs: Enable more risky rules.
2021-11-30 11:28:52 +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
eaa0ad925f
fix folder name
2021-03-18 13:37:13 +01:00