Account created on 18 August 2020, about 4 years ago
#

Merge Requests

More

Recent comments

Merged. Will be released with 8.x-1.1 version

Merged. Will be released with 8.x-1.1 version

Closed as duplicate - already applied in Replace usage of generateString with generate in Media module 📌 Replace usage of generateString with generate in Media module Needs work

Closed as duplicate - already applied in Replace usage of generateString with generate in Media module 📌 Replace usage of generateString with generate in MediaDisplayTest Needs work

In drupal-3376945-2.patch the method toString() was applied incorrectly. Fixed and opened MR. All tests passed, so i moving issue to review.

In drupal-3376943-2.patch the method toString() was applied incorrectly. Fixed and opened MR. All tests passed, so i moving issue to review.

In drupal-3376942-2.patch the method toString() was applied incorrectly. Fixed and opened MR. All tests passed, so i moving issue to review.

Here a problem with moderation state module:
1. Create node - set up some metatags, set "published" to node, save.
2. Edit node - update metatags, set "draft" to node, save.
3. Edit node again - metatags form loads default values from published version of node, but not from the last revision.

Re-roll patch with fixes, also create MR to 8.x-1.x.
It also needed to update issue fork and change target branch to 2.0.x

EntityType does not have label() method, that why i get:
Error: Call to undefined method Drupal\Core\Entity\ContentEntityType::label() in Drupal\Core\Entity\TranslatableEntityLabelMarkup->getTranslatedLabel() (line 233 of /var/www/html/web/core/lib/Drupal/Core/Entity/TranslatableEntityLabelMarkup.php).

Updated patch: replaced label() with getLabel()

It is already fixed in the issue:
Add default autoconfigure to all *.services.yml and remove event_subscriber tags 📌 Add default autoconfigure to all *.services.yml and remove event_subscriber tags Fixed

I think we can close current issue.

Updated tests.
Here still one error, but it corresponded to Drupal\Tests\block\Functional\BlockCacheTest::testCachePerRole. Should we check and fix it in current issue?

Replaced Drupal::service() with $this->routeProvider in ViewExecutable::hasUrl().
Opened MR.

Removed web.config with all references.
Opened MR.

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

I added typehint and update validation logic: made it more consistent and understandable.
If it's OK, i will add unit test.

I find that getOriginal method already added to core/lib/Drupal/Core/Config/StorableConfigBase.php
It related to issue 3405800 🐛 Config collections do not trigger configuration events consistently Fixed
So should we close the issue?

I find that getOriginal method already added to core/lib/Drupal/Core/Config/StorableConfigBase.php
It related to issue 3405800 🐛 Config collections do not trigger configuration events consistently Fixed
So should we close the issue?

Small updates of description

Remove checking of translations in form.
Fix the bug with wrong starting point of batch.
Merged to release 1.0.3.

Thanks everyone for participating in this issue!

  1. According to PHP coding standards should be used const instead of define(), so need to make this:
    /**
      * The batch default size.
      */
    const BATCH_SIZE = 50;
    
    ...................................
    ->range(0, self::BATCH_SIZE)
    

    instead of

    define("PROCESS_COMMIT_BATCH_SIZE", 50);
    
    ...................................
    ->range(0, PROCESS_COMMIT_BATCH_SIZE)
    
  2. If main code changed - unit tests should be improved too. For now i see warnings and errors with current MR:
    https://git.drupalcode.org/issue/delete_entity_translations-3411374/-/pi...

Added typography_filter.module file with hook_help(). Open MR

Replaced "device-width" with "width" and "device-height" with "height" in pwa_extras.module according new info from https://drafts.csswg.org/mediaqueries/#mf-deprecated
"-webkit-device-pixel-ratio" doesn't have any effect, so it wasn't chenged.
Open MR.

I sent a message to flyke via contact page https://www.drupal.org/user/2750085/contact and mark "Send yourself a copy" (16 October 2023). Here the copy:


But still no response from flyke.
I move the issue to Drupal.org Project Ownership, is there anything else that can be done?

@gisle, thanks for detailed explanation.
I sent message to flyke, hope he responds)

Production build 0.71.5 2024