Maryland
Account created on 4 June 2012, over 12 years ago
  • Software Architect at Phase2 
#

Merge Requests

More

Recent comments

🇺🇸United States chrissnyder Maryland

There are still deprecations that need to handled in order to make this module combatible with Drupal 11. Updated and new MRs welcome!

See the failed phpstan tests on the MR or those seen in sitewide_alert.2.2.1.upgrade_status.post_rector.txt .

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

ChrisSnyder changed the visibility of the branch 3349054-javascript-operators-in to hidden.

🇺🇸United States chrissnyder Maryland

If the filter allowed tags is checked everything is stripped except the allowed tags. It should skip to filter this part of the content, no?

It does not. The filter operates separately from the CKEditor HTML Embed plugin. There are cases (security, design adherance, perdicatable markup, etc) where a site's configuration will still want to limit the allowed tags even when using the HTML Embed plugin.

On the text format that has the HTML Embed button, do you have "Limit allowed HTML tags and correct faulty HTML" filter enabled? If you do, does the issue still occur if you disable that filter?

🇺🇸United States chrissnyder Maryland

On the text format that has the HTML Embed button, do you have "Limit allowed HTML tags and correct faulty HTML" filter enabled? If you do, does the issue still occur if you disable that filter?

🇺🇸United States chrissnyder Maryland

kopeboy is correct. The best solution is to create an additional text format.

🇺🇸United States chrissnyder Maryland

Has anyone tested this patch to make sure it still works for sites using Bootstrap 4? We should ensure it does not cause any regressions for those still using Bootstrap 4.

🇺🇸United States chrissnyder Maryland

@UriDrupal The patch/changes were merged, and a new release was deployed.

Update to the latest version of the module with the change: composer require drupal/address_map_link:^1.4

🇺🇸United States chrissnyder Maryland

Merged and new release tagged. Sorry for the delay on this.

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

Should this be a configurable option on the text format?

🇺🇸United States chrissnyder Maryland

I have tried, but unfortunately, I am not able to reproduce the issue. Is there any additional context you can provide? Does this happen if you clear PHP opcaches or any other caching that might be caching the container (memcache/redis)? Does the issue still occur on the latest version of Drush 12, Drush 12.4.3? ARe there any additional logs or stack traces you can provide for this issue?

🇺🇸United States chrissnyder Maryland

I don't think this is possible within the scope of this module. If needed this need to be resolved within the External Link Popup module see https://www.drupal.org/project/external_link_popup/issues/3303109 .

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

@liquidcms Is this still an ongoing issue?

🇺🇸United States chrissnyder Maryland

Would it be possile to include this feature as a configuration option so that the existing functionality is preserved for those who need it and the new ability to avoid the extra request is avoided for others?

🇺🇸United States chrissnyder Maryland

There are no current plans. However, this is a good idea. If a MR with this feature is introduced I would be happy to include it in the next release.

🇺🇸United States chrissnyder Maryland

ChrisSnyder created an issue.

🇺🇸United States chrissnyder Maryland

ChrisSnyder created an issue.

🇺🇸United States chrissnyder Maryland

I am not able to reproduce this. Reopen or create a new issue if this is still an issue with the latest version of this module.

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

ChrisSnyder created an issue.

🇺🇸United States chrissnyder Maryland

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

🇺🇸United States chrissnyder Maryland

PHPCS and PHPCBF should not be run against Javascript because they can break their functionality as they are not PHP. In general, the PHPCS tools should only run against PHP files. Patch #2 breaks the the JS provided by this module.

See https://www.drupal.org/docs/contributed-modules/code-review-module/php-codesniffer-command-line-usage

🇺🇸United States chrissnyder Maryland

MR18 resolved the issue and I no longer see the error when updating to raven 5 using drush 11.

🇺🇸United States chrissnyder Maryland

The icon in the patch/MR is from https://iconoir.com/, which I belive has an open-source MIT license. If that is not GPL-compatible, we can replace it with one of the attached icons. The attached Icons i just created myself for this project so there should not be any licensing issue with them.

🇺🇸United States chrissnyder Maryland

Thank you for your work on this JSchref!. I opened a MR with your changes from the patch and added an update hook for those that already have the module installed.

🇺🇸United States chrissnyder Maryland

The 2.0 version support Drupal 10

🇺🇸United States chrissnyder Maryland

This may not be needed because in-theory formatted text (WYSIWYG) fields should never be rendered in the first place.

🇺🇸United States chrissnyder Maryland

Patch in #22 works well for the specific issue I was encountering, which is explained in the opening post.

🇺🇸United States chrissnyder Maryland

Is this issue resolved with the changes in the beta12 version of the module. That release includes an Ajax error bug fix.

🇺🇸United States chrissnyder Maryland

Note that SDC is now part of core.

🇺🇸United States chrissnyder Maryland

Note: Currently, the patch will not apply to the current stable 2.0.3 version of this module. In order to apply this patch to your site/project, you will need to include additional commits/patches that are currently only on the dev branch.

If using composer-patches, update your composer.json with the following in the "patches" config:

            "drupal/file_download_link" : {
                "3268442 - File Download Link functional js tests failing": "https://git.drupalcode.org/project/file_download_link/-/commit/f144895000bc5543db3e953854debb8faf5a4f05.patch",
                "3333961 - Enhance file_download_link XSS test": "https://git.drupalcode.org/project/file_download_link/-/commit/d0827350d0a36fd0ac1deff78182da8b2b9c356d.patch",
                "3349706 - Refactor file_download_link Kernel tests": "https://git.drupalcode.org/project/file_download_link/-/commit/c67506244dd6bfb9b02fddbed85bfc2854ceaeb8.patch",
                "3318657 - Support ARIA label": "https://www.drupal.org/files/issues/2023-10-02/file_download_link-support_aria_label-3318657-10.patch"
            }
🇺🇸United States chrissnyder Maryland

Update patch file with the recent fix to aria label HTML attribute.

Production build 0.71.5 2024