You are here

CHANGELOG.txt in Link checker 5.2

Same filename and directory in other branches
  1. 8 CHANGELOG.txt
  2. 6.2 CHANGELOG.txt
  3. 7 CHANGELOG.txt
linkchecker 5.x-dev, nightly
-----------------------------


linkchecker 5.x-2.4, November 24, 2009
--------------------------------------

* #566388 by wimh, hass: Re-check link status on next cron run
* #632732 by sleepcamel, hass: Add a message to $node->log when saving a new revision
* #627774 by charmer: Linkchecker Czech Translation
* Replace word "node" in text with "content" for easier translation
* #580248: Prevent link check failure if 'max_execution_time' = 0 (unlimited).
* Blacklisted "smileys/0" filter as the URLs are maintained in the Smiley module settings
* Fixed wrong variable name in single comment import function
* Updated README.txt
* Cleanup / refactoring _linkchecker_extract_links()
* #563464: Internal links reported as broken incorrectly on SSL only site. Use $base_root as site URL for prefixing absolute internal URLs.
* E_ALL saver...
* Better menu item description, D7 backport.
* Dynamic destination for user broken links page
* Use theme function for item_list
* Dynamic colspan for now data
* Joined wrong fields in user report with comments enabled
* Filters do not run on content as expected.
* db_last_insert_id('boxes', 'bid') could return a wrong value if other contrib modules add block hooks and insert something in other tables.
* Make all count() upper case
* Show items in a list
* Filter $link->error for arbitrary code
* #532178 by hass: Database update #6209 failed
* #196862 by hass: COUNT(*) is an expensive query in InnoDB.
* Added links extraction .test
* E_ALL: Fixed notice for undefined $node->language.
* E_ALL: Fixed notice caused by array_map(md5, $links)
* Typo fixed
* Changed unique key and column name 'token' into 'urlhash'.
* Added filter blacklist for link extraction.
* Remove reference to $form_state in hook_form_alter()
* Fix comments
* Add $node->type check
* Added support for node type 'weblinks' from 'weblinks' modules
* D5: check_plain() all '@' string values for the use with strtr().


linkchecker 5.x-2.3, August 1, 2009
-----------------------------------

By this release linkchecker no longer depends on job_queue!

* by wimh: Copy an paste error, used _linkchecker_node_links_missing() in _linkchecker_add_comment_links()
* #536744 by wimh, hass: Add broken links warning message to block edit page on view, but not after save.
* #536744 by wimh, hass: Fix comment edit form to show the broken links warning message only on 'view' and 'preview', but not after save.
* Fix inline documenation typos
* Code style, variable names, constant for limit, doc fixes, others
* #536672 by wimh, hass: Link references not updated when last link of a node/comment/block is removed
* More comments added.
* Updated translation files
* Use update_sql() for permission updates
* Save form settings on link scan and clear.
* #497096: Support links generated by input filter
* Remove duplicate lid's in SQL results
* #465414: Followup for relative links extracted incorrectly
* Note that custom link settings are lost on every clean and re-analyse task
* Added GUI for link check URL filter
* #524380: Do not check example.com/net/org domain links
* Updated installation steps in README.txt
* Added sample URLs for internal and external to description
* Changed permission name "access linkchecker" to "access broken links report"
* Added the status code 302 to the list of ignored response codes.
* Select from comment table only, if comment modules is active.
* Remove ignored links from broken links view


linkchecker 5.x-2.2, July 14, 2009
----------------------------------

* Removed confusing watchdog message.
* Use default node type revision setting and save a revision on 301 auto-update.
* UX: Provide more descriptive help what the HTML tags are for.
* #451456: 301 auto-update could break links
* #452080: Update permanently moved internal links is broken
* Removed duplicate _linkchecker_add_xxx_links() calls. node_save automaticallly calls hook_nodeapi and comment_save automatically calls hook_comment with 'update'.
* Added a link to the job_queue module project page
* #465414: Stop incorrect extraction of relative links
* Typo fixed in batch finished message
* Removed unused default case
* Removed UI setting no longer having a real use case (and reduce complexity)
* Deleted the associated variable.
* One more chance to extract a URL (for e.g. Java Applet)
* Added support for HTML5 tags (video|audio|source)
* Uncomment cURL requirement until implemented.
* #402742: Integration with path_redirect
* #427906, #417354: Extract links from various configurable HTML tags (a|area|img|iframe|object|param|embed)
* #504332: Cannot install, HTTP request status fails
* Show edit link only if user have permission to change settings
* New permission to edit link settings
* Add UI to change request method
* Add ignore filter for links pointing to buggy servers


linkchecker 5.x-2.1, March 26, 2009
-----------------------------------

* #409324 by Dave Reid: _linkchecker_delete_node_links() expects a nid, but passed a node object
* #386612 by hass: Prevent possible cron failures caused by too many link checks
* #408860 by Dave Reid: PHP notice: Undefined property: stdClass::$moderate in linkchecker.module on line 428.
* #373485 by hass: DB errors when adding a new node
* #387228: linkchecker.module fails in PHP4 on line 910
* #375767: Wrong table aliases and column names for comments and boxes
* Added MySQL 5.0 requirement check
* Show broken link message on node prepare, not view
* #380548: No results after configuration changes
* #380476: Descriptive text in Admin confusing
* #381986: Broken link does not immediately disappear in broken links list after link has been fixed in content
* #380872 by hass: Show informative message about current check status on reports page.

File

CHANGELOG.txt
View source
  1. linkchecker 5.x-dev, nightly
  2. -----------------------------
  3. linkchecker 5.x-2.4, November 24, 2009
  4. --------------------------------------
  5. * #566388 by wimh, hass: Re-check link status on next cron run
  6. * #632732 by sleepcamel, hass: Add a message to $node->log when saving a new revision
  7. * #627774 by charmer: Linkchecker Czech Translation
  8. * Replace word "node" in text with "content" for easier translation
  9. * #580248: Prevent link check failure if 'max_execution_time' = 0 (unlimited).
  10. * Blacklisted "smileys/0" filter as the URLs are maintained in the Smiley module settings
  11. * Fixed wrong variable name in single comment import function
  12. * Updated README.txt
  13. * Cleanup / refactoring _linkchecker_extract_links()
  14. * #563464: Internal links reported as broken incorrectly on SSL only site. Use $base_root as site URL for prefixing absolute internal URLs.
  15. * E_ALL saver...
  16. * Better menu item description, D7 backport.
  17. * Dynamic destination for user broken links page
  18. * Use theme function for item_list
  19. * Dynamic colspan for now data
  20. * Joined wrong fields in user report with comments enabled
  21. * Filters do not run on content as expected.
  22. * db_last_insert_id('boxes', 'bid') could return a wrong value if other contrib modules add block hooks and insert something in other tables.
  23. * Make all count() upper case
  24. * Show items in a list
  25. * Filter $link->error for arbitrary code
  26. * #532178 by hass: Database update #6209 failed
  27. * #196862 by hass: COUNT(*) is an expensive query in InnoDB.
  28. * Added links extraction .test
  29. * E_ALL: Fixed notice for undefined $node->language.
  30. * E_ALL: Fixed notice caused by array_map(md5, $links)
  31. * Typo fixed
  32. * Changed unique key and column name 'token' into 'urlhash'.
  33. * Added filter blacklist for link extraction.
  34. * Remove reference to $form_state in hook_form_alter()
  35. * Fix comments
  36. * Add $node->type check
  37. * Added support for node type 'weblinks' from 'weblinks' modules
  38. * D5: check_plain() all '@' string values for the use with strtr().
  39. linkchecker 5.x-2.3, August 1, 2009
  40. -----------------------------------
  41. By this release linkchecker no longer depends on job_queue!
  42. * by wimh: Copy an paste error, used _linkchecker_node_links_missing() in _linkchecker_add_comment_links()
  43. * #536744 by wimh, hass: Add broken links warning message to block edit page on view, but not after save.
  44. * #536744 by wimh, hass: Fix comment edit form to show the broken links warning message only on 'view' and 'preview', but not after save.
  45. * Fix inline documenation typos
  46. * Code style, variable names, constant for limit, doc fixes, others
  47. * #536672 by wimh, hass: Link references not updated when last link of a node/comment/block is removed
  48. * More comments added.
  49. * Updated translation files
  50. * Use update_sql() for permission updates
  51. * Save form settings on link scan and clear.
  52. * #497096: Support links generated by input filter
  53. * Remove duplicate lid's in SQL results
  54. * #465414: Followup for relative links extracted incorrectly
  55. * Note that custom link settings are lost on every clean and re-analyse task
  56. * Added GUI for link check URL filter
  57. * #524380: Do not check example.com/net/org domain links
  58. * Updated installation steps in README.txt
  59. * Added sample URLs for internal and external to description
  60. * Changed permission name "access linkchecker" to "access broken links report"
  61. * Added the status code 302 to the list of ignored response codes.
  62. * Select from comment table only, if comment modules is active.
  63. * Remove ignored links from broken links view
  64. linkchecker 5.x-2.2, July 14, 2009
  65. ----------------------------------
  66. * Removed confusing watchdog message.
  67. * Use default node type revision setting and save a revision on 301 auto-update.
  68. * UX: Provide more descriptive help what the HTML tags are for.
  69. * #451456: 301 auto-update could break links
  70. * #452080: Update permanently moved internal links is broken
  71. * Removed duplicate _linkchecker_add_xxx_links() calls. node_save automaticallly calls hook_nodeapi and comment_save automatically calls hook_comment with 'update'.
  72. * Added a link to the job_queue module project page
  73. * #465414: Stop incorrect extraction of relative links
  74. * Typo fixed in batch finished message
  75. * Removed unused default case
  76. * Removed UI setting no longer having a real use case (and reduce complexity)
  77. * Deleted the associated variable.
  78. * One more chance to extract a URL (for e.g. Java Applet)
  79. * Added support for HTML5 tags (video|audio|source)
  80. * Uncomment cURL requirement until implemented.
  81. * #402742: Integration with path_redirect
  82. * #427906, #417354: Extract links from various configurable HTML tags (a|area|img|iframe|object|param|embed)
  83. * #504332: Cannot install, HTTP request status fails
  84. * Show edit link only if user have permission to change settings
  85. * New permission to edit link settings
  86. * Add UI to change request method
  87. * Add ignore filter for links pointing to buggy servers
  88. linkchecker 5.x-2.1, March 26, 2009
  89. -----------------------------------
  90. * #409324 by Dave Reid: _linkchecker_delete_node_links() expects a nid, but passed a node object
  91. * #386612 by hass: Prevent possible cron failures caused by too many link checks
  92. * #408860 by Dave Reid: PHP notice: Undefined property: stdClass::$moderate in linkchecker.module on line 428.
  93. * #373485 by hass: DB errors when adding a new node
  94. * #387228: linkchecker.module fails in PHP4 on line 910
  95. * #375767: Wrong table aliases and column names for comments and boxes
  96. * Added MySQL 5.0 requirement check
  97. * Show broken link message on node prepare, not view
  98. * #380548: No results after configuration changes
  99. * #380476: Descriptive text in Admin confusing
  100. * #381986: Broken link does not immediately disappear in broken links list after link has been fixed in content
  101. * #380872 by hass: Show informative message about current check status on reports page.