? PBF Pending

User tests: Successful: Unsuccessful:

avatar zero-24
zero-24
6 Feb 2022

Pull Request for a first subset of the issues reported here #36610 .

Summary of Changes

  • Make sure we use the current information we got from the detailsurl on the getUpdateInformation method
  • Check whether we have got actually an update from the detailsurl or not.
  • Improve joomla update quickicon to use getUpdateInformation vs something from com_installer => This should improve the issues with that quickicon pointing to an outdated version too once merged up to J4
  • Deprecate $this->updateInformation['current'] and move the core to use $this->updateInformation['installed'] => Only keep that old value so that possible admin template overrides are still working

Testing Instructions

First test

  • Install 3.10.6-rc1 on php 5.6 (or on any other none supported setup for J4)
  • switch to the testing update server
  • apply this patch
  • Check the Joomla update quickicon (=> The update should not be shown)
  • go to Joomla Update (=> You only see reinstall)

seccond test

  • Install 3.10.6-rc1 on a J4 supported setup
  • switch to the testing update server
  • apply this patch
  • Check the Joomla update Quickicon (=> Update to J4 are shown)
  • go to Joomla Update (=> Update to J4 are shown)

Actual result BEFORE applying this Pull Request

image

Expected result AFTER applying this Pull Request

image

Documentation Changes Required

none

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar zero-24 zero-24 - open - 6 Feb 2022
avatar zero-24 zero-24 - change - 6 Feb 2022
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 6 Feb 2022
Category Administration com_joomlaupdate Templates (admin) JavaScript Front End Plugins
avatar zero-24 zero-24 - change - 6 Feb 2022
Labels Added: ?
avatar pritam825
pritam825 - comment - 7 Feb 2022

it's almost same as expected, can you please review my screenshot so that I will consider as an successful testing, thanks in advance.
Screenshot (2010)

avatar zero-24
zero-24 - comment - 15 Feb 2022

it's almost same as expected, can you please review my screenshot so that I will consider as an successful testing, thanks in advance.

@pritam825 I'm sorry I did not saw your message earlier yes thats a good test you can try to hit "Check for Updates" to get the reinstall page again too.

avatar pritam825
pritam825 - comment - 16 Feb 2022

@zero-24, no worry ?
thanks ?

avatar zero-24 zero-24 - change - 30 Apr 2022
Labels Added: PBF
avatar tecpromotion tecpromotion - test_item - 10 Jun 2022 - Tested successfully
avatar tecpromotion
tecpromotion - comment - 10 Jun 2022

I have tested this item successfully on c702092

Thanks @zero-24


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

avatar joomla-cms-bot joomla-cms-bot - change - 11 Jun 2022
Category Administration com_joomlaupdate Templates (admin) JavaScript Front End Plugins Administration com_joomlaupdate Templates (admin) Libraries JavaScript Front End Plugins
avatar tecpromotion tecpromotion - test_item - 11 Jun 2022 - Tested successfully
avatar tecpromotion
tecpromotion - comment - 11 Jun 2022

I have tested this item successfully on eeb5aed


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

Bildschirmfoto 2022-06-11 um 18 55 03

avatar zero-24 zero-24 - close - 11 Jun 2022
avatar zero-24 zero-24 - merge - 11 Jun 2022
avatar zero-24 zero-24 - change - 11 Jun 2022
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2022-06-11 16:58:54
Closed_By zero-24
avatar zero-24
zero-24 - comment - 11 Jun 2022

Thanks @tecpromotion and @SniperSister for finding the longstanding issue with the strtolower which caused this mess in the first place. Yes it was me who did the bad code :)

Add a Comment

Login with GitHub to post a comment