ab3d89904a
#426 Increased the number of required characters when setting a new password in Chill
2025-09-18 11:47:49 +02:00
7b60b7a8af
Fix document generation and workflow generation do not work on accompanying period work documents
2025-09-12 10:42:34 +00:00
db98519e65
Fix translations and close button modal for duplicate evaluation document
2025-09-11 14:21:05 +00:00
5b90d23367
Resolve "Dupliquer une document d'une évaluation vers une autre" + "Déplacer un document vers une autre évaluation"
2025-09-11 11:01:16 +00:00
1195b54a68
Resolve "user notification preferences are not displayed correctly"
2025-09-10 16:28:45 +00:00
2a280b814f
Refactor view templates: relocate 'merge' action block and standardize 'duplicate link' block handling
2025-09-09 17:36:46 +02:00
7db8a371fc
Resolve "Absence user: add end date"
2025-09-08 13:47:14 +00:00
9c1611d052
Add RoleDumper
and DumpListPermissionsCommand
to generate a markdown list of permissions
2025-09-05 16:55:45 +00:00
9e33aec594
Handle different export types in ExportConfigNormalizer and allow null/array checks for dataFormatter in ExportController
2025-09-03 21:10:58 +02:00
dfab223391
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
2025-09-02 16:14:13 +02:00
539752485c
Allow null values for alias and dataFormatter in buildExportDataForNormalization method
2025-09-02 16:13:48 +02:00
d204df0316
Merge branch '422-password-recover-layout' into 'master'
...
Resolve "Fix layout of password recover pages"
Closes #422
See merge request Chill-Projet/chill-bundles!869
2025-09-02 08:29:27 +00:00
juminet
82c02f442b
Resolve "Fix layout of password recover pages"
2025-09-02 08:29:26 +00:00
ea06a96f91
Add external identifiers for person, editable in edit form, with minimal features associated
2025-09-01 08:05:11 +00:00
1fa464b87a
Fix typo in 'uncheckAll' script for centers selection
2025-08-28 13:32:43 +02:00
eed9913a49
Allow select2 option for entityChoice filterOrderHelper
2025-08-26 15:18:08 +02:00
c4b760c452
eslint fixes and new baseline
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
adc9c47d0a
Add event theme color for badge
2025-08-26 15:18:08 +02: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
fe6e6e54c1
Show filters on list pages unfolded by default
2025-07-22 15:50:49 +02:00
ab8da4ab7a
Resolve "Notification: envoi à des groupes utilisateurs"
2025-07-20 20:18:49 +00:00
e3a6b60fa2
Revert "Merge branch 'ticket/supplementary-comments-on-motive' into 'master'"
...
This reverts merge request !855
2025-07-20 18:50:33 +00:00
63d0a52ea1
Ajout de commentaires supplémentaires aux motifs
2025-07-11 14:06:40 +00:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
aed114c75c
Fix Eslint issues
2025-07-08 13:38:51 +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
0b580658de
Remove unnecessary workflow deletion logic when in the initial position
2025-06-26 14:38:12 +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
49cbb6a002
Clean skeleton (and add Junie guidelines)
2025-06-04 08:13:35 +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
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
bb41af4ed2
replace ck-editor by new CommentEditor on every vuejs components
2025-05-23 13:51:44 +02:00
19dd4667f2
Integrate Vue-based editor with rich and simple mode toggle
...
Replaced CKEditor initialization with a Vue-based editor component. Introduced a toggle to switch between rich and simple editing modes, persisting the state in local storage. Updated CKEditor dependency to version 45.1.0.
2025-05-23 13:34:50 +02:00
976f293f28
Add Emoji and Fullscreen features to CKEditor configuration
...
Integrated Emoji, Mention (required for Emoji), and Fullscreen plugins into the CKEditor setup. Updated the toolbar to include respective buttons, enhancing functionality and user interaction.
2025-05-23 13:33:47 +02:00
ba571c1a69
Merge branch 'master' of https://gitlab.com/Chill-Projet/chill-bundles
2025-05-20 10:04:53 +02:00
b6d454691a
Git add desactivation date for social action csv export
2025-05-20 09:38:39 +02:00
f207599d86
Merge branch '352-remove-wopi-link-module' into 'master'
...
Resolve "Code mort: module wopi-link semble inutilisé"
Closes #352
See merge request Chill-Projet/chill-bundles!824
2025-05-16 08:33:57 +00:00
b0959f8cc5
Resolve "Code mort: module wopi-link semble inutilisé"
2025-05-16 08:33:56 +00:00
f6c98aa0d5
Add missing translation for user_group.no_user_groups
2025-05-14 14:53:50 +02:00
1d4ef19051
Add key to log messages context and add log prefix to enhance CancelStaleWorkflowHandler messages
...
Introduced a consistent LOG_PREFIX to all log messages in CancelStaleWorkflowHandler. This ensures clearer contextual identification in logs and improves traceability when debugging or monitoring workflow actions.
2025-04-16 21:03:29 +02:00
juminet
a7517eb647
Adding a second phone number to thirdparty entity
2025-04-15 12:59:57 +00:00