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
1f79985193
Rector file with symfonysetlist rules up to symfony_71
2025-05-28 16:10:59 +02:00
f4ed7e4254
Correct injection of services
2025-05-28 16:10:07 +02:00
382f20c6ad
Run symfonysetlist up to symfony_70
2025-05-28 15:46:25 +02:00
220110a403
Run symfonysetlist symfony_62
2025-05-28 15:17:20 +02:00
3fdf494f1c
Use [#MapEntity()] attribute to inject entity into method + for now set controller_resolver.auto_mapping to true
2025-05-28 14:58:59 +02:00
793dcbfa9a
Remove not null constraint in db on updatedat property for notification
2025-05-28 14:54:25 +02:00
f96ed1f5eb
Remove double services key: silent error triggering on this will be deprecated
2025-05-28 14:33:36 +02:00
8b9b427a1e
Use FQCN::method to build CRUD routes
2025-05-28 14:32:59 +02:00
2f3caafd10
Update framework recipe
2025-05-28 12:51:53 +02:00
fde10ebe71
Update symfony flex recipe
2025-05-28 12:49:33 +02:00
b7fc85a2c9
Update phpunit recipe
2025-05-28 12:48:53 +02:00
72b79f9af5
Update doctrine/annotations recipe
2025-05-28 12:42:57 +02:00
ab15ec8a4c
Inject managerRegistry and serializerInterface directly into controllers
2025-05-28 12:04:27 +02:00
c8f1e67fc7
Use userIdentifier instead of deprecated getUsername()
2025-05-28 11:23:51 +02:00
d5c09c853f
Set alias to inject container into AbstractController::setContainer()
2025-05-28 11:21:55 +02:00
a79b0b85dd
set typed ?string properties to '= null'
2025-05-28 10:47:23 +02:00
47c1282044
Uncomment necessary config
2025-05-27 15:19:28 +02:00
ce63506a1a
Inject ManagerRegistry directly instead of getting from container
2025-05-27 15:19:15 +02:00
8ab03473b7
Remove NOT NULL constraint from created and updated properties
2025-05-27 15:18:32 +02:00
ebaff8d170
Remove containerAwareInterface, no longer supported in sf72
2025-05-27 14:06:36 +02:00
46f9e4968b
Make doctrine service available, no longer by default in scoped service locator
2025-05-27 13:03:43 +02:00
344c5a1c3c
Adjust workflow config, label needs to be a string
2025-05-27 12:44:03 +02:00
50b590ae34
Add missing return statement
2025-05-27 12:43:45 +02:00
74fbd6feac
Update security config (guidelines sf64)
2025-05-27 12:43:35 +02:00
aa69a7ad62
Uncomment necessary controller config in mainbundle
2025-05-27 12:43:10 +02:00
bc0fae5c2e
Update symfony packages and necessary config (auto)
2025-05-27 12:42:41 +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
1321f5c734
Remove ContainerAwareInterface from CustomFieldProvider.php
2025-05-26 14:55:39 +02:00
262b7c5db3
Remove config for controller; Symfony will find and load them automatically
2025-05-26 14:55:15 +02:00
5283eddb15
Class cannot be final if you want to use lazy proxy
2025-05-26 14:54:47 +02:00
f7b0c49124
Use type attribute instead of annotations
2025-05-26 14:54:05 +02:00
5e32375dfe
Remove ContainerAwareInterface and extend Fixture instead
2025-05-26 14:32:06 +02:00
5cdfee40fb
Get session from requestStack instead of injecting SessionInterface
2025-05-26 14:19:01 +02:00
6e5dbe4e58
Remove this config. Symfony will still find and load controllers via annotations or attributes
2025-05-26 14:07:23 +02:00
d884d78617
Add name argument to AsCommand attribute and replace Security service namespace with new namespace Symfony\Bundle\SecurityBundle\Security
2025-05-26 13:58:12 +02:00
a5049ddefb
Add getSupportedTypes method for (de)normalizerInterface implementations
2025-05-26 13:49:05 +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
5c9396077d
remove "faked" entity and simplify template string in Activity index.js
...
Replaced multi-line template string with a cleaner single-line backtick template. This improves readability and maintains consistent formatting in the code.
2025-05-23 13:22:56 +02:00
9fcc1634f5
Rector changes and immplementations of required methods
2025-05-22 17:47:07 +02:00
d9a47fdee9
Update configuration to comply with symfony 7.2
2025-05-22 17:45:52 +02:00
1e5d676aa5
Do not show job menu entry if user does not have necessary permission
2025-05-22 15:25:11 +02:00