-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
!!![FEATURE] Better handling of link target results
This is a breaking change! It is advised to look at the Changelog in the documentation for more information. The checkLinks functions in all LinktypeInterface classes now results a LinkTargetResponse object. In this, a status is stored for the link checking, which makes it easier to handling other link target status apart from broken. This effectively makes the following possible: - show all links in the broken link list, not just the broken links - better handling of link targets, which can't be checked. This includes for example URLs with 401 or 403 HTTP status codes, where it is not possible to check the URLs. Previously, these URLs were considered broken while in fact we do not know if they are broken or not and we have no was to check them. This also includes URLs protected by cloudflare. They are now stored not as broken but as "can't be checked" - it is possible to filter in the link list by this new status Resolves: #296 Resolves: #289 Related: #13
- Loading branch information
Showing
34 changed files
with
909 additions
and
737 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,5 @@ parameters: | |
|
||
excludePaths: | ||
- ../../Classes/Hooks/DataHandlerHook.php | ||
|
||
treatPhpDocTypesAsCertain: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.