94d7a2a0bb
Reverse deleting of organizationCost property on event entity to keep db data
2025-08-26 15:18:08 +02:00
6b1696b62e
phpstan, rector, phpcs fixes
2025-08-26 15:18:08 +02:00
8c98242896
Split budget elements in charges and resources column
2025-08-26 15:18:08 +02:00
7eecfd3882
Add new columns to export list event
2025-08-26 15:18:08 +02:00
6713658569
Add animators property to event
2025-08-26 15:18:08 +02:00
8a38ce1a5c
Add event budget element entity, forms and event property
2025-08-26 15:18:08 +02:00
5d94bf0556
Create an event budget kind admin entity
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
383f588795
Add field in event for themes
2025-08-26 15:18:08 +02:00
e7a1ff1ac8
Add event theme property to event entity
2025-08-26 15:18:08 +02:00
e594b65d1e
Create event theme admin entity
2025-08-26 15:18:08 +02:00
9698a5e987
Clean migration of default definitions for entity properties
2024-11-29 12:06:40 +01:00
ba3fe6af8c
Fix pipeline phpstan, rector, php-cs-fixer
2024-11-20 12:16:29 +01:00
3f381c207d
Add a notnull constraint on property 'type' when creating an event status
2024-11-20 12:16:29 +01:00
bb848746d5
Merge branch 'upgrade-sf5' into signature-app-master
2024-08-28 13:23:12 +02:00
ad47804c91
Apply rector changes to Collection typing
2024-08-27 16:23:08 +02:00
85e2466611
Cherry-pick phpstan fixes after rector changes
2024-08-27 16:09:12 +02:00
c06e76a0ee
Implement context-specific voters for all current entities that can be linked to a document
...
For reusability an AbstractStoredObjectVoter was created and a StoredObjectVoterInterface.
A WorkflowDocumentService checks whether the StoredObject is involved in a workflow.
2024-06-27 11:31:39 +02:00
e312929d86
php cs fixes
2024-04-24 10:16:54 +02:00
3929602f59
Revert "php style fixes"
...
This reverts commit 38fcccfd83
.
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
1d636f5e9e
Fix deprecations and code style issues
2024-03-07 15:26:58 +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
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
d8bf6a195f
add creation and update information on events and participation
2024-02-08 12:59:50 +01:00
036fe8d6f8
upgrade php-cs 3.49
2024-02-07 10:43:53 +01:00
27ce322690
upgrade php-cs-fixer to 3.47.0
2024-01-22 12:14:39 +01:00
bc2041cbdd
apply more cs rules for php-cs
2023-10-17 13:27:03 +02:00
6b8d6b76ba
Upgrade code from 146 to new standards
2023-10-16 18:04:40 +02:00
e4e52234ad
Rector: apply rules for doctrine code quality
2023-08-31 10:35:52 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +02:00
023a29cb78
apply rector rules: php up to php82
2023-07-19 23:19:50 +02:00
075aca493b
DX: type-hing oneToMany and ManyToMany properties as collection
2023-07-19 16:21:17 +02:00
224c2c74e8
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php80
...
Conflicts:
src/Bundle/ChillActivityBundle/Controller/ActivityController.php
src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/DateAggregator.php
src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepository.php
src/Bundle/ChillActivityBundle/Service/DocGenerator/ActivityContext.php
src/Bundle/ChillCalendarBundle/Command/MapAndSubscribeUserCalendarCommand.php
src/Bundle/ChillCalendarBundle/RemoteCalendar/Connector/MSGraph/MSGraphUserRepository.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php
src/Bundle/ChillDocStoreBundle/Repository/PersonDocumentACLAwareRepository.php
src/Bundle/ChillEventBundle/Search/EventSearch.php
src/Bundle/ChillMainBundle/Controller/ExportController.php
src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php
src/Bundle/ChillMainBundle/Cron/CronManager.php
src/Bundle/ChillMainBundle/Entity/CronJobExecution.php
src/Bundle/ChillMainBundle/Export/ExportManager.php
src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php
src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php
src/Bundle/ChillMainBundle/Repository/NotificationRepository.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php
src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php
src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php
src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingPeriod.php
src/Bundle/ChillPersonBundle/Export/Export/ListHouseholdInPeriod.php
src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepository.php
src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodWorkEvaluationContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/PersonContext.php
src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php
src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
2023-07-17 12:49:13 +02:00
c19232de35
DX: fix phpstan issues
2023-07-05 22:37:51 +02:00
dde3002100
DX: apply rector rules up to php8.0
2023-04-28 22:30:33 +02:00
746ed4f5e5
DX: fix cs
2023-04-15 00:43:55 +02:00
858ade467c
DX: rector rules upt to PHP 74
2023-04-15 00:20:19 +02:00
856eea37ee
DX: fix phpstan errors
2023-02-04 00:50:58 +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
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