Account created on 29 June 2016, over 9 years ago
#

Merge Requests

More

Recent comments

🇺🇦Ukraine AstonVictor

added a patch as a draft MR. still need to provide tests.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

works for me. tested with different entity types including users, nodes, eck.
Also, configured gitlab ci, fixed di, and updated tests.

🇺🇦Ukraine AstonVictor

astonvictor created an issue.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

Since there is no need to add any tests for the issue, we can move it to RTBC.

🇺🇦Ukraine AstonVictor

It came from the 📌 Fix Drupal.Commenting.FunctionComment.MissingReturnComment in extension tests Active where missing return comments were added. seems it was added by mistake.

🇺🇦Ukraine AstonVictor

yeah
make no sense to have the tag

🇺🇦Ukraine AstonVictor

tested locally. seems there are no other places to update. Attached screenshot after applying the patch.

let's wait for other reviewers to double check.

🇺🇦Ukraine AstonVictor

thanks for the MR. works for me

🇺🇦Ukraine AstonVictor

isReadonly() method returns TRUE/FALSE (readonly status).

the read-only mode is applied to all entity forms via the hook_entity_type_alter() hook.

p.s. created related #3554695: Implement DI issue to fix di in the service.

🇺🇦Ukraine AstonVictor

Prepared a new MR.

🇺🇦Ukraine AstonVictor

astonvictor created an issue.

🇺🇦Ukraine AstonVictor

Added all changes as a new MR. I also updated a description for the $list argument.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

duplicate of 🐛 Translate messages RTBC

🇺🇦Ukraine AstonVictor

you can use your own form alter and execute it after all other form alter.

🇺🇦Ukraine AstonVictor

Works for me with Drupal 10.3

not sure but I guess an old version of the Drupal has different statuses for the module: disabled and uninstalled.
Currently, after uninstalling the module, I don't have a config on the /admin/config/development/configuration/single/export page and after installing again I can see a new line.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

Created a new 'readonlymode access messages' permission to access messages.
Implemented an update function to grant permission to all roles by default.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

Fixed the validation for the URL field to use the UrlHelper class to validate the input.

Also found that the redirect didn't work. So, fixed it as well.
Please, review the MR.

thanks in advance

🇺🇦Ukraine AstonVictor

Checked all URLs in the MR. works for me.

🇺🇦Ukraine AstonVictor

I was not able to reproduce the issue by visiting the /admin/structure/paragraphs_type/{paragraph_bundle} page.

I guess it requires an additional list of contrib modules and/or some configs. e.g. smth like https://www.drupal.org/project/layout_paragraphs

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

Actually, there is no need to use the update function anymore.
The update_variables_to_config() function was created to move variables to configs from Drupal 7 to Drupal 8. Currently, all releases only work with Drupal 10+. So, it doesn't make sense.

I think we should keep the empty function in case someone adds a new update function that should end with +1 in the name.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

Updated the validation to first check for an old value and then to use the value from #form_id attribute.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

astonvictor created an issue.

🇺🇦Ukraine AstonVictor

Fixed some minor issues in the MR and pulled new changes.

While testing found that we use a 'string' schema for messages. I guess it should be changed to the 'label' type to allow users to translate messages in the config. I think it should be added in a separate task.

🇺🇦Ukraine AstonVictor

astonvictor changed the visibility of the branch 3008741-notice to hidden.

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

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

🇺🇦Ukraine AstonVictor

I have the same error after updating the module from 3.0.6 to 4.0.0.

My steps were:
1. uninstall the module - drush pm:uninstall mobile_detect
2. remove the module from composer - composer remove drupal/mobile_detect
3. install a new version - composer require 'drupal/mobile_detect:^4.0'
4. enable the module - drush en mobile_detect

🇺🇦Ukraine AstonVictor

as I can see, it was published.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

🇺🇦Ukraine AstonVictor

D7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-related issues are marked as outdated in a bunch.

Production build 0.71.5 2024