Account created on 25 April 2008, over 16 years ago
#

Merge Requests

More

Recent comments

🇸🇮Slovenia primsi

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

🇸🇮Slovenia primsi

I did also try to improve the paragraphs integration. The serialization process being used makes it difficult to understand, what type of structure the library expects.

🇸🇮Slovenia primsi

This seems to have broken something. I tested in on our install profile and I think it worked fine. Now on plain Drupal I get this:

Error: Object of class Drupal\file\Entity\File could not be converted to string in Drupal\Core\Entity\EntityStorageBase->buildCacheId() (line 142 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).

Reopening.

🇸🇮Slovenia primsi

Rebased. Now merging this.

Thx.

🇸🇮Slovenia primsi

Thanks for this. Overall it seems to work fine. I just did a bit of cleanup mostly to avoid already saving the file.

🇸🇮Slovenia primsi

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

🇸🇮Slovenia primsi

Seems like fit=max being passed as one of the query arguments works fine if we want to ensure the image is inside the defined dimensions.

🇸🇮Slovenia primsi

If this works fine, not sure if Implement image resizing to save space Needs review makes sense any more.

🇸🇮Slovenia primsi

The (\d*|\d*\/\d*) was not really capturing the whole house numbers that contain slash, reversing the order to get that as well: (\d*\/\d+|\d+).

When adding the problematic address to the test, I saw that the or fix (|| > |) actually broke that (seems like the broken syntax was producing correct results for this case). But then I wasn't sure if we should try to solve it with a different regex, so I just added another if block.

I also added some trimming for the street and expanded the test cases quite a bit.

🇸🇮Slovenia primsi

Attaching patch version for composer.

🇸🇮Slovenia primsi

I am not sure about the test here. /antibot needs to be requested via POST, to not get the cached page, but I did just expand the existing Functional test.

🇸🇮Slovenia primsi

One note, Combine all items into a single document must be checked in the provider config, for this to work.

🇸🇮Slovenia primsi

Created an initial MR.

As proposed by @Berdir, a the MultipleCheckoutInterface is added.

To be able to test this, go to admin/tmgmt/sources, from Target language select Multiple, check the languages and then Request translations. Submit to provider. And then, if the provider implements that interface, multiple jobs will be passed to the provider via JobCheckoutManager::requestTranslationMultiple.

There is a MR for GlobalLink that implements that, which is WIP Send multiple jobs in a single batch Active

🇸🇮Slovenia primsi

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

🇸🇮Slovenia primsi

Moved the logic and .... after some struggle ... extended the test.

🇸🇮Slovenia primsi

Pushed first to fork 3.x :S Ignore that one, ... first day after holidays.

I went with the second suggestion from @Berdir

🇸🇮Slovenia primsi

Primsi changed the visibility of the branch 3.x to hidden.

🇸🇮Slovenia primsi

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

🇸🇮Slovenia primsi

I added a test, but didn't run it locally (because of some issue with running phpunit tests). Let's see how it goes.

🇸🇮Slovenia primsi

Thanks for the patch. I tested it and it works.

That being said, I am not sure if there is a better place to fix that. I was checking \Drupal\content_workflow_bynder\MigrationDefinitionCreator::buildMigrationDefinition but that's probably not enough.

Still setting to RTBC, then let's see what @Berdir says.

🇸🇮Slovenia primsi

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

🇸🇮Slovenia primsi

The ::submitForm() fails seems to be unrelated, but minor, so I fixed them here. The missing 'derivative' key one is related to this issue but it happens on non-image assets, so I just added an isset().

🇸🇮Slovenia primsi

Thanks for the MR and work. I tested the patch and added two comments.

From my perspective, same field name is completely fine. Maybe others have different opinions :)

🇸🇮Slovenia primsi

That is an implementation of hook_form_BASE_FORM_ID_alter for media library \Drupal\media_library\Form\AddFormBase::getBaseFormId. When you choose the Dropzonejs widget you basically choose a different form, which has its own unique form id.

Or am I missing somthing?

If the solution you found works for you, than I think that's the best you can do.

🇸🇮Slovenia primsi

Seems it's something we forgot to update after renaming some config fields.

🇸🇮Slovenia primsi

Rerolled the patch and added fix for a similar issue in GoogleAnalyticsMigrator. Haven't checked the issue from #5.

🇸🇮Slovenia primsi

I rebased. There is one more thing that @Berdir noticed: perimeter_honeypot_reject() needs to use the service instead of the class.

🇸🇮Slovenia primsi

Quick fix by doing the same as for other classes.

🇸🇮Slovenia primsi

After discussing with @Berdir, this could also be an option: that is to provide a way to override the value.

Interdiff is against #9

🇸🇮Slovenia primsi

Adding an option to truncate value length (not sure about the naming). If a profile uses separate fields for let's say name and surname, this can result in quite long first names and last names.

🇸🇮Slovenia primsi

Oh snap, this was already fixed in {#3396668}. Was working on alpha version so I noticed just now when I created the patch :) closing.

🇸🇮Slovenia primsi

That is clearly the wrong patch :) sry

🇸🇮Slovenia primsi

Not sure if I am missing something obvious. Also not sure if this is the correct approach.

🇸🇮Slovenia primsi

I just added an additional request to \Drupal\tmgmt_acclaro\Plugin\tmgmt\Translator\AcclaroTranslator::createOrder. Seems to work fine.

🇸🇮Slovenia primsi

Forgot to revert the service.yml change.

Production build 0.71.5 2024