Posted by kiamlaluno on October 19, 2009 at 1:51pm
| Download | Size | md5 hash |
|---|---|---|
| nodewords-6.x-1.3-alpha1.tar.gz | 53.97 KB | e91a3309c032298dab9c9493d64aa1d6 |
| nodewords-6.x-1.3-alpha1.zip | 78.49 KB | aedc30411af875e03d0ad4c918878a7d |
Last updated: December 24, 2010 - 23:28
Changes since DRUPAL-6--1-2:
- By KiamLaLuno: Added default parameter values to nodewords_load_tags().
- By KiamLaLuno: Removed two update functions that were in conflict with each other.
- #589814 by KiamLaLuno: Invalid argument supplied for foreach in nodewords.module at line 385.
- #587046 by KiamLaLuno: update.php may fail on big sites for PHP timeout and/or memory reasons.
- #590054 by KiamLaLuno: Small typo.
- By KiamLaLuno: Changed META in meta in some strings used in the user interface.
- #590222 by KiamLaLuno: Implement hook_node_type().
- #590474 by KiamLaLuno: Permission strings are not translatable.
- By KiamLaLuno: Changed the queries for changing the module weight to include a more restrictive condition, and verify the selected row is about a module.
- By KiamLaLuno: Updated the file README.txt with the information on the hooks to implement to integrate third-party modules with Nodewords.
- #588716 by hass, KiamLaLuno: Use drupal_set_html_head() for $variables['head'].
- #587152 by KiamLaLuno: colspan counter wrong.
- #591706 by andypost: Wrong Google site verification meta tag.
- #587260 by KiamLaLuno: Errors when upgrading from 6.x.1.0 to 6.x.1.2.
- By KiamLaLuno: Changed the permission from 'administer nodewords' to 'administer meta tags'.
- #593148 by andypost, KiamLaLuno: array_filter() error.
- #591538 by KiamLaLuno: Submodule names not prefixed with base module name.
- By KiamLaLuno: Changed the uninstall function to removed any Drupal variables with a name starting with nodewords.
- #595734 by KiamLaLuno: Dash in variable names.
- By KiamLaLuno: Corrected a wrong SQL query.
- By KiamLaLuno: Corrected the weight of the modules.
- Updated POT files
- By KiamLaLuno: Changed the code that looks up for the meta tags; now it doesn't return them if the site is offline, and the user doesn't have permission to administer the site configuration.
- By KiamLaLuno: Changed the strings that were referring to meta tags in the user interface (including the permission strings).
- By KiamLaLuno: Changed a string used in the user interface that was not clearly describing the purpose of a setting.
- By KiamLaLuno: Fixed some notices about the access to not defined variables.
- By KiamLaLuno: Fixed a problem with the user interface that could happen when the module CheckAll was enabled.
- By KiamLaLuno: Added the support for meta tags that don't show a form field in the edit form.
- By KiamLaLuno: Added the support for the DC schema.
- By KiamLaLuno: Added the support for meta tags weight, used when outputting the meta tags in HTML.
- By KiamLaLuno: Changed the code to order the list of meta tags to edit, and output in HTML.
- By KiamLaLuno: Changed some strings used in the user interface.
- #600468 by KiamLaLuno: Uninstall in nodewords_basic delete wrong variables from variables table.
- #600460 by KiamLaLuno: Upgrade path for robots tag is missing (data loss).
- #591538 by KiamLaLuno: Upgrade path for new submodule names is broken.
- #600462 by KiamLaLuno: Upgrade path for global nodeword settings is missing.
- #591524 by KiamLaLuno: Caching issues are still present.
- #600464 by KiamLaLuno: Code is suppressing errors in many places of install files.
- By KiamLaLuno: Changed the code to permit to set DC.Creator for nodes.
- By KiamLaLuno: Added the support for DC.Description.
- #60756 by KiamLaLuno: Change the tab title from "Global meta tags" to "Global and default meta tags".
- #294966 by KiamLaLuno: Allow to use a different set of meta tags for the pager pages.
- #601264 by KiamLaLuno: Meta Content-Type appears twice.
- By KiamLaLuno: Added the code to show Nodewords requirements errors in the module settings pages.
- #603530 by KiamLaLuno: Error while uninstalling the modules.
- #588946 by nonsie: Unable to edit the node meta tags unless the user has permission "administer nodes".
- By KiamLaLuno: Added the code to initialize the array being used in the update functions.
- By KiamLaLuno: Changed the format of some code lines.
- By KiamLaLuno: Removed a message that was shown twice.
- #604160 by KiamLaLuno: Call to undefined function drupal_get_install_files() in nodewords.module line 1084.
- #591538 by hass, KiamLaLuno: Upgrade path for new submodule names is broken.