Account created on 10 May 2013, almost 12 years ago
#

Merge Requests

More

Recent comments

🇺🇦Ukraine sickness29

This patch has a wrong formatting, but still is used on our project

🇺🇦Ukraine sickness29

Reroll of the patch for 2.x-dev

🇺🇦Ukraine sickness29

This is used on our project. Reroll for latest 2.x

🇺🇦Ukraine sickness29

refactoring patch and leaving open as this is still used

🇺🇦Ukraine sickness29

Reroll of the patch from #149 for 1.9 version of the module. Keeping issue active as some projects still use this patch

🇺🇦Ukraine sickness29

Hey @dpi
I have created a new MR with a test and also added a fix from #15 with code quality fixes.
Please have a look

🇺🇦Ukraine sickness29

sickness29 changed the visibility of the branch 3319205-views-error to hidden.

🇺🇦Ukraine sickness29

Hey @dpi,
thanks for quick response.
I tried reproducing the issue on clean D11 with 2.8.x:
1. I have a published content in English which has draft Ukrainian translation.
2. When I go to the scheduled transitions for that unpublished Ukrainian translation I see correct status in From column.

So this is not reproducible on D11 and 2.8.x-dev.



Please let me know if I can provide anything else

🇺🇦Ukraine sickness29

I have tried to reproduce this on clean Drupal 11 and 2.8.x and it is not reproducible, so either we are fixing this for the version where it does not work or I am not sure what to do with this on 2.8.x version.

🇺🇦Ukraine sickness29

Hey @bojan_dev
updated the test to be Kernel one, please have a look.

🇺🇦Ukraine sickness29

Updated fork with recent changes from dev branch and also added unit test for new events

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Fixed code quality and added test, please have a look

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Added test for new normalizer, let me know if I can help more, thanks

🇺🇦Ukraine sickness29

@anybody fixed merge conflict, please have a look.
sure, I understand your concerns. anything I can do to help this process?

🇺🇦Ukraine sickness29

Added test for front end builder which checks translations management, found also issues with symmetric translation setup, so added fixes as well, please check and let me know if anything

🇺🇦Ukraine sickness29

This is already done and have test coverage on 2.0.x branch

🇺🇦Ukraine sickness29

Hi @sharkbaitdc
this issue is not reproducible on clean drupal instance, also I could not think of a test to add as no feature is broken when image/media paragraph is used, node edit works as expected despite your claims.
Please expand what exactly is not working and steps to reproduce this on clean drupal, thanks

🇺🇦Ukraine sickness29

I have added a functional test to test t=fr nested reference fields on node and paragraph inside that both use layout paragraphs.
Also adjusted method from base class to always use latest dialog title and save button in case we few dialogs deep.

🇺🇦Ukraine sickness29

Implemented the validate method that does the validation for the entity before submit to be able to set errors to bulk form fields. Previous patch just avoided errors and there was no validation errors shown to user.
Also added a test case that checks node save with empty title as right now it results in WSOD.

Hi @anybody,
I don't see point in disabling entity validation.
What the test you imagine for it would be? i.e. if enabled - we have proper validation errors on form and if disabled - WSOD?
Right now I feel like it's important step in saving entity that is being missed, which is a bug that may result in WSOD in certain scenarios

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Looks like dorg no longer runs tests for patches so making a new draft MR with test only

🇺🇦Ukraine sickness29

I have updated code to make sure this like is not producing warning.
It was added here btw https://git.drupalcode.org/project/views_bulk_edit/-/commit/6f4a52387f35...

Also attaching patch with test only.

🇺🇦Ukraine sickness29

Added new option and test case for it in the MR

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Added simple test to check the case when no fields are available for edit

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Added new test case to ViewsBulkEditActionTest to make sure new option is tested.
Also added changes to make this option work as isSyncing is not working for Drupal 10.3

🇺🇦Ukraine sickness29

Reviewed & Tested this on clean 5.2.x version and all is working. Attaching Postman details.

Setting this to "Reviewed & Tested" since it is working and maintainer needs to confirm that there's nothing to do here and close the issue. If you still have issues, make sure it's not related to your custom changes on the project. Thanks

🇺🇦Ukraine sickness29

Hi @dqd
this should now be fixed on latest dev version

🇺🇦Ukraine sickness29

Added unit test, feel free to suggest improvements

🇺🇦Ukraine sickness29

sickness29 made their first commit to this issue’s fork.

🇺🇦Ukraine sickness29

Created MR to add computed field which contains crop data for image. Now it should be available in jsonapi relationships under "crop"

🇺🇦Ukraine sickness29

Hi @murilohp
image widget crop does not allow to add multiple crop types per image style and it does not make sense.
Steps to reproduce is not accurate as you need to hack module code to make 5th point work

Hi @phenaproxima
please check my comment and move issue status to fixed if you agree. Thanks

🇺🇦Ukraine sickness29

Hi @candelas @woprrr
this issue is related to image_widget_crop module. crop module only provides api for image_widget_crop to use and README you have read was from image_widget_crop.

However there's indeed issue with using library files and it comes from https://www.drupal.org/project/image_widget_crop/issues/3002576 .
The description on textfields says "or leave empty to use the installed library (if present) or a CDN fallback" and the code added in related issue breaks that.
When you save empty values the cdn placeholders values are saved and all checks in image_widget_crop_requirements or image_widget_crop_library_info_alter won't be looking for libraries anymore because there is saved values in config.

🇺🇦Ukraine sickness29

I have adjusted the patch a bit to allow users to choose whether they want multiple value design for single value fields and also left single value widget styles and scripts. By default the option is disabled to maintain same behaviour for existing fields.

🇺🇦Ukraine sickness29

sickness29 changed the visibility of the branch 3394371-throbber-.gif-cant to active.

🇺🇦Ukraine sickness29

sickness29 changed the visibility of the branch 3394371-throbber-.gif-cant to hidden.

🇺🇦Ukraine sickness29

Hi @BramDriesen
that's done

🇺🇦Ukraine sickness29

Hi @andypost
thank you for your comments, MR created

🇺🇦Ukraine sickness29

Hi @wrd-oaitsd
please let me know more about datetime_extras module involvement in your issue.
From the description it seems you have a problem with empty_fields module and not this one

🇺🇦Ukraine sickness29

Hi @eojthebrave,
thanks for the feedback, I have prepared updated patch with fixes

🇺🇦Ukraine sickness29

Hi @jsacksick
good catches, thanks. I have fixed both cases

🇺🇦Ukraine sickness29

Not reproducible on 5.2.x-dev.
Tried to add '&' symbol to \Drupal\Tests\simple_oauth\Functional\TokenBearerFunctionalTestBase where clientSecret is randomly generated and it does not make any more tests fail.

🇺🇦Ukraine sickness29

Now you are able to adjust labels like so and patch will take care of using those labels.

/**
 * Implements hook_entity_type_alter().
 */
function test_module_entity_type_alter(array &$entity_types) {
  if (isset($entity_types['consumer'])) {
    $entity_types['consumer']->set('label', t('Test'));
    $entity_types['consumer']->set('label_collection', t('Tests'));
    $entity_types['consumer']->set('label_singular', t('test'));
    $entity_types['consumer']->set('label_plural', t('tests'));
  }
}
🇺🇦Ukraine sickness29

Removed test and related fixtures.
Also fixed deprecated call to installSchema in \Drupal\Tests\consumers\Kernel\NegotiatorTest

🇺🇦Ukraine sickness29

Fix to the machine name call to make it D9 and D10 compatible

🇺🇦Ukraine sickness29

Hi @eojthebrave
here I reworked test from #2 to work with D9+ and used a bit another approach with computed field.
I am posting only test here to make sure it fails and going to post another comment with test and fix

🇺🇦Ukraine sickness29

Hi @boromino,
I see. I have changed implementation by providing new Remove button and added command to remove abbr tag.
Now it's possible to add empty title and also possible to remove abbreviation altogether without need to remove text.

🇺🇦Ukraine sickness29

Added feeds to require-dev, hopefully it runs this time

🇺🇦Ukraine sickness29

Added feeds as test_dependencies to make sure feeds test runs.

🇺🇦Ukraine sickness29

Reworked implementation a bit so it uses \Drupal\time_field\Time::createFromHtml5Format() instead of hardcoded sample date.
Added feeds test as well.

🇺🇦Ukraine sickness29

Rerolled patch from #2 and added Functional test for time field which checks the field with couple values

🇺🇦Ukraine sickness29

Removing phpass in test modules list

Production build 0.71.5 2024