| /[drupal]/contributions/modules/nodewords/nodewords.admin.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
By KiamLaLuno: Follow-up to the previous commit I made.
#640716 by ilo, kiamlaluno: Admin settings when no tags module is enabled.
By kiamlaluno: Changed the description of a form fieldset.
#628868 by kiamlaluno: Meta tags content is not indexed from the search module.
By KiamLaLuno: fixed an error in the custom page edit form, and made the descriptions for some form fields more clear.
By KiamLaLuno: Removed a key from the table nodewords_custom; changed an error message string.
#639392 by KiamLaLuno: Wildcards not working in "Other Pages".
By ilo, KiamLaLuno: Fixed a wrong argument passed to drupal_write_record().
By KiamLaLuno: Fixed the previous commit.
By KiamLaLuno: Re-arranged the user interface, and moved code for some form fields from a module to the other.
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: Optimized the code.
By KiamLaLuno: Changed the name of the constants from NODEWORDS_MT_TYPE_* to NODEWORDS_TYPE_*.
By KiamLaLuno: Changed a string used in the user interface to avoid an error reported by the localization server.
#635386 by KiamLaLuno: Add more options to filter the text present in the node teaser used as meta tag content.
By KiamLaLuno: Changed a pseudo form identifier to avoid confusion with a real form identifier.
By KiamLaLuno: Changed a pseudo form identifier to avoid confusion with a real form identifier.
By KiamLaLuno: Added the settings to enable the integration with checkall.module, and vertical_tabs.module.
By KiamLaLuno: Changed some functions to use / return a single value, instead of an array.
By KiamLaLuno: Changed the arguments of nodewords_save_tags().
By KiamLaLuno: Replaced a literal string with a constant.
By KiamLaLuno: Replaced a string with a constant.
By KiamLaLuno: Simplified the meta tags edit form, and removed the fieldsets used.
By KiamLaLuno: Simplified the meta tags edit form, and removed the fieldsets used.
By KiamLaLuno: Changed the weight of the submission buttons of the settings page to avoid rendering problems when Vertical tabs is enabled (the change is necessary for the next commits that will be done).
By KiamLaLuno: Added a description for the fieldset "Advanced options".
By KiamLaLuno: Added a description for the fieldset "Advanced options".
By Davide Reid: Fixed the problem with the fieldsets being rendered below the submission buttons when Vertical tabs was enabled.
By KiamLaLuno: Added a constant.
By KiamLaLuno: Replaced some literal strings with constants.
#617600 by KiamLaLuno: Missing a way to add pages to 'other pages' setting.
#617600 by KiamLaLuno: Missing a way to add pages to 'other pages' setting.
#613350 by KiamLaLuno: Rename the tab "Global and default meta tags".
#613350 by KiamLaLuno: Rename the tab "Global and default meta tags".
By KiamLaLuno: Added the code to validate the value set for the meta tags maximum length; fixed a previous commit.
By KiamLaLuno: Added the code to validate the value set for the meta tags maximum length.
#610458 by hass, KiamLaLuno: Extend default max meta description length to 350 characters.
#610458 by hass, KiamLaLuno: Extend default max meta description length to 350 characters.
By KiamLaLuno: Updating the files content to start a new branch.
By KiamLaLuno: Synchronizing the files to HEAD.
#587070 by KiamLaLuno: Meta tags form fields are always shown in the administration pages even if they are not selected to appear in the edit forms.
By KiamLaLuno: Corrected the form identifier passed to the function handling the meta tags.
#604160 by KiamLaLuno: Call to undefined function drupal_get_install_files() in nodewords.module line 1084.
By KiamLaLuno: Removed a message that was shown twice.
By KiamLaLuno: Added the code to show Nodewords requirements errors in the module settings pages.
- #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: 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: Added code to clear the cache containing the list of defined meta tags. - By KiamLaLuno: Changed some strings used in the user interface.
By KiamLaLuno: Added the support for the DC schema.
By KiamLaLuno: Fixed a problem with the user interface that could happen when the module CheckAll was enabled.
By KiamLaLuno: Fixed some notices about the access to not defined variables.
By KiamLaLuno: Changed a string used in the user interface that was not clearly describing the purpose of a setting.
#591524 by KiamLaLuno: Caching issues are still present.
#587152 by KiamLaLuno: colspan counter wrong.
- By KiamLaLuno: Slightly optimized the code. - #590222 by KiamLaLuno: Implement hook_node_type().
By KiamLaLuno: Changed the string used in the user interface as it was reporting something not true.
#588156 by hass: Translatable string review.
- #587514 by KiamLaLuno: Reintroduce the global keywords as in the previous version of the module. - By KiamLaLuno: Modified the form ID passed to functions implementing a meta tag.
By KiamLaLuno: Fixed a problem with the user interface present when checkall.module is enabled.
By KiamLaLuno: Corrected two strings used in the user interface.
By KiamLaLuno: Removed the parameter of a function.
By KiamLaLuno: Corrected the code.
By KiamLaLuno: Removed the options for the error page titles.
#542078: Integration with CheckAll.
By KiamLaLuno: Extended the integration with checkall.module.
By KiamLaLuno: Changed the other pages meta tags setting pages as it was before.
By KiamLaLuno: Changed a string used in the user interface.
By KiamLaLuno: Reverted the user interface.
By KiamLaLuno: Changed the range used in the weight field.
By KiamLaLuno: Changed the settings page for the custom pages meta tags.
- By KiamLaLuno: Renamed table nodewords_page_weight to nodewords_custom. - By KiamLaLuno: Added a new table field.
- By KiamLaLuno: Fixed some problems. - By KiamLaLuno: Changed the user interface. - By KiamLaLuno: Renamed some functions.
By KiamLaLuno: Slightly changed the settings page for the other pages mata tags.
- By KiamLaLuno: Renamed some functions. - #236833 by KiamLaLuno: Add more settings pages for the global meta tags.
#547956 by KiamLaLuno: Meta tag keywords doesn't show any keywords in the page output.
By KiamLaLuno: Removed all the lines containing only indentation spaces.
By KiamLaLuno: Added a settings page for the meta tags of the tracker pages.
- By KiamLaLuno: Added more options. - By KiamLaLuno: Follow-up to the previous commits.
By KiamLaLuno: Corrected the previous commits.
By KiamLaLuno: Changed the code to refers to the project as Nodewords.
By KiamLaLuno: Added a space before/after the strings concatenation operator.
By KiamLaLuno: Changed the parameters passed to the functions handling the meta tags.
#523536 by KiamLaLuno: Sort the meta tags fields shown in the edit page.
- By KiamLaLuno: Replaced the calls to asort() with calls to ksort(). - By KiamLaLuno: Removed a ksort() call left-over.
By KiamLaLuno: Changed two strings used in the user interface.
#523536 by KiamLaLuno: Sort the meta tags fields shown in the edit page.
- #523272 by KiamLaLuno: Problems setting meta tags configuration up. - By KiamLaLuno: Removed the code to handle the site verification codes (it will be added as a separated module). - By KiamLaLuno: Corrected a URL showed in the settings page. - By KiamLaLuno; Added a validation function for the canonical URL meta tag.
By KiamLaLuno: Changed the user interface to support CheckAll.
- By KiamLaLuno: Fixed some problems find in the code. - By KiamLaLuno: Fixed a problem with the user interface; changed two fieldsets to dynamically collapse.
By KiamLaLuno: Added the code to write a log message when the meta tags are edited.
- By KiamLaLuno: Corrected, and optimized the code. - By KiamLaLuno: Removed the Drupal block created by the module. - By KiamLaLuno: Reverted the changes made with #509910.
By KiamLaLuno: Corrected the reference to the wrong submission function.
- #517464 by KiamLaLuno: Reorganize the settings page. - #518146 by KiamLaLuno: Rename "Global meta tags" as "Default meta tags". - #510200 by KiamLaLuno: Global meta tags should be saved in the database as the other meta tags.
- #518342 by KiamLaLuno: The module doesn't output all the meta tags. - By KiamLaLuno: Back-ported code from version 6.x-2.x-dev.
By KiamLaLuno: Rearranged the code.
#509802 by KiamLaLuno: Allow multiple values per meta tag.
- #516518 by KiamLaLuno: _nodewords_get_possible_tags(TRUE) is not returning the list of meta tags. - By KiamLaLuno: Corrected a function that was overriding its parameter with the value obtained by another function.
#516506 by KiamLaLuno: Invalid argument supplied for foreach().
By KiamLaLuno: Rearranged, and optimized the code.
- #515836 by KiamLaLuno: Error while saving the front page meta tags. - #515180 by KiamLaLuno: Use different Drupal variables for the settings.
By KiamLaLuno: Changed "::" with ":" in the option strings.
By KiamLaLuno: Changed some strings used as index for an array of function options.
By KiamLaLuno: Used two different submission functions for the front page settings page.
By KiamLaLuno: Changed which field sets are collapsed, and which are not.
By KiamLaLuno: Corrected the code following the suggestions given by coder.module.
#509910 by KiamLaLuno: Remove the option for the meta tags that can be edited.
#509836 by KiamLaLuno: Add additional checks for the user permissions.
#509826 by KiamLaLuno: The global meta tags field set is shown on the bottom of the form.
#508894 by KiamLaLuno: Allow the user to edit the global value for each meta tag.
#300180 by KiamLaLuno: Add permissions to edit each meta tag.
By KiamLaLuno: Slightly optimized the code.
- #478990 by Kiam@avpnet.org: Add the support for more meta tags setting fields - By Kiam@avpnet.org: Added a setting for the node teaser specific to each content type - By Kiam@avpnet.org: Fixed some code errors found
By Kiam@avpnet.org: Removed a not necessary parameter to the calls to <meta_tag>_form($type, $value, $settings); removed the reference to a not initialized variable.
By Kiam@avpnet.org: Fixed a problem with the front page meta tags that were not showed in the front page settings form.
- #478988 by Robrecht Jacques, Kiam@avpnet.org: Change the way the list of supported meta tags is created - By Kiam@avpnet.org: Slightly optimized the code.
- #476602 by Kiam@avpnet.org: Information about meta tags should come only from the .inc files - By Kiam@avpnet.org: Corrected the reference to the wrong settings option
By Kiam@avpnet.org: Corrected the reference to the wrong settings option.
By Kiam@avpnet.org: Corrected the strings used as title for the checkbox fields.
- #178307 by deviantintegral, joestewart@drupal.org, Kiam@avpnet.org: Handling of ALT attributes - By Kiam@avpnet.org: Corrected the code that alter the content database field, and that was not compatible with all the database engines; rearranged the settings page; changed the structure of the settings; optimized the code; added the validation for the settings page
By Kiam@avpnet.org: Replaced the call to ucfirst() with a call to drupal_ucfirst().
By Kiam@avpnet.org: corrected the t() placeholder used to insert a URL in the string to translate; corrected the inconsistent use of uppercase/lowercase in the title used in the <a> tag.
By Kiam@avpnet.org: Changed the front page settings page to use default buttons, and nessages; renamed two submit functions.
By Kiam@avpnet.org: Changed the user interface (now the 'Auto-keywords vocabularies' list uses checkboxes if there are less than 11 vocabularies); added support for Check All.
- #445464 by Kiam@avpnet.org: Add the option to disable the meta tags editing for users - By Kiam@avpnet.org: Rearranged the code; changed the user interface
- By Kiam@avpnet.org: Optimized the code after applying the two patches - #428348 by lasatnico: Allow hook_nodewords() to override existing tags - #388516 by psynaptic, clarkburbidge: Default to collapsed fieldset on form pages
by robrechtj : PHP5 notices
#272171 by gengel : automatically increase db column every time a larger max size is requested. Thanks!
- adding more construction options (based on the requirements of int_meta module) - checking content
Enabled/Disabled => Yes/No
using NODEWORDS_INHERIT/DISABLED/ENABLED for defaults
allow editing of defaults
no need to disable the submit button if there are no attributes defined
it's not an error if both name and value is empty
no need for hidden form elements
#209939 : 'Repeat for lists' checkbox description wrong. Thanks arvana.
This is a complete rewrite of nodewords module to allow the definition of any meta tag (not only the limited builtin ones), to allow the use of tokens, to allow the definition of DublinCore meta tags, to allow <link>, <meta> and <meta http-equiv> meta tags, to improve integration with views or panels (read arguments), to allow different defaults and/or meta tags for different content types, views or panels (aka contexts), ... This first commit has nothing useful yet. It does not create any meta tags in the HTML HEAD. It does not allow you to edit meta tags. It does not upgrade correctly from previous versions. Etc. DO NOT USE IT unless you are interested in the way the module is going to. DO NOT UPGRADE TO IT because all data will be lost. DO NOT USE ON PRODUCTION SITES because it is ALPHA or even PRE-ALPHA code.
file nodewords.admin.inc was added on branch DRUPAL-6--2 on 2008-02-15 14:08:32 +0000
#203254 : first try at D6 port. Thanks hass ao.
file nodewords.admin.inc was initially added on branch DRUPAL-6--1.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |