forked from joomla/joomla-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
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.2] New tool to update the lists of files and folders to be deleted on core update in script.php #43
Open
richard67
wants to merge
2
commits into
5.2-dev
Choose a base branch
from
5.2-dev-deleted-files-and-folders-improvements-2023-10
base: 5.2-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[5.2] New tool to update the lists of files and folders to be deleted on core update in script.php #43
richard67
wants to merge
2
commits into
5.2-dev
from
5.2-dev-deleted-files-and-folders-improvements-2023-10
Conversation
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
richard67
changed the title
5.2 dev deleted files and folders improvements 2023 10
[5.1] New tool to update the lists of files and folders to be deleted on core update in script.php
Mar 29, 2024
richard67
changed the title
[5.1] New tool to update the lists of files and folders to be deleted on core update in script.php
[5.2] New tool to update the lists of files and folders to be deleted on core update in script.php
Mar 29, 2024
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
April 27, 2024 15:44
f0eaf89
to
a377f1e
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
May 27, 2024 19:47
f76458c
to
fe794a0
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
June 18, 2024 09:06
fe794a0
to
bda9833
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
June 28, 2024 10:21
43cc5de
to
26741b3
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
July 20, 2024 10:02
26741b3
to
e342385
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
August 3, 2024 11:11
bce39ac
to
310fbc9
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
August 18, 2024 08:39
310fbc9
to
17e0146
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
August 31, 2024 08:08
fc05922
to
ee4e467
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
3 times, most recently
from
September 13, 2024 15:00
70036e0
to
c754b08
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
September 23, 2024 09:37
337bfba
to
05264be
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
3 times, most recently
from
October 6, 2024 07:45
f2a03fe
to
f80a0b9
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
October 11, 2024 12:29
f80a0b9
to
d109c00
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
November 17, 2024 11:01
9998725
to
49a5caf
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
November 23, 2024 11:48
49a5caf
to
c87b77b
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
December 1, 2024 13:42
c87b77b
to
f9ce6f3
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
2 times, most recently
from
December 21, 2024 10:48
21d22f1
to
22d3ae8
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
January 10, 2025 14:35
22d3ae8
to
ba73ef6
Compare
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
January 22, 2025 17:13
ba73ef6
to
2bd8987
Compare
- Add feature to use zip files without unpacking. - Let "to" parameter really be optional. - Create also lists of files and folders which have been added back. - Fix the help and doc blocks.
richard67
force-pushed
the
5.2-dev-deleted-files-and-folders-improvements-2023-10
branch
from
January 29, 2025 11:50
2bd8987
to
fd477b3
Compare
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 PR here is just for me for preparing my real PR to the CMS repo and in the mean time documenting which tools I use.
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.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed