7895 Commits

Author SHA1 Message Date
da1ac0dd82 Create internal and external animators 2025-07-03 08:55:04 +02:00
893a65364c WIP change animator field to animator intern and animator extern 2025-07-03 08:55:04 +02:00
5a1c45f06c WIP change animator field 2025-07-03 08:55:04 +02:00
dcd267d870 Add center to the show page of an event 2025-07-03 08:55:04 +02:00
a20dcfbd6b Fix passing of id parameter to route 2025-07-03 08:55:04 +02:00
317ffb2ac1 Fix wrong import of serializer 2025-07-03 08:55:04 +02:00
de7f9fc542 Fix cs and phpstan issues 2025-07-03 08:55:04 +02:00
9b974b0f04 Move styling to scss file and fix styling of participation list 2025-07-03 08:55:04 +02:00
a96a1aa7a0 use key for column names in export 2025-07-03 08:55:04 +02:00
558d3580f5 Add missing translations 2025-07-03 08:55:04 +02:00
90424e6a9d Reverse deleting of organizationCost property on event entity to keep db data 2025-07-03 08:55:04 +02:00
eb0208a0ac Add missing translations and add eventThemeType missing config 2025-07-03 08:55:04 +02:00
ad7d1f1243 Add missing description to migration 2025-07-03 08:55:04 +02:00
520549f07b phpstan, rector, phpcs fixes 2025-07-03 08:55:04 +02:00
e538dc26a9 eslint fixes and new baseline 2025-07-03 08:55:02 +02:00
4c0eeb7b11 Add translations 2025-07-03 08:53:23 +02:00
c27ad4b502 Split budget elements in charges and resources column 2025-07-03 08:53:23 +02:00
4674865bbf Add new columns to export list event 2025-07-03 08:53:23 +02:00
6da974d1d1 Add animators property to event 2025-07-03 08:53:23 +02:00
a69c030606 Create export list of events 2025-07-03 08:53:23 +02:00
c2753948c9 Update twig templates for display budget elements 2025-07-03 08:53:23 +02:00
176c8027e4 Add event budget element entity, forms and event property 2025-07-03 08:53:23 +02:00
3ad26a0550 Create an event budget kind admin entity 2025-07-03 08:53:23 +02:00
4006db93dd Create address on the fly field in event form 2025-07-03 08:53:20 +02:00
2bbf97f53b Adjust templates and translations 2025-07-03 08:52:49 +02:00
2ac59ad763 Add field in event for themes 2025-07-03 08:52:49 +02:00
4895b31b2c Add event theme property to event entity 2025-07-03 08:52:49 +02:00
43ef54286a Add event theme color for badge 2025-07-03 08:52:49 +02:00
7964347cc5 Create event theme admin entity 2025-07-03 08:52:49 +02:00
70e75adb7d Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles 2025-07-02 13:57:20 +02:00
6f7015b152 Fix translations of form fields in admin for social actions 2025-07-02 13:56:41 +02:00
65dde1e6a0 Merge branch '390-fix-search-results' into 'master'
Fix participant condition in list_with_period.html.twig

Closes #390

See merge request Chill-Projet/chill-bundles!832
2025-07-02 10:59:17 +00:00
840ef6eed8 Resolve "Fusion actions d'accompagnement" 2025-07-02 10:53:16 +00:00
606435a6b3 Pipeline corrections 2025-07-01 14:47:36 +02:00
2d8cda30b9
Add localizeString method to PickTemplate component for string localization 2025-06-30 20:32:17 +02:00
088e5692e2 Merge branch 'improve_person_resource_form' into 'master'
Improve admin templates for event admin entities + activity reason (category)...

See merge request Chill-Projet/chill-bundles!838
2025-06-30 08:44:24 +00:00
298044bc82 Improve admin templates for event admin entities + activity reason (category)... 2025-06-30 08:44:24 +00:00
ee4e223043 Merge branch '393-fix-dump-only-document-generator' into 'master'
Send data dumps as email attachments instead of links, update translations,...

Closes #393

See merge request Chill-Projet/chill-bundles!843
2025-06-30 08:41:09 +00:00
0b580658de
Remove unnecessary workflow deletion logic when in the initial position 2025-06-26 14:38:12 +02:00
786c60a50d
Send data dumps as email attachments instead of links, update translations, and add unit tests for the handler. 2025-06-26 12:21:19 +02:00
a38116cca4
fix cs 2025-06-20 17:31:13 +02:00
nobohan
9158e33854 #392 php cs-fixer 2025-06-19 21:29:43 +02:00
nobohan
af74f7860b Fixed nullable content for NewsItem in setContent signature #392 2025-06-19 17:53:33 +02:00
bdf1cf71ba
Fix argument usage in localizeString method for UserRenderBoxBadge component
Adjusted `localizeString` method to accept a `label` parameter, ensuring proper localization of `user_job.label` and `main_scope.name`. Also made minor syntax adjustments to improve readability.
2025-06-17 10:55:30 +02:00
fca10ada71
Fix translation keys and participant pluralization in list_with_period.html.twig
Updated French translations for "Participants" and improved pluralization handling in accompanying_period keys. Modified list_with_period.html.twig to dynamically translate "Participants" based on the count of current participations.
2025-06-04 16:55:56 +02:00
a35d456308
Fix participant condition in list_with_period.html.twig
Updated the condition to properly handle cases where the first participation's person is not the current person.
2025-06-04 16:54:44 +02:00
49cbb6a002 Clean skeleton (and add Junie guidelines) 2025-06-04 08:13:35 +00:00
29c1ba3c2b
Fix compilation of app for calendar 2025-05-30 13:29:56 +02:00
df88c31c40 Replace node-sass with sass and update bootstrap to version 5.3 2025-05-28 15:04:59 +00:00
6f1fe1c118 Merge branch '379-translation-localization-vue' into 'master'
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""

Closes #379

See merge request Chill-Projet/chill-bundles!822
2025-05-28 14:40:27 +00:00