User tests: Successful: Unsuccessful:
Remove the deprecated code in the bootstrap files.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
?
|
Category | Libraries | ⇒ | Administration com_search Libraries |
I have tested this item
OK I've been meaning to test some parts of the search plugin but just haven't found the time so can we fix the conflicts here and i'll just merge it and we can find anything in testing in nightly's if there is anything
Fixed
Labels |
Removed:
J4 Issue
|
OK Spent some time looking into the search thing. I'd imagine that code is hacking around something like https://github.com/joomla/joomla-cms/blob/staging/plugins/search/content/content.php#L401 because if we get an admin menu instance here we're never going to be able to find an item id. It's just going to be about getting an SEF URL I guess. Also possible if we get https://github.com/joomla/joomla-cms/blob/staging/plugins/search/content/content.php#L53 out the container then we can force this to always be a site instance which is more sane anyhow.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-04 15:25:08 |
Closed_By | ⇒ | wilsonge |
Still unconvinced RE: the above. But we need to continue cleanup for beta. So we can always bring some form of that code back if essential
Removed the JSite hacks in the search component. I tried the searches in the front and gathered statistics for the back end. Never got an issue because of a missing JSite class.