ccfae1dc75
Merge branch '339-partage-d'export-enregistré' into 'master'
...
Partage d'export enregistré et génération asynchrone des exports
Closes #339 and #338
See merge request Chill-Projet/chill-bundles!800
2025-07-08 13:53:38 +00:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
c4cc0baa8e
Merge branch 'eslint-fix-issues-2025-07' into 'master'
...
Fix Eslint issues
See merge request Chill-Projet/chill-bundles!853
2025-07-08 13:38:51 +00:00
aed114c75c
Fix Eslint issues
2025-07-08 13:38:51 +00:00
e592b89c94
remove ux-translator from dependencies
2025-07-07 12:36: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
d193c50922
Merge branch '359-fusion-accompanying-period-work' into 'master'
...
Resolve "Fusion actions d'accompagnement"
Closes #359
See merge request Chill-Projet/chill-bundles!804
2025-07-02 10:53:17 +00:00
840ef6eed8
Resolve "Fusion actions d'accompagnement"
2025-07-02 10:53:16 +00:00
b4bbb1a456
Merge branch 'improve_person_resource_form' into 'master'
...
Improve person resource form
See merge request Chill-Projet/chill-bundles!846
2025-07-01 14:01:44 +00:00
606435a6b3
Pipeline corrections
2025-07-01 14:47:36 +02:00
404143f8a6
Merge branch 'improve_person_resource_form' of https://gitlab.com/Chill-Projet/chill-bundles into improve_person_resource_form
2025-07-01 14:34:39 +02:00
ec957a2fe3
Improve UX with better labeling in person resource form
2025-07-01 14:34:19 +02:00
8ed5e35f1a
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-07-01 14:33:27 +02:00
ec37676dab
release v3.12.1
v3.12.1
2025-06-30 20:35:00 +02:00
2d8cda30b9
Add localizeString
method to PickTemplate
component for string localization
2025-06-30 20:32:17 +02:00
27d344c97d
Release v3.12.0
v3.12.0
2025-06-30 11:00:42 +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
c53377ce8d
Merge branch 'workflow-do-not-remove-workflow-canceled-automatically' into 'master'
...
Remove unnecessary workflow deletion logic when in the initial position
See merge request Chill-Projet/chill-bundles!844
2025-06-30 08:40:46 +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
456f00566d
update juni guidelines
2025-06-26 12:19:49 +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
c2842148c6
Improve UX with better labeling in person resource form
2025-06-17 19:27:06 +02:00
10e4c7da23
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-06-17 18:45:25 +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
f680a35f49
Improve admin templates for event admin entities + activity reason (category) entities and remove delete and show actions for coherence
2025-06-11 17:13:19 +02:00
7d0fe06651
Fix admin entity edit actions for event admin entities and activity reason (category) entities
2025-06-11 16:46:04 +02:00
5ee8a6bc82
Merge branch 'upgrade-ci-image' into 'master'
...
Update CI configuration to use `chill/base-image:8.3-edge` instead of the old PHP 8.2 base image
See merge request Chill-Projet/chill-bundles!834
2025-06-05 10:10:41 +00:00
47cf83ef93
Update CI configuration to use chill/base-image:8.3-edge
instead of the old PHP 8.2 base image
2025-06-05 11:30:01 +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
67c1dfa42b
Merge branch 'prepare-junie' into 'master'
...
Clean skeleton (and add Junie guidelines)
See merge request Chill-Projet/chill-bundles!830
2025-06-04 08:13:36 +00:00
49cbb6a002
Clean skeleton (and add Junie guidelines)
2025-06-04 08:13:35 +00:00
4c0c66bdb4
Add installation dependencies and improve setup instructions
...
Expanded the installation guide to include required dependencies such as `jq`, `php`, `composer`, and `symfony-cli`, among others. Updated setup commands to include `-W` flag for better dependency handling and added a cache clear step to ensure proper asset compilation. These changes enhance clarity and streamline the installation process.
2025-05-30 15:30:19 +02:00
880a164793
Remove @symfony/ux-translator from dependencies
...
The @symfony/ux-translator package was removed from package.json as it is no longer required. This helps streamline the dependency list and reduce unnecessary maintenance overhead.
2025-05-30 14:02:47 +02:00
29c1ba3c2b
Fix compilation of app for calendar
2025-05-30 13:29:56 +02:00
397267f4b9
Merge branch 'replace-node-sass' into 'master'
...
Replace node-sass with sass and update bootstrap to version 5.3
See merge request Chill-Projet/chill-bundles!828
2025-05-28 15:04:59 +00: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
649ad26721
Resolve "Finish handling of internationalization in vuejs: handling translation of "translatable string""
2025-05-28 14:40:26 +00:00
a8c41141e8
Enhance note rendering with Markdown to HTML conversion in AccompanyingCourseWork/show.html.twig
...
Updated the note display logic to use the `chill_markdown_to_html` filter for better formatting and presentation. This change ensures that Markdown syntax in notes is properly rendered as HTML.
2025-05-28 16:36:03 +02:00
d82727f831
Update CommentEditor styles for responsiveness
...
Imported Bootstrap variables and updated styling to use responsive media breakpoints. Adjusted positioning of toggle buttons to ensure proper alignment on different screen sizes.
2025-05-28 16:36:03 +02:00
66bd63403b
Update event binding in CKEditor5 component template
...
Replaces the deprecated `@input` event with the `@update:modelValue` event to ensure compatibility with Vue 3. This improves handling of two-way binding for the `v-model` directive.
2025-05-28 16:31:59 +02:00
992e6d29d0
Merge branch '321-text-editor-fallback' into 'master'
...
Text editor: Add a toggle button to switch to simple text editor and add emoji and fullscreen to ckeditor toolbar
Closes #321
See merge request Chill-Projet/chill-bundles!827
2025-05-27 09:16:31 +00:00