Downloads
Download tar.gz
76.05 KB
MD5: 4a78959eb7ef6cba582f68a8423f513b
SHA-1: e1da715bf4291e52e900aa1cefe6099c92e652a1
SHA-256: 70c74e794a682ab110ab18a9570ab6448f857e1d354e72c1684b7a8474ef786a
Download zip
96.96 KB
MD5: 8a4a6b9c4c2dbe0a34d8c80295ddc338
SHA-1: c59071665a85b3ada7a363697c7351d7e58da802
SHA-256: 0f6b787da9c7a154d30170bb584de859ea29389de11365aea19907ef285cfe2e
Release notes
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
- 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
- Move nid to first in list for db_rewrite_sql. #435666: pralexa sql syntax error
- Remove "My" from web links tab. #439794: My Web Links should be Web Links in user profile tabs
- Remove debugging code. #443774: theme issue - messy formatting due to phantom row/box in linkview
- Clean up settings and code. #449814: Unused code and settings
- Set up automated testing. #449830: Use SimpleTest
- Fix errors in install code for upgrades. #448508: Result of install is not checked correctly
- Removed dependency on Taxonomy module. #450952: Remove dependency on Taxonomy
- Correct title on unpublished block
- "My Links" block. #448510: Users weblinks ?
- Prepare for referrer tracking. #292741: Can this work as a link exchange directory?
- Feature to convert Janode to Weblinks. #251738: Rewrite Janode for Drupal 6
- LinksDB conversion function. #458516: Convert LinksDB to Web Links
- Add hook_weblinks_perm. #458832: Hook_weblinks_perm
- Move checker stuff to separate contrib. #455452: Move checker to contrib
- Add access checks to blocks. #458826: Blocks module does not check perms for blocks
- Add setting for related block current link. #387750: Related block
- Add hook_weblinks_preprocess. Update contribs to use. #463846: Hook_weblinks_preprocess
- Change date and time columns to DATETIME type. #455446: Change timestamps to "datetime"
- Add setting to show ranking data. #464104: Add a setting to show the page ranking info
- Move theme function to checker contrib. #464106: Theme_weblinks_status should have been moved to Weblinks_checker
- Allow URL/Node setting in related block. #463744: Related block setting to choose go to url/node or redirect.
- Fix missing blocks. #466558: Weblinks Block Missing
- Fix cron update. #467250: Pralexa not updating in Cron
- Fix non-group block variable name. #467878: Recent block, change to node and more.. not working
- Delete vid from pralexa. #468160: Pralexa should not consider revisions
- Improve search indexing. #470614: Better search indexing
Specific to RC3:
- Fix blocks when not using blocks by group. #471086: Missing blocks
- Change to sticky-encoded weighting. #457862: Remove weight field
- Clarify link title setting in Pralexa.
- Take popups off settings link.
- Fix "Link description display." #472532: 'Display link information?' not efficient. And there is no 'Hide URL'
- Add "Show link" setting. #472532: 'Display link information?' not efficient. And there is no 'Hide URL'
- Removed "Created by" code. #457860: Remove "Created by..."
- Remove CURL requirement in Pralexa. #477820: Fatal error: Call to undefined function curl_init() in ... pralexa.modul on line 312
- Remove unused weblinks.taxonomy.inc.
- String fixes. #475030: String issues (mainly)