Lutsk, Ukraine
Account created on 7 May 2008, about 17 years ago
#

Merge Requests

More

Recent comments

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

We want to respect all people and companies that were taking part in Drupal Global Contribution Weekend Lutsk 2025 back in January.
With a bit of delay, but still for everyone: attendees, sponsors, partners, hosts, and volunteers!

The report details about mentors, sponsors, and volunteers will be available here:
https://www.facebook.com/media/set/?set=oa.934518842124605&type=3

Thanks to @all!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

We want to respect all people and companies that were taking part in Drupal Global Contribution Weekend Lutsk 2024 back in January.
With a bit of delay, but still for everyone: attendees, sponsors, partners, hosts, and volunteers!

The photo report is available here:
https://www.facebook.com/media/set/?set=oa.2507987712714139&type=3

Thanks to @all!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

We want to respect all people and companies that were taking part in Drupal Global Contribution Weekend Lutsk 2025 back in January.
With a bit of delay, but still for everyone: attendees, sponsors, partners, hosts, and volunteers!

The photo report is available here:
https://www.facebook.com/media/set/?set=oa.934518842124605&type=3

Thanks to @all!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ created an issue.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Hi @bramdriesen,
Here we’re: https://www.drupal.org/project/views_block_area/releases/2.0.0-rc1 β†’
‍‍‍‍‍‍ ‍‍
I’m not testing it much today. If/once any issue is raised, feel free to reach out to the issue queue :)
Our team plans to host the annual Drupal Contribution Weekend later this month.
And there is a chance we will look at and pick up a few more issues for this module.
‍‍‍‍‍‍ ‍‍
Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Christian, it normalizeQueryString for $_SERVER and $_REQUEST superglobals variables. We can just debug before and after overrideGlobals() to validate this (a quote from the previous comment):

overrideGlobals() does NOT change either $_GET["inline"] or $_REQUEST["inline"].

I have additionally run this code before and after overrideGlobals() executions:

        $values = [
          $event->getRequest()->query->all(),
          $event->getRequest()->query->get("inline"),
          $_GET["inline"],
          $_REQUEST["inline"],
          $_SERVER["REQUEST_URI"],
        ];

All variables are intact and unchanged. The code was run at clear Drupal11+reverse_proxy_header+media_entity_download (without any other modules).

At this point, there is no understanding of what exactly is changing by overrideGlobals().
Could you please provide:
- the exact variable / superglobal path / request object property which is changing?
- steps to reproduce the mentioned unnecessary redirect?

Thanks.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

All unused statements, variables, and everything related to unused GuzzleHttp Client have been removed.
Committed to 1.1.x-dev branch. Those changes will be a part of the next module release (1.1.2).

Thanks for raising the issue!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Hi @penyaskito,

It sounds a bit strange to me, as overrideGlobals() is called during form builds and other modules routines, etc.
So (maybe) it is more of an issue with the media_entity_download module itself.

Still, I have installed the media_entity_download module and cannot reproduce the issue.
Either for inline or attachment GET parameters for media download links, no additional redirects occur.

overrideGlobals() does not change either $_GET["inline"] or $_REQUEST["inline"].
As well, as $event->getRequest()->request->get("inline"); returns null before and after overrideGlobals().

Could you please provide a few more steps to reproduce?
Or, maybe the issue is gone on the latest Drupal 11 + reverse_proxy_header / media_entity_download versions?

Looking forward,

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

All the needed changes were applied at #3425451 and #3434248.
A new Drupal 11 compatible release 1.1.0 was created.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Hi @harivenuv,
Thanks for your contribution and the detailed description of the merge request!

Please be aware that you changed the 1.0.x branch (instead of the 3425451-multiple-ips-returning branch).
1.0.x, 1.1.x, etc. (as the development branches) should remain intact in the forks.
You also have committed some unrelated changes (a line break in the comment).

In addition, there was no test coverage. I have added those (with some code refactoring).
Committed to 1.1.x-dev branch. Those will be a part of the next module release.

Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ changed the visibility of the branch 3425451-multiple-ips-returning to hidden.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ changed the visibility of the branch 1.0.x to hidden.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Committed to 1.1.x-dev branch.
Those will be a part of the next module release.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

The provided MR fixes the issue.

It skips validations for the fields which are not presented in the form.
For example, the fields that are hidden in the "Manage form display".

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Thanks for your contribution.

1) It looks like we should check for the first valid IP address in some foreach (instead of picking up the first address in the list and checking its validity), isn't it?

2) The maintainer of this module works only with Merge requests (instead of patch files).

Looking forward,

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Thanks, fixed!

Committed to 2.3.x branch, the issue does not exist at 2.2.x branch.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Nice catch. Committed. Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ changed the visibility of the branch 3427635-readme.md-code-snippet-helptext to active.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ changed the visibility of the branch 3427635-readme.md-code-snippet-helptext to hidden.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

2.3.x branch is green now. Thanks.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

This one is tricky :)
The changes have been committed to both 2.2.x and 2.3.x branches.
Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

This one is covered at πŸ“Œ Automated Drupal 11 compatibility fixes for reroute_email RTBC . Thanks.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

The logo has been committed to 2.3.x branch.
It will be a part of 2.3.0-rc2 release (to be released soon).
Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

All the changes needed for D11 have been committed at #3455294-21: Automated Drupal 11 compatibility fixes for reroute_email β†’ .
Please see all the details on that issue.

Thanks.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Drupal 11 compatibility fixes have been committed to 2.3.x branch.
The minimum required Drupal version for 2.3.x branch is set to D10.2 (due to changes from πŸ“Œ [PHPUnit 10] Provide a static alternative to randomMachineName() and implement in data providers Fixed ).
The previous Drupal version (>9.4 and <10.2) is still supported within 2.2.x branch.

If no objection comes, all of those changes will be a part of 2.3.0-rc2 release (to be released soon).
Thanks!

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

bohart β†’ made their first commit to this issue’s fork.

πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine
πŸ‡ΊπŸ‡¦Ukraine bohart Lutsk, Ukraine

Legacy comment: in July we provided the archive with high-quality photos from Drupal events in Lutsk (Ukraine).

Production build 0.71.5 2024