6db7f6827c
Update eslint baseline
2025-08-26 15:24:44 +02:00
3c60c57985
Adapt export list events to new export features
2025-08-26 15:18:08 +02:00
10aa36aae0
Set required to false for entitychoice filter field
2025-08-26 15:18:08 +02:00
eed9913a49
Allow select2 option for entityChoice filterOrderHelper
2025-08-26 15:18:08 +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
1092fc64ae
Fix voter for the create event permission
2025-08-26 15:18:08 +02:00
4e99b6ecbd
Allow filtering of event list by center and responsable
2025-08-26 15:18:08 +02:00
60d107b541
Create internal and external animators
2025-08-26 15:18:08 +02:00
4c3befe489
WIP change animator field to animator intern and animator extern
2025-08-26 15:18:08 +02:00
e176319775
WIP change animator field
2025-08-26 15:18:08 +02:00
5d810b4230
Add center to the show page of an event
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
d60312d4a2
Move styling to scss file and fix styling of participation list
2025-08-26 15:18:08 +02:00
d2454ae134
use key for column names in export
2025-08-26 15:18:08 +02:00
17c2cb1fdc
Add missing translations
2025-08-26 15:18:08 +02:00
94d7a2a0bb
Reverse deleting of organizationCost property on event entity to keep db data
2025-08-26 15:18:08 +02:00
aef1efc6cd
Add missing translations and add eventThemeType missing config
2025-08-26 15:18:08 +02:00
dd0c662c9e
Add missing description to migration
2025-08-26 15:18:08 +02:00
6b1696b62e
phpstan, rector, phpcs fixes
2025-08-26 15:18:08 +02:00
c4b760c452
eslint fixes and new baseline
2025-08-26 15:18:08 +02:00
69fe2a8256
Add translations
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
342b786106
Create export list of events
2025-08-26 15:18:08 +02:00
80a7437769
Update twig templates for display budget elements
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
27f0bf28e9
Adjust templates and translations
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
adc9c47d0a
Add event theme color for badge
2025-08-26 15:18:08 +02:00
e594b65d1e
Create event theme admin entity
2025-08-26 15:18:08 +02:00
c0826bc65c
Merge branch '400-add-filter-mes-actions' into 'master'
...
Add a filter to list for acpw where current user intervenes
Closes #400
See merge request Chill-Projet/chill-bundles!859
2025-08-18 16:26:20 +00:00
904f4e5ed9
Add a filter to list for acpw where current user intervenes
2025-08-18 16:26:20 +00:00
481f82b4c7
Merge branch '355-fusion-thirdparty' into 'master'
...
Resolve "Fusion des tiers"
Closes #355
See merge request Chill-Projet/chill-bundles!795
2025-08-18 15:34:48 +00:00
f5668592ca
Resolve "Fusion des tiers"
2025-08-18 15:34:48 +00:00
aa085a1562
**fix:** add min and step attributes to integer field in DateIntervalType
2025-08-06 17:35:45 +02:00
2754251fdc
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-08-06 14:20:29 +02:00
2f6cef4238
- **fix:** move closing motive up to be coherent with display elsewhere
2025-08-06 14:20:09 +02:00
2309636eae
- **fix:** adjust display logic for accompanying period dates, include closing date if period is closed.
2025-08-06 13:47:29 +02:00
56ec8fb516
Remove 'to_validate' as default for task filter
2025-08-06 09:05:39 +02:00
21e965449c
refactor(config): update service definitions for autowiring and controller configuration
...
- Enable autowiring for Chill\EventBundle\Controller
- Add default autowire and autoconfigure settings
2025-08-05 13:49:20 +02:00
88697ae83f
chore: update dependencies and configure services
...
- bump symfony/security-bundle to ^7.3 in composer.json
- enable autoconfigure for Chill\CalendarBundle\Controller services
2025-08-05 11:21:52 +02:00
10ba2aaea5
feat: update symfony/amqp-messenger to v7.3
...
- Added symfony/amqp-messenger v7.3 to dependencies
- Removed symfony/amqp-messenger v7.2 from dev dependencies
2025-08-05 11:03:43 +02:00
4b484bd16c
refactor(entity): use TrackCreationTrait and TrackUpdateTrait in AsideActivity
...
- Replace manual tracking of createdAt, createdBy, updatedAt, updatedBy with TrackCreationTrait and TrackUpdateTrait
- Remove related properties and methods
2025-08-05 09:04:22 +02:00