c8e87ced35
Remove duplicate edit method in events controller
2024-07-17 13:29:14 +02:00
b8002d56ec
merge latest changes from upgrade-sf5 branch
2024-07-17 13:17:59 +02:00
116fe35ad2
Fix delete request for event status controller
2024-07-17 13:11:09 +02:00
5b95336bac
Fix event and participation voters
2024-07-17 13:10:51 +02:00
f9d5ba7778
Fix edit request for event bundle
2024-07-17 13:10:34 +02:00
f76379551c
Change namespace event voters for consistency
2024-07-17 13:08:48 +02:00
15094d5a91
Fix delete request for all entities
2024-07-17 13:05:14 +02:00
1079c7e394
Fix translation in event bundle using new pluralization syntax
2024-07-16 07:07:08 +02:00
ead1abb825
fix code style for symfony 5
2024-07-03 13:29:22 +02:00
54d045f261
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-07-03 13:19:41 +02:00
18df08e8c3
Do not require scope for event participation stats
2024-07-01 11:14:02 +02:00
87a6757e5e
Add eventBundle exports
2024-06-25 11:24:57 +00: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
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
b7e61c6747
merge master into module emploi branch
2024-05-15 14:26:51 +02:00
30955752c3
fix pipeline and add changie
2024-05-08 10:28:14 +02:00
d50d067bf7
added button for moderators and fixed participant styling
2024-05-08 10:05:37 +02:00
46c647cbb7
fixed events width
2024-05-08 10:05:27 +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
8e3322f578
rector rules for upgrade to php 8.2 and symfony 5.4 applied + php cs fixer
2024-04-19 10:56:49 +02: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
d6a6cc2572
Rename chill.role
tag to chill_main.provide_role
and optimize role provider
...
The `chill.role` tag has been renamed to `chill_main.provide_role` to prevent any confusion and make the namespaces more consistent. During this process, the class RoleProvidersCompilerPass was deleted, simplifying the role provision process by injecting tagged services directly into the RoleProvider. The change is also reflected in multiple YAML service configurations and explained in the MIGRATION.md file.
2024-04-03 17:14:02 +02:00
1d636f5e9e
Fix deprecations and code style issues
2024-03-07 15:26:58 +01:00
bbb167bb85
order user jobs alphabetically when returning all active user jobs
2024-02-26 13:36:44 +01:00
f251e6f100
upgrade phpunit: make data provider static
2024-02-14 12:28:14 +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
cf7338b690
Fix issues with inexisting fields
2024-02-08 21:00:16 +01:00
6e2cce9531
Event: add more fields: documents, organizationCost, note, and location
2024-02-08 12:59:52 +01:00
1fbbf2b2ad
fixup! Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:59:52 +01:00
e586b8ee5e
Event: move validation to annotation and add UniqueEntity constraint on Participation
2024-02-08 12:59:51 +01:00
6d04e477f8
Clean database, to avoid double participations on event
2024-02-08 12:59:51 +01:00
6b7b2ae522
fixup! Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:59:51 +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
d8bf6a195f
add creation and update information on events and participation
2024-02-08 12:59:50 +01:00
930a76cc66
use a PickPersonDynamic type in event bundle
2024-02-08 12:57:17 +01:00
d347f6ae60
Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:54:44 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00