Downloads

Download nodewords-6.x-1.3.tar.gztar.gz 66.63 KB
MD5: 54e318e6ba4f218bf50e895fcfd196ec
SHA-1: 9cb5b8ab93c58d301a59bcd40bfb50ea381db575
SHA-256: 223c58c5892e7673dc79731313b4f2b31b3a639ae3f724acbd90ef7acaf9fa57
Download nodewords-6.x-1.3.zipzip 93.09 KB
MD5: fb693e2c656cd454044cf44f7d5aceaa
SHA-1: 59f9cb5f37f0459e14d5a468fa416bd3fe041833
SHA-256: cdb301fcd06bb298bb4d2b1e5e480aec392724aa45ffa4582bccde763829ccfa

Release notes

Changes since DRUPAL-6--1-3-BETA5:

  • By KiamLaLuno: Added the code to initialize the variable $schema before it is used.
  • By KiamLaLuno: Removed the help text for a page that is not used anymore.
  • #617600 by KiamLaLuno: Missing a way to add pages to 'other pages' setting.
  • #619846 by KiamLaLuno: Define base URL for canonical URLs.
  • By KiamLaLuno: Changed the code to validate the canonical URL.
  • By KiamLaLuno: Added the form field for the meta tag Dublin Core DESCRIPTION that will be shown when the form field for the meta tag DESCRIPTION is not shown.
  • By KiamLaLuno: Changed the description of a form field to make clearer its purpose.
  • By KiamLaLuno: Changed _nodewords_detect_type_and_ids() to first verify if the site is offline.
  • By KiamLaLuno: Changed the order on which the conditions on _nodewords_detect_type_and_ids() are checked.
  • By KiamLaLuno: Made the description for a form field clearer.
  • #622404 by KiamLaLuno: The meta tags are not shown for a page using the pager.
  • By KiamLaLuno: Replaced some literal strings with constants.
  • By KiamLaLuno: Added a constant.
  • By KiamLaLuno: Added the language field, and changed indexes, and unique keys.
  • #623962 by KiamLaLuno: Meta tag description from teaser does not work together with excerpt module.
  • #623952 by KiamLaLuno: Automatically use node teaser for meta tag description if the meta tag DESCRIPTION form field is left empty.
  • #624696 by Dmitriy.trt: Broken message for nodewords_bypath.
  • By KiamLaLuno: Removed the string "When this option is enabled, the form fields used for the meta tag DESCRIPTION will not appear in the meta tags edit form." that was left from the previous commits.
  • #625054 by KiamLaLuno: .
  • By KiamLaLuno: Restored the value used for the meta tag ROBOTS used in list pages.
  • By KiamLaLuno: Changed the name of the modules that appears in the modules page.
  • By KiamLaLuno: Corrected the module names as they were appearing in the comment of the installation files, and on the .info files.
  • By KiamLaLuno: Fixed nodewords_update_6146(), which was calling a not existing function.
  • #626180 by KiamLaLuno: Form field is not included in the right fieldset.
  • By Davide Reid: Fixed the problem with the fieldsets being rendered below the submission buttons when Vertical tabs was enabled.
  • By KiamLaLuno: Added a description for the fieldset "Advanced options".
  • By KiamLaLuno: Simplified the meta tags edit form, and removed the fieldsets used.
  • By KiamLaLuno: Changed the uninstallation code to use variable_del() to delete the Drupal variables used by the module.
  • By KiamLaLuno: Removed the implementation of hook_node_type().
  • By KiamLaLuno: Re-introduced, and split the implementation of hook_node_type().
  • By KiamLaLuno: Changed the update functions code to use the Drupal variable functions.
  • #626310 by Dave Reid: Undefined index: value in nodewords_basic.module.
  • By KiamLaLuno: Replaced a literal string with a constant.
  • By KiamLaLuno: Fixed the code that was using the assignment operator rather than the comparison operator.
  • By KiamLaLuno: Changed nodewords_form() to show in the defaukt settings page the form fields of the meta tags that have been enabled for the editing, or that have been enabled to appear in the HTML output.
  • By KiamLaLuno: Changed the string passed from nodewords_save_tags() to watchdog().
  • By KiamLaLuno: Reverted the code, and removed the field language.
  • By KiamLaLuno: Updated the uninstall function to remove two Drupal variables used from the previous stable version.
  • #626964 by KiamLaLuno: Merge nodewords - vertical tabs into main module.
  • By KiamLaLuno: Added the recommendation line for Vertical tabs.
  • #625816 by KiamLaLuno: Strip Image_Assist filter tags from description when set automatically from teaser.
  • #628868 by 63reasons-YP, KiamLaLuno: nodewords_nodeapi('update index') is bugged.
  • #629564 by KiamLaLuno: Meta tags are not properly filtered.
  • #629588 by KiamLaLuno: User profile meta tags are output even when they are not enabled.
  • By KiamLaLuno: Corrected the documentation comment for nodewords_output_tags().
  • By KiamLaLuno: Corrected a call to drupal_set_message() made from an update function.
  • By KiamLaLuno: Changed a pseudo form identifier to avoid confusion with a real form identifier.
  • #556014 by KiamLaLuno: Allow third-party modules to help in detecting the type of the page shown.
  • By KiamLaLuno: Resolved the problem with the directory includes reported to be already added independently by second party.
  • By KiamLaLuno: Updated the value of NODEWORDS_API_VERSION; introduced a new constant.
  • By KiamLaLuno: Converted the data type of NODEWORDS_API_VERSION, and NODEWORDS_MINIMUM_API_VERSION to string.
  • #620408 by KiamLaLuno: Default value assigned to a parameter passed by reference.
  • By KiamLaLuno: Corrected the reference to the modules; removed the hook examples, which will be added to nodewords.api.php.
  • #632856 by dkruglyak: Error with version_compare().
  • #634106 by KiamLaLuno: Strip the text added by Image Browser.
  • #634174 by KiamLaLuno: Updating from 6100 to 6113 fails under PostgreSQL.
  • By KiamLaLuno: Removed the email addresses from README.txt.
  • #635386 by KiamLaLuno: Add more options to filter the text present in the node teaser used as meta tag content.
  • By KiamLaLuno: Changed the arguments of nodewords_metatag_from_teaser().
  • By KiamLaLuno: Changed a string used in the user interface to avoid an error reported by the localization server.
  • By KiamLaLuno: Changed the name of the constants from NODEWORDS_MT_TYPE_* to NODEWORDS_TYPE_*.
  • #636978 by KiamLaLuno: Ubercart catalog page support.
  • #636798 by KiamLaLuno: Re-add the call to drupal_alter('nodewords_tags').
  • #637396 by maximpodorov: Meta tags don't appear because a bug in the function that detects the page being viewed.
  • By KiamLaLuno: Changed the code to use the value of a constant, rather than a literal string.
  • By KiamLaLuno: Fixed the tentative to access a not defined variable.
  • By KiamLaLuno: Removed the option that allowed to decide if the meta tags fieldset should be shown collapsed, or not; the fieldset is now always shown collapsed.
  • By KiamLaLuno: Re-arranged the user interface, and moved code for some form fields from a module to the other.
  • By KiamLaLuno: Fixed the access to a not defined index.
  • By maximpodorov: Corrected array(NODEWORDS_TYPE_FRONTPAGE, 0) in a array(NODEWORDS_TYPE_FRONTPAGE, '').
  • By ilo, KiamLaLuno: Fixed a wrong argument passed to drupal_write_record().
  • #638962 by KiamLaLuno: Unsupported operand types.
  • #639392 by KiamLaLuno: Wildcards not working in "Other Pages".
  • By KiamLaLuno: Corrected the size for the field {nodewords_custom}.name.
  • By KiamLaLuno: Changed the data type for the field {nodewords_custom}.name.
  • By KiamLaLuno: Removed a key from the table nodewords_custom; changed an error message string.
  • #640278 by KiamLaLuno: Change the order the settings for other pages are used.
  • By KiamLaLuno: fixed an error in the custom page edit form, and made the descriptions for some form fields more clear.
  • By KiamLaLuno: Fixed the code that detects if the currently viewed page is included in the settings for the other pages.
  • By KiamLaLuno: Fixed a problem with the canonical URL used for custom pages, and allowed more meta tags to be set for custom pages.
  • By KiamLaLuno: Corrected the acronym for the Internet Content Rating Association used (IRCA versus ICRA).
  • By KiamLaLuno: Corrected a reference to a not correct array index.
  • By KiamLaLuno: Fixed the previous commits.
  • #640906 by ilo: Readme.txt file is completely outdated.
  • #628868 by kiamlaluno: Meta tags content is not indexed from the search module.
  • By kiamlaluno: Changed the description of a form fieldset.
  • #640716 by ilo, kiamlaluno: Admin settings when no tags module is enabled.
  • By KiamLaLuno: Follow-up to the previous commit I made.
  • #646656 by kiamlaluno: When there are no vocabularies, the option for the meta tag KEYWORDS to populate it with taxonomy terms doesn't appear.
  • #646710 by kiamlaluno: Incorrect database schema when updating from a previous version.
  • By kiamlaluno: Changed the size of the field {nodewords_custom}.name.
  • #646966 by kiamlaluno: nodewords_pages_edit_validate() reports the error for the wrong form field.
  • By kiamlaluno: Slightly optimized _nodewords_detect_type_ids().
  • #646996 by kiamlaluno: Hook implemented in nodewords_extra.module doesn't have the correct name.
  • By kiamlaluno: Changed a string used in the user interface.
  • By kiamlaluno: Slightly optimized nodewords_settings_form().
  • #647356 by kiamlaluno: Wrong implementation of hook_theme().
  • By kiamlauno: Removed the variables not used anymore in nodewords_settings_form().
  • By kiamlaluno: Slightly optimized the code.
  • By kiamlaluno: Changed the function nodewords_form() to always show the edit form fields for the default values independently from which meta tags are enabled for editing.
  • #648414 by kiamlaluno: Error while accessing the property of a not object, and an undefined variable.
  • #646964 by kiamlaluno: Meta tag DC.CREATOR always uses the Drupal username.
Created by: apaderno
Created on: 2 Dec 2009 at 20:40 UTC
Last updated: 1 Aug 2018 at 23:20 UTC
New features
Bug fixes
Insecure

Other releases