? Success

User tests: Successful: Unsuccessful:

avatar andrepereiradasilva
andrepereiradasilva
22 Nov 2016

Summary of Changes

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

The method used was:

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

Testing Instructions

  1. Code review
  2. Apply patch and #12916 patch (if not merged yet)
  3. Delete configuration.php
  4. Install Joomla (no sample)
  5. Create a menu item of "Smart Search" type and check all "Use Global"have the global value.

Documentation Changes Required

None.

Added/changed defaults in the xml

changed: none

added:

  • opensearch_name, opensearch_description: empty
avatar andrepereiradasilva andrepereiradasilva - open - 22 Nov 2016
avatar andrepereiradasilva andrepereiradasilva - change - 22 Nov 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 22 Nov 2016
Category Administration com_finder SQL Installation Postgresql MS SQL
avatar brianteeman brianteeman - change - 5 Dec 2016
Easy No Yes
avatar brianteeman
brianteeman - comment - 5 Dec 2016

I have tested this item ? unsuccessfully on 66363b9


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12973.

avatar brianteeman brianteeman - test_item - 5 Dec 2016 - Tested unsuccessfully
avatar brianteeman
brianteeman - comment - 5 Dec 2016

Still got some missing global values
screen shot 2016-12-05 at 06 47 58


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12973.

avatar andrepereiradasilva
andrepereiradasilva - comment - 5 Dec 2016

@brianteeman IIRC those 3 don't have a global value in com_finder, so you can't use global. don't have any idea where the use global is fetched (if it's fetched from somewhere)

avatar brianteeman
brianteeman - comment - 5 Dec 2016

If they dont have a global value then why do they have a use global setting? Is that another bug?

avatar andrepereiradasilva
andrepereiradasilva - comment - 5 Dec 2016

probably .. no time to investigate now what value is read in php

avatar andrepereiradasilva
andrepereiradasilva - comment - 8 Dec 2016

If they dont have a global value then why do they have a use global setting? Is that another bug?

didn't find any references to that in com_finder ( except the xml - https://github.com/joomla/joomla-cms/blob/staging/components/com_finder/views/search/tmpl/default.xml#L100-L133 ), but in other components those parameters exist and are used.

maybe @chrisdavenport knows if they are used or not, and why they don't have a global value like the others.

anyway this PR cannot fix a global value that seems to not exist...

avatar Bakual
Bakual - comment - 8 Dec 2016

They don't have the "show_global" feature turned on anyway, so this PR should be tested without those three options.

I'd say it is a copy paste error and those parameter global options should be removed.

avatar andrepereiradasilva
andrepereiradasilva - comment - 8 Dec 2016

ok. so ready to test

avatar chrisdavenport
chrisdavenport - comment - 8 Dec 2016

I think the global values should exist and should be supported in the core layout. Don't know why they were missed. But, I agree, fixing that should be a different PR.

avatar conconnl
conconnl - comment - 16 Dec 2016

I have tested this item successfully on 56d0503


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12973.

avatar conconnl conconnl - test_item - 16 Dec 2016 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 8 Apr 2017
Easy Yes No
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 May 2017

I have tested this item successfully on 56d0503


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12973.

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 28 May 2017 - Tested successfully
avatar franz-wohlkoenig franz-wohlkoenig - change - 28 May 2017
Status Pending Ready to Commit
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 28 May 2017

RTC after two successful tests but Conflicts are to resolve.

avatar andrepereiradasilva andrepereiradasilva - change - 31 May 2017
Labels Added: ?
avatar rdeutz rdeutz - change - 6 Jun 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-06-06 18:54:28
Closed_By rdeutz
avatar rdeutz rdeutz - close - 6 Jun 2017
avatar rdeutz rdeutz - merge - 6 Jun 2017

Add a Comment

Login with GitHub to post a comment