-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZIP extraction helper for Joomla Update #35388
Merged
wilsonge
merged 60 commits into
joomla:4.0-dev
from
nikosdion:feature/jupdate-new-restore
Sep 18, 2021
Merged
Changes from 34 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
ae0bcc8
ZIP extraction helper for Joomla Update
nikosdion df2d25a
Change concrete versions to __DEPLOY_VERSION__
e7ed637
Typo fix
45c5252
Remove jQuery dependency
a4718ef
Fix typo
1c1213e
Fix typo
ac9ccfa
Change docblock list character
5164b0d
Typo
nikosdion 32c9494
Make sure these files are not added to the PR
nikosdion 3569ec0
Change the copyright date
nikosdion 3d57865
Add a legal note
nikosdion 4e71949
Update joomla.asset.json per @dgrammatiko suggestion
nikosdion b610e8b
Remove useless DOMContentLoaded event
nikosdion 1054ec2
Wrap the extraction start in a conditional
nikosdion 6ab8871
Consistency
d1a15cf
Invalidate OPcache before deleting/moving file
nikosdion 2a10f97
Show Console error if core JS is not loaded
nikosdion 1a8a8ec
MUCH MORE DETAILED error modal dialog
nikosdion cc0f77a
Language
af7e052
Remove unnecessary suppression
0770e3e
Remove unnecessary suppression
be90c4a
Comment alignment
b8b5302
Remove unused method
nikosdion 540ab88
Allow multi-step extraction without browser errors
nikosdion 85871c2
Extraction could loop forever
nikosdion 5a95d3e
Make the progress bar danger color on failure
nikosdion 888746d
Correct the bytes and percentage displayed
nikosdion 341390c
Mark deprecated method
nikosdion c471811
Bump version
nikosdion b77d1fe
Beautify the update progress page
nikosdion cbb936e
Add since DocBlock tags in extract.php
nikosdion 918f7fc
Various small fixes
nikosdion 55f9679
Reset OPcache before unlink
nikosdion d78475a
No bang
54bfa61
Reset OPcache before unlink
nikosdion fe88d22
Show running file sizes in KiB/MiB etc
nikosdion 984a5ad
Fix missing icon for bytes written
nikosdion 02c179b
Move language strings around
nikosdion 228b997
Remove useless message
nikosdion 8887ee8
Improve accessibility
nikosdion 6b543db
Move formatting of bytes
richard67 648164a
Init display of bytes and files counters
richard67 25d3463
Update display of bytes and files values at the end, too
richard67 593340c
Revert "Update display of bytes and files values at the end, too"
richard67 88b78c2
Try it the other way
richard67 a166ee0
Update administrator/components/com_joomlaupdate/extract.php
1751b6c
Merge pull request #1 from richard67/4.0-dev-nikosdion-feature-jupdat…
19dadcb
Should be sourcePath, not sourceFile
2249665
Fix the percentage reported
6d8fb0a
Make sad robot happy again
69983ca
Make robots happy
94f0366
Correct filename
846c67c
Consistent static typing in finalisation.php
d38263c
restore_finalisation.php as proxy to finalisation.php
b9a82f7
Are you happy now, bad bot?
e44e031
Missing constant declaration
6bb6cf1
Do not delete restore_finalisation.php in com_admin's script.php
6f9c3bf
Remove unused jQuery
b7016d4
Oopsie!
23225f9
Merge branch '4.0-dev' into feature/jupdate-new-restore
richard67 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.