MeiรŸen
Account created on 16 September 2014, almost 10 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Doesn't it make sense to implement this feature in a separate module, so that it can be used by other mail-sending-modules?

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Sorry #17 had a wrong base, patch corrected

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

PAtch #13 does not apply to D10.2.2 anymore. Attached the patch without functional changes

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

mmbk โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Si - that's OK, but woukd you mind to set the issue to RTBC if you think it's working?

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hi - I just added the patch for this in the original issue: https://www.drupal.org/project/honeypot/issues/3344479 โœจ Fix Expire description in tour Fixed

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

The updatehook 8104 fails when the tour module ist not installed.
So it has to be checked whether the service exists.

Patch is attached

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hmm this would be a patch for this module, but you added the attribute already.
Might be a browser issue as well, but I'm using the same browser in different tabs the stage (OK) and the localdev (Not OK)

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

mmbk โ†’ created an issue.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Sure - We are using GIN and I'm work with FF 115

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

mmbk โ†’ created an issue.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

The patch for save composer inclusion

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Yes, I just needed the same feature, this is working perfectly.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Yes it's working and not crashing anymore

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Found a problem here

+++ b/src/Plugin/views/area/ViewsAddButtonArea.php
@@ -326,7 +323,7 @@ class ViewsAddButtonArea extends TokenizeAreaPluginBase {
-      $text = $this->options['button_text'] ? $this->options['button_text'] : 'Add ' . $bundle;
+      $text = $this->options['button_text'] ? $this->options['button_text'] : $this->t('Add @bundle', ['@bundle' => $bundle]);
       $text = $this->options['tokenize'] ? $this->tokenizeValue($text) : $text;
       $text = t($text);

Found a problem here, when no custom text is configured, the t() in line 329 fails, because the argument is missing.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

module is working without problem on D10, patch already merged into 2.0.x, so it's fixed?!

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Patch #4 works as expected.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Working as expected, the nodes are counted correctely now!

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Implemented a view style for the slider.

The slider is configurated by a list of classes, that shall be applied to the slider.

There is a link to the swiffy slider configuration values, so that the classes can be easyly checked and changed.

There is a settings form, where the default classes, that are normally used on your site can be entered. These classes are inserted whenever a new view style is created.

I created an service for parsing of the configurator url and the used formfields. This service can be used by the field formatter as well. But I did not touch the formatter (this would be a different issue)

While looking at the parser, I found that the style attributes are not parsed correctly. Further more I did not understand why the data-* attributes are parsed, as I do not see where they are created by the configurator. Nevertheless I did not change the parser, and marked the location with @todo

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

@hexabinaer but the url is not readable at all. It would be useful if only the options are diplayed. (comma separated)

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

A local git apply is always helpfull o_O

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Patched - Render the link as link.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hmm I don't see the reason why the the composer install fails - as it is working in #3286790 ๐Ÿ“Œ Automated Drupal 10 compatibility fixes Fixed

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

This module is well covered by automated tests and all tests completed succeessfully for D9 & D10.
As this issue blocks upgrading existing sites from D9 => D10 I see no reason not to merge it.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hmm, this is an regression, the problem was fixed in 2.0.0-beta1, but reappeared later :-(
See https://www.drupal.org/project/simplei/issues/3327481 ๐ŸŒฑ Version 2.x feedback Fixed

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hmm, imho hook_help() is not mandatory. But a nice-to-have, but if it is present, I think it should explain, how it should be used. Personally I don't see any added value, when the description appears in the help section.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Hmm, @fenstrat the widget with the merge request contains a link plain diff that can be used for the composer patches.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

upgrade_status says the `core_version_requirement` is the only D10 issue in this project, so it is working.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

The failing test with postgres is not generated by this patch, it already fails with the 10.1.x-dex branch https://www.drupal.org/node/3060/qa โ†’

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

Working without problems with Drupal 10.0

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

This is working as expected. Seven & Claro Toolbars are colored nicely.

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

What kind of test do you mean ?
User testing or automated test.

I mean automated tests, they were already suggested at #15 ๐Ÿ› Radios element missing "required" attribute Needs work

Should i be the one to put the issue on RTBC

No definately not, I'ld like to have a review by a more experienced contributor

๐Ÿ‡ฉ๐Ÿ‡ชGermany mmbk MeiรŸen

@edwin-knol thank you for your work here, for me the result looks good.

I just wonder whether we need some tests here, if not I think it's RTBC

Production build 0.69.0 2024