? Success

User tests: Successful: Unsuccessful:

avatar Bakual
Bakual
13 Jan 2014

Testing instructions

Make sure that Joomla updates and extensions updates are found after the patch is applied.

Proposed Changes

  • Change the $query to use the querybuilder.
  • Use an inner join instead of a subselect
  • Do a proper filter if $eid is passed as a single integer. Currently it is expected as an array of integers and will do no filtering at all if a single integer is passed instead of an array. Instead it will search for updates in all sites, slowing down the process. We pass a single integer in some places, like in the Joomla Update component. Thus this should be a bit faster with this patch.
avatar Bakual Bakual - open - 13 Jan 2014
avatar Bakual Bakual - change - 26 Jul 2014
Description <h3>Testing instructions</h3> <p>Make sure that Joomla updates and extensions updates are found after the patch is applied.</p> <h3>Proposed Changes</h3> <ul> <li>Change the <code>$query</code> to use the querybuilder.</li> <li>Use an inner join instead of a subselect</li> <li>Do a proper filter if <code>$eid</code> is passed as a single integer. Currently it is expected as an array of integers and will do no filtering at all if a single integer is passed instead of an array. Instead it will search for updates in all sites, slowing down the process. We pass a single integer in some places, like in the Joomla Update component. Thus this should be a bit faster with this patch.</li> </ul> <h3>Testing instructions</h3> <p>Make sure that Joomla updates and extensions updates are found after the patch is applied.</p> <h3>Proposed Changes</h3> <ul class="task-list"> <li>Change the <code>$query</code> to use the querybuilder.</li> <li>Use an inner join instead of a subselect</li> <li>Do a proper filter if <code>$eid</code> is passed as a single integer. Currently it is expected as an array of integers and will do no filtering at all if a single integer is passed instead of an array. Instead it will search for updates in all sites, slowing down the process. We pass a single integer in some places, like in the Joomla Update component. Thus this should be a bit faster with this patch.</li> </ul>
avatar b2z
b2z - comment - 26 Jul 2014

@test successfull
Tested on Joomla 3.3.3. - extensions updates are found
Tested on Joomla 3.3.1 - extensions and Joomla updates are found

avatar Kubik-Rubik
Kubik-Rubik - comment - 26 Jul 2014

@test @Bakual Works as expected! Move to RTC.

avatar Bakual Bakual - close - 27 Jul 2014
avatar Bakual Bakual - change - 27 Jul 2014
Status New Closed
Closed_Date 0000-00-00 00:00:00 2014-07-27 13:41:18
Labels Added: ?
avatar Bakual Bakual - close - 27 Jul 2014
avatar Bakual Bakual - head_ref_deleted - 27 Jul 2014
avatar Sophist-UK Sophist-UK - reference | 8debff5 - 7 Oct 14

Add a Comment

Login with GitHub to post a comment