User tests: Successful: Unsuccessful:
Make sure that Joomla updates and extensions updates are found after the patch is applied.
$query
to use the querybuilder.$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.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> |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-07-27 13:41:18 |
Labels |
Added:
?
|
Tracker: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=33116