Releases for Web Links
weblinks 6.x-2.3
First released: September 26, 2009 - 23:22
Size: 84.98 KB
md5_file hash: 1b43ebc7faa5a32693c6e303b56e4510
Last updated: September 26, 2009 - 23:26
Update.php required: Yes
- Improved duplicate checking. #575512: Checker Allowing Duplicates
- Correct $node_url for title link. #582362: Module destroys $node_url for all node types
- Honor "display" setting. #583028: "Display URL/Visit on links page" setting not honored.
weblinks 6.x-2.2
First released: September 19, 2009 - 15:57
Size: 84.54 KB
md5_file hash: 5494f7361594764f57d528ff8d36e9f5
Last updated: September 19, 2009 - 16:02
Update.php required: Yes
- Correct typos in checker. #533780: Validation of checker settings
- Add option hiding code. #533792: Missing javascript for unpublish settings show/hide
- Correct uninstall function name. #536314: weblinks_checker.install corrections
- Move module weight to checker. #530082: Module weight
- Fix embed collapsibility problem. #543824: embed link contrib doesn't write legend tag
- Remove dependency on Help module.
- Fix "username's links" link; allow edit/delete on user page. #538166: Code generated for "Username's links"
- Allow blocks to use click tracking. #551074: configuration & information questions
- Add "All" block. #551074: configuration & information questions
- Simplify code on "username's links" link. #538166: Code generated for "Username's links"
- Remove "marks" from user's own content. #549150: Weblinks new and updated flags show even to author
- Use "HEAD" method for checking. #538948: Code review findings...
- Remove redundant watchdogs. #562572: Remove two duplicate watchdog calls
- Code cleanup. #538948: Code review findings...
- Correct watchdog call in checker. #563828: Checker causes Watchdog error
- Remove check for blank unclassified and unpublished descriptions. #563606: Show unclassified group description even when group title is blank
- Improve unclassified and unpublished admin form descriptions. #563624: Corrections to help text in admin group settings
- Allow blank unpublished group title. #563974: Allow unpublished links to be included in regular groups
- Correct query for unclassified links. #563986: Query is returning all links for unclassified
- Fix multiple link display. #576396: Links shown multiple times
- German translation. #571194: German translation
- Make fields available to CCK. #579208: Make fields available to CCK
- Correct redirect to work on delete. #579444: Links cannot be deleted from edit page
weblinks 6.x-2.1
First released: July 23, 2009 - 13:35
Size: 76.13 KB
md5_file hash: 2a902b49902da7e7d385d94ad81a75ac
Last updated: July 23, 2009 - 13:41
- Added missing initialization statement.
- Correct a comment
- Change "more" link to standard class; help links to menu tab class. #486638: Weblinks block more link location
- Fix check for producing edit and delete links. #504790: "Edit Link" / "Delete Link" not appearing in overview on user's own links
- Always get an "Unclassified" block. #471736: Web Links: Random, Recent, Most Popular, etc. shouldn't disapear when selecting "Blocks by group"
- Group settings moved to group add/edit page. #498208: Block settings changes
- Remove overview page. #483764: Remove admin page
- "Set elsewhere" message no longer applies. #487766: Weblinks "blocks by group" set elsewhere
- Correct group sort order variable handling. #506312: Group links missing after editing a group
- Tab for main links page. #506328: Add tab link to get back to link page
- Move "page rankings" onto weblinks menu path. #506334: Move "Page Rankings" onto the weblinks menu path.
- Correct taxonomy check in admin.
- Add 'Unpublished' title and desc entry fields to admin form. #504202: 'Unpublished' title and desc entry fields on admin form
- Don't do links on comments. #507296: Links on comments
- Force groups with empty titles to not collapse. #504202: 'Unpublished' title and desc entry fields on admin form
- Setting to not link node title. #505962: Option to NOT link to NODE
- Feature to embed groups in content.#509786: Embed links in content
- Links_embed can now handle group names. #510088: Links_embed should also take a group name
- Fixed directory structure.
- Fix reversed settings descriptions. #505962: Option to NOT link to NODE
- Overhaul menu structure. #510794: Helper tabs not displaying like menus
- Remove collapsible class when not collapsible. #504202: 'Unpublished' title and desc entry fields on admin form
- Clean up CSS; add admin.css; remove unused code. #486628: Weblinks css files
weblinks 6.x-2.0
First released: June 9, 2009 - 16:12
Size: 76 KB
md5_file hash: 0e74d6f3d72c39912fe6da86fe12f888
Last updated: June 9, 2009 - 16:16
6.x-2.0
Update.php required: Yes
See #338464: Use node_view to display the links.
This new branch is a major change to using "node_view()" rather than our own content display. This technique has many benefits, some of them are:
- All other modules can add their displays as normal (such as Image Attach, Five Star, RealName, etc.)
- This allows the site administrator the ability to much more easily theme the links how ever she/he wishes.
- Cleans up some stuff that is no longer needed.
- Better sets the stage for D7.
Issues Addressed
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Fix block problems. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
- Fix end divs. #417290: One too many closing divs in checker settings tab
- Drop URL index, add url hash. #409456: MySQL does not create url index as requested
- Correct link display in full node mode. #417302: links display on the node view page not working correctly I think
- Fix CSS from blocks split. #420822: Block formatting messed up
- Fix block function name changes. #419630: weblinks block more link problems
- Allow for "allow_url_fopen" to not be enabled (Pralexa). #415192: Pralexa: using curl instead of simplexml_load_file
weblinks 6.x-2.0-rc3
First released: June 2, 2009 - 19:39
Size: 76.05 KB
md5_file hash: 4a78959eb7ef6cba582f68a8423f513b
Last updated: June 2, 2009 - 19:41
Update.php required: Yes
This new branch is based on the current 6.x-1.x-dev code. It is a major change to using "node_view()" [see See #338464: Use node_view to display the links] rather than our own content display. This technique has many benefits, some of them are:
- All other modules can add their displays as normal (such as Image Attach, Five Star, RealName, etc.)
- This allows the site administrator the ability to much more easily theme the links how ever she/he wishes.
- Cleans up some stuff that is no longer needed.
- Better sets the stage for D7.
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Fix block problems. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
- Fix end divs. #417290: One too many closing divs in checker settings tab
- Drop URL index, add url hash. #409456: MySQL does not create url index as requested
- Correct link display in full node mode. #417302: links display on the node view page not working correctly I think
- Fix CSS from blocks split. #420822: Block formatting messed up
- Fix block function name changes. #419630: weblinks block more link problems
- Allow for "allow_url_fopen" to not be enabled (Pralexa). #415192: Pralexa: using curl instead of simplexml_load_file
weblinks 6.x-2.0-rc2
First released: May 24, 2009 - 17:47
Size: 73.95 KB
md5_file hash: 8d2b4b8812cba8801a04ab57e2a9f4e8
Last updated: May 24, 2009 - 17:52
6.x-2.x-dev
Update.php required: Yes
See #338464: Use node_view to display the links.
This new branch is based on the current 6.x-1.x-dev code. It is a major change to using "node_view()" rather than our own content display. This technique has many benefits, some of them are:
- All other modules can add their displays as normal (such as Image Attach, Five Star, RealName, etc.)
- This allows the site administrator the ability to much more easily theme the links how ever she/he wishes.
- Cleans up some stuff that is no longer needed.
- Better sets the stage for D7.
NOTE: This code still needs some testing, especially as an upgrade from version 1 and from 5.x. You absolutely need to clear your cache to pick up new menu and theme functions. There probably will be no new features or fixes added to 6.x-1.x. We believe the latest release is stable enough for live sites, but that is up to you.
NOTE: This change cannot be back-ported to 5.x due to lack of theming support.
NOTE: Click tracking is now available.
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
weblinks 6.x-2.0-rc1
First released: May 12, 2009 - 18:03
Size: 72.55 KB
md5_file hash: fa990799db28af6abac1e9676698c6ca
Last updated: May 12, 2009 - 18:06
Update.php required: Yes
See #338464: Use node_view to display the links.
This new branch is based on the current 6.x-1.x-dev code. It is a major change to using "node_view()" rather than our own content display. This technique has many benefits, some of them are:
- All other modules can add their displays as normal (such as Image Attach, Five Star, RealName, etc.)
- This allows the site administrator the ability to much more easily theme the links how ever she/he wishes.
- Cleans up some stuff that is no longer needed.
- Better sets the stage for D7.
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Fix block problems. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
- Fix end divs. #417290: One too many closing divs in checker settings tab
- Drop URL index, add url hash. #409456: MySQL does not create url index as requested
- Correct link display in full node mode. #417302: links display on the node view page not working correctly I think
- Fix CSS from blocks split. #420822: Block formatting messed up
- Fix block function name changes. #419630: weblinks block more link problems
- Allow for "allow_url_fopen" to not be enabled (Pralexa). #415192: Pralexa: using curl instead of simplexml_load_file
- Add click tracking. #293358: Click tracking
weblinks 6.x-1.6
First released: May 12, 2009 - 17:53
Size: 63.97 KB
md5_file hash: f769f5521c9b55471c2c4146e0d9ae4c
Last updated: May 12, 2009 - 17:56
Final 6.x-1.x release.
- Small bug found during automated testing.
- Correct error check on install_schema. #448508: Result of install is not checked correctly
weblinks 5.x-2.5
First released: May 10, 2009 - 01:00
Size: 51.2 KB
md5_file hash: bf882c4b631f1dcf017b80a55686d3cc
Last updated: May 10, 2009 - 01:05
Conversions for Janode and LinksDB modules.
weblinks 6.x-2.0-beta2
First released: May 8, 2009 - 17:35
Size: 69.38 KB
md5_file hash: bbde4a50ff3eeecd1c0d2562bf63bcc5
Last updated: May 8, 2009 - 17:41
Includes all patches in this new branch:
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Fix block problems. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
- Fix end divs. #417290: One too many closing divs in checker settings tab
- Drop URL index, add url hash. #409456: MySQL does not create url index as requested
- Correct link display in full node mode. #417302: links display on the node view page not working correctly I think
- Fix CSS from blocks split. #420822: Block formatting messed up
- Fix block function name changes. #419630: weblinks block more link problems
- Allow for "allow_url_fopen" to not be enabled (Pralexa). #415192: Pralexa: using curl instead of simplexml_load_file
- Add click tracking. #293358: Click tracking
- Better block titles.
- Add css inclusion in blocks. #427716: Multiple Issues with Web Links module
- Fix "show description" in block. #429250: Block "Show description" not working
- Remove "show comment" setting. #429254: "Show comment links" no longer applicable
- Fix block theme call. #430976: Missing argument 6 for theme_weblinks_block_item
- Correct cron status update; misc formatting changes. #433524: Status information not displayed
- Document validation error potential. #434462: "Open link in new window" causes HTML validation errors.
- Some themes cause duplicated node titles. #419334: Duplicated title
- Fix some theming issues. #433892: weblinks-link.tpl.php issues
weblinks 5.x-2.4
First released: April 21, 2009 - 03:58
Size: 49.29 KB
md5_file hash: 566ebbae87e25dfe95524e3ed281dae2
Last updated: April 21, 2009 - 04:02
#387356 by jonathan1055 - Check for checker enabled in Cron.
#399564 by NancyDru for umb500 - Fix Postgres problem.
#439854 by NancyDru for Alan D. - Correct query in popular block.
weblinks 6.x-2.0-beta1
First released: April 21, 2009 - 03:46
Size: 66.81 KB
md5_file hash: 5dd78de547348e65a53db02fed60f491
Last updated: April 21, 2009 - 03:51
Continued march towards goodness.
weblinks 6.x-1.5
First released: April 21, 2009 - 02:25
Size: 59.73 KB
md5_file hash: fede991e14a2fe02ef26eb29bc6eb77e
Last updated: April 21, 2009 - 02:31
Bug Fix only release.
Fix help comment
#435666: pralexa sql syntax error for michtoen - Move nid to first in list for db_rewrite_sql.
#427716: Multiple Issues with Web Links module for Jeremy Toaster - Add css inclusion in blocks.
#419630: weblinks block more link problems for jordanmelnick - Fix block function name changes.
#399564: PostgreSQL incompatibility for umb500 - Fix Postgres problem.
#341076: Random/popular content block per group for Summit - Correct block creation logic
#420822: Block formatting messed up Fix CSS from blocks split.
#417290: One too many closing divs in checker settings tab For jonathan1055 for One too many closing divs in checker settings tab
weblinks 6.x-2.0-alpha4
First released: April 15, 2009 - 19:20
Size: 66.08 KB
md5_file hash: fbc41bc4cbffa183f4f2cd932b66ed65
Last updated: April 15, 2009 - 19:27
See project page. New release required for potentially serious problem.
weblinks 6.x-2.0-alpha3
First released: April 9, 2009 - 20:32
Size: 66 KB
md5_file hash: 964a53d67b7af09daaa52fdf8160fd0c
Last updated: April 9, 2009 - 20:36
See #338464: Use node_view to display the links.
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Fix block problems. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
- Fix end divs. #417290: One too many closing divs in checker settings tab
- Drop URL index, add url hash. #409456: MySQL does not create url index as requested
- Correct link display in full node mode. #417302: links display on the node view page not working correctly I think
- Fix CSS from blocks split. #420822: Block formatting messed up
- Fix block function name changes. #419630: weblinks block more link problems
- Allow for "allow_url_fopen" to not be enabled (Pralexa). #415192: Pralexa: using curl instead of simplexml_load_file
- Add click tracking. #293358: Click tracking
- Better block titles.
- Add css inclusion in blocks. #427716: Multiple Issues with Web Links module
- Fix "show description" in block. #429250: Block "Show description" not working
- Remove "show comment" setting. #429254: "Show comment links" no longer applicable
weblinks 6.x-2.0-alpha2
First released: March 28, 2009 - 16:44
Size: 65.65 KB
md5_file hash: aba986bd7e19d54c02938812701546ba
Last updated: March 28, 2009 - 16:46
#338464: Use node_view to display the links
- Fix Postgres query problem. #399564: PostgreSQL incompatibility
- Ability to display links submitted by specific user. #405150: Ability to display links submitted by specific user
- Add child groups to Related block. #393986: Still puzzling: show the subcatgeory on the parent pages?
- Improvements to Alexa rank indication.
- Fix missing option checks. #416566: Author-information shown, while not selected in weblinks-settings
- Add missing "Create block" option. #341076: Random/popular content block per group
- Added drupal_add_css to admin pages. #416694: CSS not loaded in admin pages
- Option to log URLs that are checked. #416712: Show all URLs that are checked
weblinks 6.x-1.4
First released: March 22, 2009 - 21:38
Size: 59.53 KB
md5_file hash: 5e95d1a2b763ef15e654809b33826576
Last updated: March 22, 2009 - 21:41
Update.php required: Yes
Special cases: Pralexa users must uninstall (completely) and re-install.
* Add-on modules moved into the "contribs" folder. NOTE: this may require you to disable and re-enable the add-on modules to pick up the new location.
* All modules now include package = weblinks.
* New contrib to show Google Pagerank and Alexa Rank. 6.x only #375563: Google Pagerank and Alexa Rank for every link in weblinks using cron.
* Option to not link group titles. #383556: I want weblinks group title to be neither collapsible nor a link
* Improvements to Pralexa add-on. #375563: Google Pagerank and Alexa Rank for every link in weblinks using cron. If you have previously installed this module, you must uninstall it completely and re-install.
* Check for checker enabled in Cron. #387356: Cannot turn off Cron links validator
* Added "related" block. #387750: Related block
* Add settings link to cron watchdog message.
* #375563Misc. Pralexa changes: change to menu_callback; add last_checked to list (setting); fix help links; add settings link to watchdog. #375563: Google Pagerank and Alexa Rank for every link in weblinks using cron.
* Handle user deletion. #390248: Add hook so that when a user is deleted it will check and reasign any links that are posted by them.
weblinks 6.x-2.0-alpha1
First released: March 17, 2009 - 16:24
Size: 64.26 KB
md5_file hash: 07ccac929cbd0e70916bf77cfb9d97e0
Last updated: March 17, 2009 - 16:26
This is principally the version to fix #338464: Use node_view to display the links. Other fixes since the branch point have been merged.
weblinks 6.x-2.x-dev
First released: March 9, 2009 - 18:01
Size: 85.31 KB
md5_file hash: 0cd11eb381890421ff00931157a04933
Last updated: October 22, 2009 - 00:37
Adding node_view support
weblinks 6.x-1.3
First released: February 15, 2009 - 23:26
Size: 51.9 KB
md5_file hash: 09b294bf05b15dcf346d60eeb8bc7709
Last updated: February 15, 2009 - 23:31
* Blocks by groups. Please test it thoroughly; it was a very complex change. To turn on block by groups go to the Group Settings tab; there is a new check box. Warning, once you turn this on, you will lose your current random, recent, and popular blocks. #341076: Random/popular content block per group
* Added node title as the link's title attribute. #345930: Customization of the global page
* Fixed Chrome/Safari/WebKit browser problem on admin page. #324603: Google Chrome, Safari and other webkit-based browser currently do not work correctly under the admin section.
* Add spacing between title and URL. #365365: Missing space?
* Show skipped groups on admin pages. #365685: Hidden or empty groups are omitted from admin 'Group Settings' tab in weblinks
* Improvements to "My Web links." #372356: Improvements to "My web links"
* Fix typo in admin page. #352421: German translation
* Add Views options for URL. 5.x only #357171: names of websites displayed instead of just links
* #374440: Make Views 2 options like Views 1 options.
