J3 Issue ?
avatar manfredvdn
manfredvdn
30 Aug 2018

Steps to reproduce the issue

Install the previous version of Joomla and then update to the current version

Expected result

During update 4 counters are visible (percent complete, bytes read, bytes extracted and files extracted). Expected is that the values of all counters increase during the update.

Actual result

The value of files extracted increases and decreases

System information

Joomla 3.8.12

I think that the issue possibly could be fixed by adjusting the file update.js of com_joomlaupdate. In the function stepExtract the line:
jQuery('#extfiles').text(data.files);

has to be changed to:
jQuery('#extfiles').text(stat_files);

avatar manfredvdn manfredvdn - open - 30 Aug 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 30 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 30 Aug 2018
Category com_joomlaupdate com_joomlaupdate Feature Request
avatar franz-wohlkoenig franz-wohlkoenig - change - 30 Aug 2018
Category com_joomlaupdate Feature Request com_joomlaupdate Feature Request UI/UX
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 30 Aug 2018

+1

avatar brianteeman brianteeman - change - 30 Aug 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 30 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 31 Aug 2018
Status New Discussion
avatar frostmakk
frostmakk - comment - 1 Sep 2018

The most annoying thing is that it keeps extracting after the progress bar has reached 100%.
A proper progress bar should never reach100. It should stop at 99, and then disappear when finished.

avatar SharkyKZ
SharkyKZ - comment - 20 Sep 2018

@manfredvdn Can you make a pull request?

avatar manfredvdn
manfredvdn - comment - 21 Sep 2018

@SharkyKZ
I have never made a PR before, but I give it a try next week.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 21 Sep 2018

@manfredvdn if needed: How to make a Pull Request.

avatar joomla-cms-bot joomla-cms-bot - change - 13 Jun 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-06-13 20:57:14
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 13 Jun 2019
avatar Quy Quy - change - 13 Jun 2019
Closed_Date 2019-06-13 20:57:14 2019-06-13 20:57:15
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Jun 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/21922

avatar Quy
Quy - comment - 13 Jun 2019

Please test PR #25198.


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

Add a Comment

Login with GitHub to post a comment