Account created on 11 February 2013, almost 12 years ago
#

Merge Requests

Recent comments

πŸ‡§πŸ‡ͺBelgium stefdewa

Sorry I didn't test it properly with empy values. Your MR looks good to me. I tested the list_classes configuration on my end with NULL, an empty string '', a string with one class and a string with multiple classes. This all works and the ToC keeps being generated without any erros in console.

πŸ‡§πŸ‡ͺBelgium stefdewa

Sure, no problem!

We are creating a sticky ToC that can be navigated like a slider. For that, we are combining this awesome toc_js module with a custom splide component. (Splide is a lightweight slider/carousel library, more info at https://splidejs.com/ ). The Toc.js module handles the automatic ToC generation and the splide component handles the slider behaviour.

A requirement for using the splide component is that specific classes are set on both the list (UL) and on the list items (LI). Adding classes on the list items is already possible, but adding classes on the list was not yet possible. Because adding classes was already possible for list items, it seems feasible that it would be OK to have this possibility for the list itself. Therefore, I added it here as a new feature.

Feel free to ask for more information if you need any!

πŸ‡§πŸ‡ͺBelgium stefdewa

Discussed with grietdk IRL.
Renamed recipes.README.txt to recipes.README.md (and updated composer.lock hash).

πŸ‡§πŸ‡ͺBelgium stefdewa

stefdewa β†’ made their first commit to this issue’s fork.

πŸ‡§πŸ‡ͺBelgium stefdewa

I looked into updating the tests, specifically the failing tests from
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest::testInvalidPluginDefinitions
which calls
core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest::providerTestInvalidPluginDefinitions.

The provider returns YAML with invalid ckeditor5 plugin definitions. The way I understand it, this YAML should define a FilterFormat that the ckeditor5 Editor uses. But how... that is not clear to me. Anyone have an idea on how this is done?

πŸ‡§πŸ‡ͺBelgium stefdewa

Updated MR with latest changes and fixed phpcs violations. Getting the tests green was a bit of a stretch for me. I'm leaving that for anyone with more knowledge of the expierence builder itself.

πŸ‡§πŸ‡ͺBelgium stefdewa

Having a go at the reroll and fixing the pipeline errors, at Drupalcon Barcelona.

πŸ‡§πŸ‡ͺBelgium stefdewa

Reviewed MR38, tested manually and it works!

πŸ‡§πŸ‡ͺBelgium stefdewa

This is no longer an issue on current 3.x. The logger instance is no longer passed in the constructor. This was changed in πŸ› SvgImageUrlFormatter parent construct wrong order Needs review which is part of 3.0.2.

I also manually tested and the error no longer occurs.

πŸ‡§πŸ‡ͺBelgium stefdewa

Stefdewa β†’ changed the visibility of the branch 3343987-missing-config-schema to active.

πŸ‡§πŸ‡ͺBelgium stefdewa

Stefdewa β†’ changed the visibility of the branch 3343987-missing-config-schema to hidden.

πŸ‡§πŸ‡ͺBelgium stefdewa

Stefdewa β†’ changed the visibility of the branch 2857402-domain-access-for to hidden.

πŸ‡§πŸ‡ͺBelgium stefdewa

Bumping version so I can create a merge request for the active development branch.

πŸ‡§πŸ‡ͺBelgium stefdewa

On D10.2.2 I got Symfony\Component\DependencyInjection\Exception\ServiceCircularReferenceException: Circular reference detected for service "maintenance_mode_subscriber" because of the overriding maintenance_mode service.

Added a new patch (and interdiff) for a fix.

It is probably better to use a service decorator here instead of overriding the service. Leaving that suggestion here for another day/person.

πŸ‡§πŸ‡ͺBelgium stefdewa

Confirming MR16 works when using Drupal 10.1.4, Monolog 3.0.1 and svg_image 3.0.1.

πŸ‡§πŸ‡ͺBelgium stefdewa

At the time that I created this issue, the problem was resolved for me when I used the two patches from #4. I agree that you don't include the patch I created because the problem should be solved upsteam. User joco_sp can still use the patch here if the patches didn't work for him for some reasen. I would keep this issue 'Closed' and wait until at least the core issue is resolved. Then, test again and revaluate.

πŸ‡§πŸ‡ͺBelgium stefdewa

I also required this to fix what is mentioned in #4. After applying the fix, the module still works for me. So setting to RTBC.

πŸ‡§πŸ‡ͺBelgium stefdewa

The issue is fixed in Drupal 10.1.2 . Issue πŸ› When AssetControllerBase delivers existing file should add content-type Fixed makes sure the correct Content-Type is specified (Fix in code: https://git.drupalcode.org/project/drupal/-/commit/6c8799d135b23bfadbf43... ). Lowering priority to 'Normal'.

Nonetheless, we can go forward with the change here because that reduces website calls.

πŸ‡§πŸ‡ͺBelgium stefdewa

Created a new MR based on the feedback of Berdir in #12 .

A sidenote: the function _token_core_supported_modules is no longer used but I kept it in because it was inside a comment in the install file.

πŸ‡§πŸ‡ͺBelgium stefdewa

Stefdewa β†’ made their first commit to this issue’s fork.

πŸ‡§πŸ‡ͺBelgium stefdewa

Added patch that puts the form alter code in a seperate function and use that function to also add the cshs to the widget from the menu_link module.

πŸ‡§πŸ‡ͺBelgium stefdewa

Patch loads the menus and uses their label as value where the key is the menu machine name.

πŸ‡§πŸ‡ͺBelgium stefdewa

Correct me if I'm wrong, I'm bumping the version to 2.0.x-dev because that's maintained. Added patch that url decodes the source url in migrate.

πŸ‡§πŸ‡ͺBelgium stefdewa

Updated test to use 'stark' instead of 'classy' as default theme.

πŸ‡§πŸ‡ͺBelgium stefdewa

Created MR that does what is asked.

πŸ‡§πŸ‡ͺBelgium stefdewa

Opened MR that does exactly this:

Increase this module's weight so alters from other modules (with weight 0) are run first. This way, when the page_cache_maximum_age options are re-used, the alters have run.

πŸ‡§πŸ‡ͺBelgium stefdewa

Having the same problem and the patch in #4 fixed it for me.

For me, the problem only happens in the backend. I'm using Drupal 9.5.2 with backend theme gin 3.0.0-rc1 .

Production build 0.71.5 2024