🇩🇪Germany @Christian.wiedemann

Account created on 14 July 2010, over 15 years ago
#

Merge Requests

More

Recent comments

🇩🇪Germany Christian.wiedemann

The logic was not working from my point of view. I refactored it a bit and added tests. Now it should work

🇩🇪Germany Christian.wiedemann

Happy about review. Works well now.

🇩🇪Germany Christian.wiedemann

christian.wiedemann → made their first commit to this issue’s fork.

🇩🇪Germany Christian.wiedemann

Thanks! We should realy take care about changes in UI Patterns.

🇩🇪Germany Christian.wiedemann

Ah shit. I will fix it. Sorry missunderstood the issue.

🇩🇪Germany Christian.wiedemann

christian.wiedemann → made their first commit to this issue’s fork.

🇩🇪Germany Christian.wiedemann

Looks good now

🇩🇪Germany Christian.wiedemann

Reuploaded the patch without binary changes. These leads to problem with my composer installation. Not sure why.

🇩🇪Germany Christian.wiedemann

Patch works with 1.8

🇩🇪Germany Christian.wiedemann

In the 3.x branch is a option if the content is resized or not. Can you check if the problem still exists?

🇩🇪Germany Christian.wiedemann

Hi, Is this still happening in the 3.x branch?

🇩🇪Germany Christian.wiedemann

I merged it to the 3.x branch. Thanks!

🇩🇪Germany Christian.wiedemann

Thanks! I merged it to the 3.x branch

🇩🇪Germany Christian.wiedemann

I merged it the 3.x branch. Thanks

🇩🇪Germany Christian.wiedemann

christian.wiedemann → made their first commit to this issue’s fork.

🇩🇪Germany Christian.wiedemann

thanks!

🇩🇪Germany Christian.wiedemann

I merged it to the 3.x branch

🇩🇪Germany Christian.wiedemann

I think it is duplicate of https://www.drupal.org/project/gin_lb/issues/3530489 ✨ Add alter hooks to allow external modules and themes to extend ContextValidator form ID logic Active . Will close it for now. Let me know if I am wrong

🇩🇪Germany Christian.wiedemann

I merged it to 3.x branch. Thanks for contributing.

🇩🇪Germany Christian.wiedemann

Hi, do you use the gin also for frontend theme? Maybe we switch the "if" to if gin is used as default theme?

🇩🇪Germany Christian.wiedemann

The idea is that *.pcss are only files which are included by other files.

🇩🇪Germany Christian.wiedemann

The decoration stuff was not straight forward as a thought. Drupal Core doesn't resolve references well for that reason loading our components fails because the validation is done before the reference loading is done. So we need to ensure that our service is the first one loads the components and cache them to the decorated service. This works well with Canvas because Canvas added it logic to setCachedDefinitions.

🇩🇪Germany Christian.wiedemann

Only one nitpic which is already wrong in the current MR
If Attributes is filled with "something" which is not an array and not attributes a type check would be good. (But this is also the case for attributes itself)
So a type check would increase the security:

  $prop = $element['#props']['attributes'];
  $prop_attributes = $prop instanceof Attribute
    ? $prop
    : (is_array($prop) ? new Attribute($prop) : new Attribute());

  $element['#props']['attributes'] = $element_attributes->merge($prop_attributes);
🇩🇪Germany Christian.wiedemann

Looks perfect.

🇩🇪Germany Christian.wiedemann

I checked that localy. Looks good from my side.

🇩🇪Germany Christian.wiedemann

Hi @gcalex5 can you check. @just_like_good_vibes can you have a short look.

🇩🇪Germany Christian.wiedemann

I removed the keys from corresponding configuration

🇩🇪Germany Christian.wiedemann

Ah yes I see. Is an easy fix.

Production build 0.71.5 2024