- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.7k
[5.0] Finally delete deprecated javascript assets from PR's #38823 and #39374 #40302
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
[5.0] Finally delete deprecated javascript assets from PR's #38823 and #39374 #40302
Conversation
Delete the js files and the asset once deleted with PR's joomla#38823 and joomla#39374 and then added back with PR joomla#39431 for b/c reasons.
| can you create a manual against joomla/Manual#28 please ? | 
| 
 @HLeithner If you tell me where to add that. I have no idea. | 
| 
 @HLeithner And how shall that section be titled and look like? Shall it be "JS removals" and be like the "CSS removals" section? What do you expect? | 
| 
 I would expect something what you also find useful when you read this page ;-) so something like the "CSS removals" would be a good start. including which webasset names are no longer available including the the path to the files and maybe the reason why it's no longer exists. (link to pr when it was removed the first time and that is is no longer used by joomla it self). | 
| @HLeithner What about the language strings removal in PR #40296 ? Does that need to be added to the developer manual, too? | 
| Actually yes, I added the deprecation for the language strings also the manual. So the removal have to be added too. | 
| 
 @HLeithner But that belongs to @brianteeman 's PR #40296 , so I think he should do that. Otherwise I will need again instructions on where to do that. | 
| already sent him a message | 
| @HLeithner For the javascript stuff see joomla/Manual#98 . | 
Pull Request for Issue # .
Summary of Changes
This pull request (PR) finally deletes the js files and the asset which had once been deleted with PR's #38823 and #39374 and then added back with PR #39431 for b/c with old layout overrides.
It is a simple revert of PR #39431 in the 5.0-dev branch plus adding the deleted compiled and minified js files from the media folder on update, i.e. adding them to the deleted files list in "script.php".
The deprecated language strings used by the removed js will be removed with PR #40296 .
Testing Instructions
Code review: Verify that this PR here is exactly reverting PR #40296 plus adding the deleted compiled and minified js files to the deleted files list in "script.php".
In addition, test an update from the latest 4.4-dev nightly build to the update package or custom URL created by Drone for this PR.
Actual result BEFORE applying this Pull Request
Deprecated js files and asset from PR #40296 are still present in the 5.0-dev branch.
Expected result AFTER applying this Pull Request
Deprecated js files and asset from PR #40296 are removed from the 5.0-dev branch, and the compiled and minified js files are deleted on update from 4.4-dev.
Link to documentations
Please select:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org: [5.0] Add javascript removals from PR #40302 Manual#98