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
51777f7365
Some file additions after rebase on master
2025-06-05 16:29:01 +02:00
b9a9983b88
Inject services, no longer available in container by default
2025-06-05 16:23:23 +02:00
9875f49374
Replace methods with injected services
2025-06-05 16:23:23 +02:00
640a7bcd0a
Correct injection of services
2025-06-05 16:23:23 +02:00
13a9e14450
Run symfonysetlist up to symfony_70
2025-06-05 16:23:21 +02:00
abb786495a
Run symfonysetlist symfony_62
2025-06-05 16:21:19 +02:00
8ec18a6fb8
Use [#MapEntity()] attribute to inject entity into method + for now set controller_resolver.auto_mapping to true
2025-06-05 16:21:19 +02:00
f282ffbfd4
Remove not null constraint in db on updatedat property for notification
2025-06-05 16:21:19 +02:00
27a2d8fdc8
Remove double services key: silent error triggering on this will be deprecated
2025-06-05 16:21:19 +02:00
1cb63bfe1d
Use FQCN::method to build CRUD routes
2025-06-05 16:21:19 +02:00
abfdf2ec6d
Inject managerRegistry and serializerInterface directly into controllers
2025-06-05 16:21:19 +02:00
cc20e8896f
Use userIdentifier instead of deprecated getUsername()
2025-06-05 16:21:19 +02:00
228b4f0b3d
set typed ?string properties to '= null'
2025-06-05 16:21:18 +02:00
b5bbf929f6
Uncomment necessary config
2025-06-05 16:21:18 +02:00
d9ce4e3ec6
Inject ManagerRegistry directly instead of getting from container
2025-06-05 16:21:18 +02:00
c08c909545
Remove NOT NULL constraint from created and updated properties
2025-06-05 16:21:18 +02:00
6cd17a8e36
Remove containerAwareInterface, no longer supported in sf72
2025-06-05 16:21:18 +02:00
e3b2b7c6d1
Make doctrine service available, no longer by default in scoped service locator
2025-06-05 16:21:18 +02:00
0337bca273
Adjust workflow config, label needs to be a string
2025-06-05 16:21:18 +02:00
8bb2e2dc37
Add missing return statement
2025-06-05 16:21:18 +02:00
1ee16d3446
Uncomment necessary controller config in mainbundle
2025-06-05 16:21:18 +02:00
e639289130
Remove ContainerAwareInterface from CustomFieldProvider.php
2025-06-05 16:21:18 +02:00
3d3347e547
Remove config for controller; Symfony will find and load them automatically
2025-06-05 16:21:18 +02:00
3f27d9e8fc
Class cannot be final if you want to use lazy proxy
2025-06-05 16:21:18 +02:00
ce98b9ae48
Use type attribute instead of annotations
2025-06-05 16:21:18 +02:00
d2bd17632f
Remove ContainerAwareInterface and extend Fixture instead
2025-06-05 16:21:18 +02:00
7cef5e3a76
Get session from requestStack instead of injecting SessionInterface
2025-06-05 16:21:18 +02:00
9726844a26
Remove this config. Symfony will still find and load controllers via annotations or attributes
2025-06-05 16:21:18 +02:00
f7ce3996ef
Add name argument to AsCommand attribute and replace Security service namespace with new namespace Symfony\Bundle\SecurityBundle\Security
2025-06-05 16:21:17 +02:00
6e21f2688f
Add getSupportedTypes method for (de)normalizerInterface implementations
2025-06-05 16:21:17 +02:00
17db59d221
Rector changes and immplementations of required methods
2025-06-05 16:21:17 +02:00
053b92b77c
Update configuration to comply with symfony 7.2
2025-06-05 16:21:17 +02:00
eab5a8be7b
Do not show job menu entry if user does not have necessary permission
2025-06-05 16:21:17 +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
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
bb41af4ed2
replace ck-editor by new CommentEditor on every vuejs components
2025-05-23 13:51:44 +02:00