Account created on 5 March 2014, almost 11 years ago
#

Merge Requests

More

Recent comments

🇯🇴Jordan abu-zakham

I have the same problem. I think we should allow adding hreflang even if the site is not multilingual.

🇯🇴Jordan abu-zakham

abu-zakham made their first commit to this issue’s fork.

🇯🇴Jordan abu-zakham

Thanks Mutasim and Rajab. I believe we should open a new issue specifically for hiding blocks feature as it has been committed and is close to completion.

🇯🇴Jordan abu-zakham

Patch #18 created in the core directory, re-roll the patch from the root directory.

🇯🇴Jordan abu-zakham

Would you be able to submit a patch or create a pull request, please?

🇯🇴Jordan abu-zakham

Added access false to remove the html of the hidden section

🇯🇴Jordan abu-zakham

I think we can disable/enable Slug based on "Generate automatic URL alias" status

🇯🇴Jordan abu-zakham

Custom bins allow for fine-grained control over caching for a module's data, ensuring optimal performance and minimal cache conflicts.

Benefits of custom cache bins include isolation, allowing for the separation of cached data related to a module from other modules, and control over how data is cached, retrieved, and invalidated. Custom cache bins also allow for optimization of caching for a module's specific use cases, improving performance.

When implementing a custom cache bin, it's important to consider factors such as cache granularity, data validity, and cache-clearing strategies. Custom cache bins are a powerful tool for fine-tuning caching mechanisms in Drupal.

🇯🇴Jordan abu-zakham

I have rewritten patch #2. I will improve the functionality in the future, but for now, I need to continue using the patch to update the module.

🇯🇴Jordan abu-zakham

Thanks, I have change the validate function name to lpl_validate instead of lpl_logo_per_language_validate and removed unwanted language_entities variable.

🇯🇴Jordan abu-zakham

In entityshare, there is a configuration policy for content updates. You can set the configuration policy to "create only". This means that if the source content is updated, the local content (pulled content) will not receive the updates, even if you try to re-import the content. I have added a plugin to enable websub for each configuration import. This allows me to enable websub for all configuration imports that have an import policy of "Default" or "Locked editing", and disable it for all import configurations set to "create only".

🇯🇴Jordan abu-zakham

Indeed, you are correct that there exists a permission to access the form. Nevertheless, in cases where there are multiple user roles, it is imperative that not all users have the capability to subscribe to the content. In this scenario, the site administrator should have the privilege to subscribe, whereas the editors should only possess the ability to pull updates.

Currently, I am utilizing entityshare to distribute content across 13 different sites, and my intention is to restrict the number of subscriptions.

🇯🇴Jordan abu-zakham

The primary objective of this module is to change a created entity as a translation for another node. I currently have a website that contains content in four different languages, and I recently migrated the content from the old site to the new one. Many of the contents were created as individual nodes, but with this module, editors will have the ability to link nodes together instead of having to recreate the translations and redirects.

I will update the project page to clarify this.

🇯🇴Jordan abu-zakham

Hello,
Thank you for your hard work!

Can we release version 2.0.0-alpha2? There are 5 fixed issues.

🇯🇴Jordan abu-zakham

Will do the review tomorrow and release a nee tag. Thanks

🇯🇴Jordan abu-zakham

After reviewing the code and the comments, it appears that the code was added to override the default Image Widget template when using the Media Library. However, I have found that removing this override has resolved the issue, and now everything is functioning as expected. It seems that at some point, the theme "focal_point_media_library_image_widget" was removed, but the corresponding code was not removed along with it. To address this, I will create a pull request to remove the unnecessary code.

Production build 0.71.5 2024