Closed (fixed)
Project:
Link checker
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2023 at 13:59 UTC
Updated:
3 May 2024 at 18:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
solideogloria commentedComment #6
solideogloria commentedEverything is backwards compatible. Queued links will no longer be checked if unpublished, and unpublished links will not be queued anymore. Links tested manually with
->check()will still be checked, even if unpublished. The function returns a Promise, and returning early would break BC and require more changes.I created a test for this fix. There is a failing test related to a "Save" button when I run them locally, but it's also failing on dev, and it's not related to these changes.
Also, could a maintainer please set 2.0.x as the default branch? (I accidentally created MR 63 because the older branch is still the default for some reason.)
Comment #9
solideogloria commentedComment #10
solideogloria commentedComment #11
solideogloria commentedHere's a patch of the changes.
Comment #12
solideogloria commentedComment #13
joelpittetI echo what @solideogloria said in #6 about the default branch but you can change it retroactively.
Anyways this looks great and is what I'd expect it to be doing, it's ready to be committed.
Comment #16
eiriksmAwesome 👍♥️
Comment #17
eiriksmI think I managed to change the default branch now as well ✌️