Account created on 25 January 2011, over 13 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Attached a patch without the use of ->all()['page'] for avoid warning like

Undefined array key "page"

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Attached patch fixes issues

Symfony\Component\HttpFoundation\Exception\BadRequestException: Input value "page" contains a non-scalar value.

raised by the test bot

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Sorry, wrong patch name...

Rerolled #179 for 8.x-1.x

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Even with patch #21 I get some unwanted rollbacks when i run a migration group with the --group=... option.

The problem is due to the way the data is stored in the state variable. We need to add the migration id as the key of the array.

Attached a proposed patch and interdiff with #21

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

sorry, there is no point in checking repeatedly...

new patch attached

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Hi, sorry for my bad english.

This issue is still valid.

I have many d7 to d9 migrations suffering from this because, for example, d7_taxonomy_term_entity_translation states that entity_id will be integer, but the data coming from the db returns it as a string.

The approach used in patch #4/#17 might be incorrect because, if the id is an md5, the conversion might assume it's a numeric value when it doesn't contain letters and the strict in_array check will fail.

Attached a "workaround" that enforce the type of $source_id_values as stated by $source->getIds()

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Attached the proposed patch

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Attached re-rolled patch that include changes from #55 for 4.0.2 and 4.x version

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Patch 154 works well, but the part for altering metatags introduced in patch 147 is missing.

Attached the modified patch and the interdiff

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Same problem also on RouterPathTranslatorSubscriber. Attached a modified patch and the interdiff

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

The patch in #3111456-63: Unable to resolve path on node in other language than default โ†’ seems to work fine, but RedirectPathTranslatorSubscriber does not correctly take into account the language of the selected redirect.

Attached a modified version of the patch and the interdiff

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

@gintass the commit for #3204475: Review access checks โ†’ isn't included in 2.0.0-beta1 version

you need to install the dev version or wait for the 2.0.0-beta2 version

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Hi, thanks for this useful patch.

I need to get relative url of image style, so I've added a commit for implement chained token relationships for url.

now we can use a token like this:

[entity-type:your_image_field_name:image:style:your_image_style_name:url:relative]

I hope I wasn't wrong to directly add a commit on the issue fork

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

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

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

Reroll patch.

๐Ÿ‡ฎ๐Ÿ‡นItaly robertom

patch updated for branch 10.1.x-dev

it looks strange to check access before checking that link template exists

yeah, but it's the same order used in EntityListBuilder::getDefaultOperations

Production build 0.69.0 2024