[4.1] Improvements for the build/deleted_file_check.php script#23
Closed
[4.1] Improvements for the build/deleted_file_check.php script#23
Conversation
c1d16ac to
3120f0e
Compare
95c082d to
046d543
Compare
046d543 to
ea82b09
Compare
ea82b09 to
079903d
Compare
079903d to
37cf418
Compare
2b4d593 to
46a82bb
Compare
4c69995 to
00e9897
Compare
00e9897 to
19c94f0
Compare
- Ability to use zip files without unpacking - Let "to" parameter really be optional. - Check the major versions from the zip packages or folders and use version specific excluded folders lists. - Create also lists of files and folders which have been added with respect to excluded folders. These can be used to remove files or folders from the deleted files and folders lists when they have been added back. - Let the help and the doc blocks tell the truth (before they were outdated).
19c94f0 to
45fae3a
Compare
Owner
Author
|
Closing in favour of #30 . |
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
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.
This PR here is just for me for preparing my real PR to the CMS repo.
Summary of Changes
with respect to excluded folders.
These lists can be used to check if files or folders should be removed from the lists of stuff to be deleted because the files or folders have been added back again by the new release.
Testing Instructions
Will be added.
Actual result BEFORE applying this Pull Request
Will be added.
Expected result AFTER applying this Pull Request
Will be added.
Documentation Changes Required
None.