Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download linkchecker-7.x-1.0.tar.gztar.gz 50.97 KB
MD5: 3833237d1d638da91ab9b9f0143ce5df
SHA-1: f7faee398cecf01845b48d9657c4e85d1f9d7539
SHA-256: 3e5d6779d758786c138f4cbb54937f4dd7452f87ab0f1f06d0a1ee7aaa1bc52a
Download linkchecker-7.x-1.0.zipzip 56.03 KB
MD5: 6899b2b27db0d73207fba6d7058420ef
SHA-1: d4d81aa1a2533056cecfa0fe1481090bbe6e4abb
SHA-256: a51a193baaab5ee593510d03499b0b57170d501d10a13f81f7d233726a185ff7

Release notes

This release contains a major new feature that took nearly 4 years to get accomplished. With the HTTPRL module the Link checker module is able to check your urls in parallel. Compared to Drupal core with typically 80-120 url checks per cron run, the tests with HTTPRL have shown that 800-1400 links per cron run are typical with 8 simultaneous connections. More simultaneous connections are not recommended! Many thanks to mikeytown2 for his help on the integration.

Required:

Drupal 7.15 or later

New features:

* #380052: Add support with non-blocking parallel link checking

Bugfixes:

* Fixed some typos.
* #1850210: Autorepair may run out of memory by loading all nodes/comments at once
* #1210606: Document that operations that delete in bulk can hit limits for the number of arguments
* Upgraded outdated HTTP user agents.
* #1867460: Prevent save on automatic updates, if content has not changed
* #1804842: Lots of warnings when comment/block modules are not installed follow up: Exit if all node types are disabled
* #1450672: Cron task does not impersonate to admin user on automatic content updates
* Remove documentation leftover from readme about a setting not available.
* #1727552: Notice: Undefined property: stdClass::$language in linkchecker_parse_fields(). Core follow up of #1495648: Introduce entity language support
* Notice: Undefined variable: is_https in _linkchecker_extract_links()
* #1804842: Lots of warnings when comment/block modules are not installed
* Set full HTML format in block test
* Added interface tests to verify drupal_set_message()
* #1857620: hook_form_alter() fails on BASE_FORM_ID 'comment_form'
* #1811908: Allow extracting protocol relative url's
* #1831630: Array being presented to Status report page
* #1441574: Port D6 access bypass bugfixes to D7
* #1678812: Notice: Undefined property: stdClass::$module in _linkchecker_add_block_custom_links()
#1678812: Refactored blocks extraction/replacement
#1678812: Added linkchecker_block_custom_block_get() for a more consistent block_custom object.
* #1586022: linkchecker generating bad User-Agent string
* Status code 500 on HEAD/GET does not increase fail_count
* #1524732: Notice on blocks save

Created by: hass
Created on: 24 Dec 2012 at 11:28 UTC
Last updated: 29 Dec 2012 at 09:25 UTC
New features
Bug fixes

Other releases