Web Links Module 7.x
=====================

===================
Version 7.x-1.x-dev
===================

February 28, 2013
-----------------
Issue #870846 by GStegemann: Changed all database calls to D7 API syntax.
      Admin menu links changed to admin/config/content/weblins.
      return in "variables" 1st hook arguments as key/value pairs.
      .info file: modules configuration link added.
      Notice: Undefined offset: 1 in _menu_translate() line 776 as possibly caused in hook_menu. Fixed.

March 15, 2013
--------------
      weblinks_permission: changed to D7 style.
      All 6.x update hooks removed.
      CHANGELOG.txt file added.

March 18, 2013
--------------
      Web Links Checker: more database calls changed to D7 API syntax.
      - theme_weblinks_status adopted to D7 style.
      - All 6.x update hooks removed.

March 22, 2013
--------------
      Taxonomy issues:
      - grouping: collapsible titles fixed.
      - groups: classification fixed.
      - helper functions added: d7_taxonomy_form and _d7_taxonomy_term_select. 

March 23, 2013
--------------
      More Taxonomy issues:
      - hook_term_path replaced by hook_entity_info_alter.

April 7, 2013
--------------
      Web Links Blocks: database calls changed to D7 API syntax.
      Several PHP notices fixed.
      Permissions titles and descriptions reworked.
      Pralexa: database calls changed to D7 API syntax.
      - pralexa_cron: variable palexa_cron_last needs to be set initially.
      - Google Page Rank URL corrected.
      - schema column last_checked changed to VARCHAR.

April 13, 2013
--------------
      D6 taxonomy_admin_term_edit replaced by discrete code.
      Missing callback function weblinks_uri added (part of hook_term_path replacement).

April 17, 2013
--------------
      hook_node_access: perform only for own content.
      Missing 6.x-2.x-dev changes merged in.
      - Issues 1534584 and 1534552, Fix Sort order and minimal validation.
      weblinks_checker: _weblinks_fix_url ...

April 21, 2013
--------------
      Taxonomy term related references changed to use field API + upgrade path provided.
      update_hook_7000 added.
      weblinks_checker: more notices fixed.
      Test module updated.      

April 23, 2013
--------------
      weblinks_uninstall: some typos fixed.
      weblinks_enable: term reference field has to be associated to weblinks module.
      weblinks_checker: setup of link_status fixed when checker module is not enabled.

April 28, 2013
--------------
      weblinks.admin.css: selector .weblinks-radios .form-item, syntax error fixed.
      D6 code to render 'body' field deactivated.
      weblinks_view: property 'is_teaser' is set when node is displayed in non page mode.
      weblinks_user_page: rendering of links table made working.

May 3, 2013
-----------
      assignment of link_status made more robust.
      Token integration ported.
      token_weblinks.inc renamed to weblinks.tokens.inc to follow D7 conventions.
      Restoring Web Links node weight fixed.
      Views handler converted to Views 3.

May 9, 2013
-----------
      Issue #1989308: String "Enter a single web address (URL), including the "http://"." run through t().
      Issue #1987962: disable Web Links Weight field in edit form when module Weight is available.

