- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3.7k
[5.0] Update deleted files list in script.php for 5.0.0-alpha2 #41037
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
          
     Merged
      
      
            HLeithner
  merged 3 commits into
  joomla:5.0-dev
from
richard67:5.0-dev-deleted-files-and-folders-2023-06-24
  
      
      
   
  Jun 26, 2023 
      
    
                
     Merged
            
            [5.0] Update deleted files list in script.php for 5.0.0-alpha2 #41037
                    HLeithner
  merged 3 commits into
  joomla:5.0-dev
from
richard67:5.0-dev-deleted-files-and-folders-2023-06-24
  
      
      
   
  Jun 26, 2023 
              
            Conversation
  
    
      This file contains hidden or 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
    
  
  
    
    
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Jun 24, 2023 
    
    
  
| thanks | 
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Jul 3, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Jul 22, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Jul 23, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Jul 24, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Aug 12, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Aug 19, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 1, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 4, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 4, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 4, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 5, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 14, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 19, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 26, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 26, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 26, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Sep 26, 2023 
    
    
  
    
  richard67 
      added a commit
        to richard67/joomla-cms
      that referenced
      this pull request
    
      Oct 1, 2023 
    
    
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      
  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.
  
    
  
    
Pull Request for Issue # .
Summary of Changes
This pull request (PR) updates the list of files to be deleted on update in file "administrator/components/com_admin/script.php" to recent changes in the 5.0-dev branch in preparation for the upcoming 5.0.0-alpha2 release.
In detail deleted files from following PR's are added:
*-es5.js,*-es5.min.jsand*-es5.min.js.gzbelow the/mediafolder,and files
'/media/vendor/mediaelement/js/mediaelement-flash-audio-ogg.swf',
'/media/vendor/mediaelement/js/mediaelement-flash-audio.swf',
'/media/vendor/mediaelement/js/mediaelement-flash-video-hls.swf',
'/media/vendor/mediaelement/js/mediaelement-flash-video-mdash.swf',
'/media/vendor/mediaelement/js/mediaelement-flash-video.swf',
'/libraries/vendor/jfcherng/php-diff/src/languages/readme.txt', (from dependency update)
'/plugins/editors-xtd/pagebreak/pagebreak.php', (from upmerged PR Convert the page break plugin to service providers #40743 )
Testing Instructions
Code review.
Or if you want to make a real test, update a 4.4.0-alpha1 or a 5.0.0-alpha1 to the last 5.0 nightly build to get the actual result, and update a 4.4.0-alpha1 or a 5.0.0-alpha1 to the update package built by Drone for this PR to get the expected result.
Actual result BEFORE applying this Pull Request
The files mentioned above are still present after updating from a 4.4.0-alpha1 or a 5.0.0-alpha1.
Expected result AFTER applying this Pull Request
The files mentioned above have been deleted after updating from a 4.4.0-alpha1 or a 5.0.0-alpha1.
Link to documentations
Please select:
No documentation changes for docs.joomla.org needed
No documentation changes for manual.joomla.org needed