Problem/Motivation
Spun from #3426637: Improve performance of LinkExtractorBatch & allow to skip unpublished content
Steps to reproduce
Use content moderation
Proposed resolution
See merge request/patch
Remaining tasks
User interface changes
TBD
API changes
TBD
Data model changes
TBD
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3525930-01.patch | 3.59 KB | joseph.olstad |
Issue fork linkchecker-3525930
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
joseph.olstadComment #4
joseph.olstadComment #5
joseph.olstadstill reviewing this, it might not actually be working at all and possibly introduces a regression.
Comment #6
jmester13 commentedThis patch seems to help this issue, https://www.drupal.org/project/linkchecker/issues/3465761 I am no longer seeing unpublished content in the results.
Comment #7
joseph.olstadThanks for the review, I had forgotten about this patch. Probably still need it.
Comment #8
jmester13 commentedHappy to help. I will also note that the module was still picking up 404's in "Orphaned Text" I found this to be in the paragraph revisions which I was able to clear out with drush:errp. It is recommend to take a database backup before doing this.
Comment #9
joseph.olstad@jmester13 , interesting that you mention this. For others reading this:
drush errpis provided by the paragraphs module . Just to avoid confusion for others, it's not a linkchecker issue.Comment #10
saidatomLooks good move to RTBC.
Comment #11
joseph.olstadComment #12
saidatomAdded the published_moderation_state setting but never its config schema → linkchecker.settings:published_moderation_state: "missing schema".