?
avatar alkarana
alkarana
23 Dec 2016

This PR intends to normalize config global default options in com_tags.

The method used was:

Review cs of the config.xml file - also add missing default values
Check the current params in installation joomla.sql mysql
Add missing defaults to install sql
Testing Instructions

Code review
Apply patch
Delete configuration.php
Install Joomla (no sample)
Create tag menu items and check all "Use Global" have the global value.
Documentation Changes Required

None.

Added/changed defaults in the xml

changed:

history_limit: 10 (was 5 - uniformize with articles)
tag_list_orderby: c.core_title (was title - which doesn't exist)
added:

tag_list_image: empty
tag_list_show_item_description: 1 (the first option of the list)
tag_list_item_maximum_characters: 0 (not sure about this one please confirm)
all_tags_tag_maximum_characters: 0 (not sure about this one please confirm)
Note: also correct the parameter all_tags_show_tag_descripion by all_tags_show_tag_description this was nto working because the parameter was badly named in the xml files

avatar alkarana alkarana - open - 23 Dec 2016
avatar joomla-cms-bot joomla-cms-bot - labeled - 23 Dec 2016
avatar Bakual
Bakual - comment - 23 Dec 2016

This PR intends to normalize config global default options in com_tags.

I'm not sure what you intended to do here but this isn't a PR as there is no code attached.
I'm closing this for now.

avatar Bakual Bakual - change - 23 Dec 2016
Status New Closed
Closed_Date 0000-00-00 00:00:00 2016-12-23 07:52:10
Closed_By Bakual
avatar Bakual Bakual - close - 23 Dec 2016

Add a Comment

Login with GitHub to post a comment