// $Id: CHANGELOG.txt,v 1.1.2.39 2009-12-28 23:14:21 markuspetrux Exp $ 6.x-1.3 ======= Release notes: - This release requires running update.php to force a theme registry rebuild. Features: - #580788 Allow external modules to deny access to (and hide) the Relationships tab. - #589848 Add support for Views Fluid Grid style plugin. - Get rid of Modal Frame option autoResize (deprecated). - #668922 Redirect to node/add/[type] when creating nodes within the Modal Frame. Needs update.php to force a theme registry rebuild. Bugfixes: - #583870 Uninstall should remove all back reference fields. - #605280 Documentation issue - Back-reference to non-autocomplete node reference. - #624138 by kehan - Enable noderelationships on locked CCK content types. - #620476 Translate and reference broken since #582086. - #668554 PHP Fatal error: Call to a member function advanced_render() on a non-object in views/theme/theme.inc on line 209. - Remove obsolete code related to clearing module variables from noderelationships_uninstall(). 6.x-1.2 ======= This release requires running update.php. Features: - #556422 Create translations folder, translation template and es.po (translation to Spanish, not completed). - Move hook_theme() and hook_menu() to external include keeping only proxy methods in main module script to save a bit more memory during normal site operation. - #514956 Add support for Internationalization module and an option to "Translate and reference". Requires update.php. - #557070 Deprecate use of t() for field labels as soon as i18ncck module is committed to i18n project. - #580832 Display a warning if i18n module is not enabled, or not configured for the "Translate and reference" feature to work properly. - Changed child window size to be 30 pixels less than current browser window size. - #582086 Pass extra query string arguments in parent window to child windows. - Make javaScript compatible with other libraries than jQuery. See: http://drupal.org/update/modules/6/7#javascript_compatibility Bugfixes: - Rename CSS files to make sure no namespace conflicts occur when trying to overridde them in theme .info files. 6.x-1.1 ======= Features: - #556024 Add support for Automatic Node Titles. Bugfixes: - #536514 Search and reference multiple items error after submit. - #548602 Buttons enabled for node reference extras disappear when validation errors occur in the form. - #551100 nodereference buttons disappear on add another item (caused by #548602). 6.x-1.0 ======= Bugfixes: - Remove default value for settings column in schema definition. This change does not affect the table already created. - Fix CSS in back references settings to hide the link to fields when a field is moved off the fields region. 6.x-1.0-beta3 ============= Features: - Added a new formatter for back references fields to display the count of back references. 6.x-1.0-beta2 ============= Bugfixes: - #511968: Can't remove "title" label. - Enable search/create and reference features when creating nodes. - Use separate columns for hidden nid/title fields used for search and reference views. - Include .inc file from backref field formatted, required to support content_view_field(). - Implement hook_field('load') so that we can support content_view_field() used for Panels integration in CCK. 6.x-1.0-beta1 ============= - First official release of the Node Relationships module.