Needs review
Project:
Link checker
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2025 at 20:50 UTC
Updated:
1 Jul 2026 at 18:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lee.cocklin commentedComment #4
joseph.olstadOk, that patch was not made from a clone of linkchecker , it was made from someones drupal repo. Cleaned it up (including some phpcs fixes) and preparing a merge request.
Comment #6
joseph.olstadComment #7
joseph.olstadPatch from #2 has unexpected paths.
Here's the linkchecker diff that most people are looking for.
Comment #8
joseph.olstadphpcs is green, phpunit tests are also passing
Comment #9
joseph.olstad@lee.cocklin, thanks for creating this issue and for the patch. I made changes as mentioned (phpcs fixes and rebase to linkchecker instead of your Drupal project) and created a merge request which triggers the pipeline.
Everything shows up green in the pipeline.
Comment #11
patrickharris commented@joseph.olstad I've added a commit to support all entities, not just nodes. See if you think it might be useful.
Comment #12
rosk0The code looks good and works. Tested on the 2.0.2 version. Thank you!
Comment #13
joseph.olstadWhy 2.0.x-dev ? Has anyone tested this with 2.1.x? when upgrading to 2.1.x , use composer to bring in dynamic_entity_reference in order to uninstall it, since it's no longer needed with 2.1.x however catch 22, you need it to uninstall it so a bit of a manual step for the upgrade but highly recommend it.
Comment #14
vladimirausMR was for 2.1, not 2.0 as stated in the issue.
Please rebase and test.
Please provide test results.
Comment #16
vladimirausComment #17
joseph.olstadI personally have not tested this.
Comment #18
joseph.olstadComment #21
joseph.olstadPatch from MR 130
FYI: I am not using this patch, nor do I endorse it.
My teams and clients prefer the 2.1.x builds, not 2.0.x
Comment #22
brianbrarian commentedIs there a patch available for 2.1.x?
EDIT: Never mind, the "FIXED" patch in #2 appears to work with 2.1.0.