Lutsk
Account created on 28 December 2021, over 3 years ago
#

Merge Requests

More

Recent comments

🇺🇦Ukraine ankondrat4 Lutsk

Hello @netgeek123

Did you try to use changes as in proposed patch #2?

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

I have added code to fix warning: file_exists(): Unable to find the wrapper that sometimes happens on line 140

Please review.

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

Tested with the last changes. All works as expected from my side.
+1 RTBC.

🇺🇦Ukraine ankondrat4 Lutsk

Hello @dydave,

I have reviewed your changes and refactored the code. We don't need to run twice reseting the cache query string added to all CSS and JavaScript URLs. Function _drupal_flush_css_js() equals the same as we have in module: $this->state()->set('system.css_js_query_string', base_convert($this->time->getCurrentTime(), 10, 36)); So I propose to stay it without depending to core. functions.

/**
 * Changes the dummy query string added to all CSS and JavaScript files.
 *
 * Changing the dummy query string appended to CSS and JavaScript files forces
 * all browsers to reload fresh files.
 */
function _drupal_flush_css_js() {
  // The timestamp is converted to base 36 in order to make it more compact.
  Drupal::state()->set('system.css_js_query_string', base_convert(\Drupal::time()->getRequestTime(), 10, 36));
}

Please review and feedback — thanks!

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
Maybe we need to do some changes according to these news?

Changes to Merchant Initiated Transactions on ApplePay and GooglePay
https://developer.paypal.com/braintree/docs/guides/apple-pay/client-side...

🇺🇦Ukraine ankondrat4 Lutsk

Hi @nidhi27
Yes, you can.

🇺🇦Ukraine ankondrat4 Lutsk

I’ve pushed a proposed improvement to the issue fork.
The patch enhances the flushJsCss() method to invalidate asset-related cache tags and trigger regeneration of CSS/JS aggregates.

MR !129 is ready for review and feedback — thanks!

🇺🇦Ukraine ankondrat4 Lutsk

A little bit confusing update and request. Why we need to forbid adding different types of order items to the order?

🇺🇦Ukraine ankondrat4 Lutsk

ankondrat4 changed the visibility of the branch 3394728-saving-a-media to hidden.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
This issue related to module file of Drupal core core/modules/file/src/Element/ManagedFile.php

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
Thank you, changes were added to the new release.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

This module doesn't use for replacement of original fields or uploaded files. It is only for compressing files that attached to entity and it allows to download all files as 1 archive.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
You are right. We have changed description. Thank you!

" File Compressor field module only gives support for File and Image fields."

🇺🇦Ukraine ankondrat4 Lutsk

Checked issue fork webform_submission_files_download-3435687 and MR!3 on Drupal 11. All works as expected.
+1 RTBC

🇺🇦Ukraine ankondrat4 Lutsk

Hello olmyr!

I have tried to apply MR!3 to drupal/webform_submission_files_download (2.0.2), but couldn't do it...

🇺🇦Ukraine ankondrat4 Lutsk

+1 RTBC for patch #7. Hitting performs search on the entered text now.
Thank you.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

I have the similar issue after upgrading Drupal core to 2.5.6 version.
Adding "application/octet-stream" to one of file type at /admin/structure/file-types temporary resolved the issue, but didn't in common. If you have many file types, the file type of uploaded file will be assigned to the first which has this mime "application/octet-stream" as allowed.

Steps to reproduce:
- Drupal core 10.2.6
- Create file types: Document, Image, Video
- Add to file type Document mime "application/octet-stream"
- Add to file type Image mime "image/*"
- Add to file type Video mime "video/*"
- Upload some image in field of your CT
- Check which type was assigned to your file on admin/content/files and see that it is "Document", not "Image"

🇺🇦Ukraine ankondrat4 Lutsk

It changes order in class, but it still "row" and "bs_grid"
+1 RTBC MR !22

🇺🇦Ukraine ankondrat4 Lutsk

After run drush command in/drush deploy got this error:

PHP Fatal error:  Declaration of Drupal\request_cleanup\StackMiddleware\Cleanup::handle(Symfony\Component\Http  
  Foundation\Request $request, $type = self::MASTER_REQUEST, $catch = true) must be compatible with Symfony\Component\HttpKernel\HttpKernel  
  Interface::handle(Symfony\Component\HttpFoundation\Request $request, int $type = self::MAIN_REQUEST, bool $catch = true): Symfony\Compone  
  nt\HttpFoundation\Response in /var/www/html/docroot/modules/contrib/request_cleanup/src/StackMiddleware/Cleanup.php on line 46

Added changes and open MR.

+1 RTBC.

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
Added patch for Drupal core 10.2.6

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

Sorry, It's related to my custom patch and doesn't reproduce in 1.6 version.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

We have applied patch #9, but sometimes we have this error when go to Content dashboard

Uncaught PHP Exception Symfony\Component\Routing\Exception\RouteNotFoundException: "Route "view.block_content.page_1" does not exist." at /mnt/www/html/docroot/core/lib/Drupal/Core/Routing/RouteProvider.php line 206

Seems patch #9 doesn't fix the issue as well(
Workaround, clearing Drupal caches...

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

I have the same issue on my current Drupal core 10.1,5. Module enabled as expected but after clearing cache I have this issue and it blocked my site.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
+1 RTBC for patch #14 and MR !56 on Drupal 10.

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

+1 RTBC for MR6.
It works as expected on Drupal 10.

🇺🇦Ukraine ankondrat4 Lutsk

Hello @sakthi_dev

We have pipeline with phpcs in this module)))) FYI: https://git.drupalcode.org/issue/ultimate_cron-3421334/-/jobs/815693

🇺🇦Ukraine ankondrat4 Lutsk

Please review MR !401

🇺🇦Ukraine ankondrat4 Lutsk

ankondrat4 changed the visibility of the branch 3421103-drupal-coding-standarts to hidden.

🇺🇦Ukraine ankondrat4 Lutsk

I have used on local rules: Drupal, DrupalPractice for extensions: twig,css,inc,install,module,php,profile,test,theme,module/php,install/php,js
Ok, I will create separate branch to fix only Drupal coding standards that proposed in pipeline from .gitlab-ci.yml

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

@abramm TY

Please, review.

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

MR !82 is ready for review. We have fixed Drupal coding standards.

https://git.drupalcode.org/issue/redirect-3376530/-/jobs/802404

🇺🇦Ukraine ankondrat4 Lutsk

ankondrat4 changed the visibility of the branch 8.x-1.x to hidden.

🇺🇦Ukraine ankondrat4 Lutsk

ankondrat4 changed the visibility of the branch 3376530-code-standards-fixes to active.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

Fixed and created MR.

Need review.

🇺🇦Ukraine ankondrat4 Lutsk

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

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
The module was prepared to review. Drupal coding standards were fixed as for Drupal 7 version of module https://git.drupalcode.org/project/file_compressor_field/-/pipelines/86778

🇺🇦Ukraine ankondrat4 Lutsk

Hello.
The module was prepared to review. Drupal coding standards were fixed as for Drupal 9/10 as for Drupal 7 version of module.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

Please, create MR for this.

🇺🇦Ukraine ankondrat4 Lutsk

Hello.

As I see, it was fixed in 2.0.0 version.

Production build 0.71.5 2024