Skip to content
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

[4.2] Improvements for the build/deleted_file_check.php script #30

Closed

Conversation

richard67
Copy link
Owner

This PR here is just for me for preparing my real PR to the CMS repo.

Summary of Changes

  • Ability to use zip files without unpacking
  • Let "to" parameter really be optional.
  • Create also lists of files and folders which have been added
    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.
  • Let the help and the doc blocks tell the truth (before they were outdated).

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.

@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch 3 times, most recently from 5dfc864 to a5c294f Compare July 3, 2022 15:35
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from a5c294f to 245da4e Compare July 16, 2022 07:50
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from 245da4e to 1bfbf0e Compare August 6, 2022 08:13
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from 1bfbf0e to e4d1ed0 Compare August 20, 2022 12:25
# Conflicts:
#	administrator/language/en-GB/install.xml
#	administrator/language/en-GB/langmetadata.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	api/language/en-GB/install.xml
#	api/language/en-GB/langmetadata.xml
#	installation/language/en-GB/langmetadata.xml
#	language/en-GB/install.xml
#	language/en-GB/langmetadata.xml
#	libraries/src/Version.php
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from e4d1ed0 to 903c5d4 Compare August 23, 2022 16:28
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from 903c5d4 to 581f307 Compare August 28, 2022 12:52
HLeithner and others added 11 commits August 28, 2022 15:24
# Conflicts:
#	.gitignore
#	administrator/language/en-GB/install.xml
#	administrator/language/en-GB/langmetadata.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	api/language/en-GB/install.xml
#	api/language/en-GB/langmetadata.xml
#	installation/language/en-GB/langmetadata.xml
#	language/en-GB/install.xml
#	language/en-GB/langmetadata.xml
#	libraries/src/Version.php
Updating 4.3-dev with changes from 4.2-dev
dgrammatiko and others added 20 commits January 12, 2023 17:04
Updating 4.3-dev with changes from 4.2-dev
# Conflicts:
#	administrator/components/com_admin/script.php
#	administrator/components/com_categories/src/Model/CategoryModel.php
#	administrator/components/com_config/src/Model/ApplicationModel.php
#	administrator/components/com_config/src/Model/ComponentModel.php
#	administrator/components/com_fields/src/Model/FieldModel.php
#	administrator/components/com_fields/src/Model/GroupModel.php
#	administrator/components/com_finder/src/Indexer/Query.php
#	administrator/components/com_finder/src/Service/HTML/Filter.php
#	administrator/components/com_finder/src/Service/HTML/Query.php
#	administrator/components/com_joomlaupdate/src/Model/UpdateModel.php
#	administrator/components/com_languages/src/Model/StringsModel.php
#	administrator/components/com_menus/tmpl/items/modal.php
#	administrator/components/com_tags/src/Table/TagTable.php
#	administrator/components/com_users/src/Model/LevelsModel.php
#	administrator/components/com_users/src/Model/MailModel.php
#	administrator/components/com_users/src/Model/UserModel.php
#	administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php
#	components/com_config/src/Controller/ConfigController.php
#	components/com_content/src/Model/ArchiveModel.php
#	components/com_finder/src/Controller/SuggestionsController.php
#	components/com_tags/src/Model/TagModel.php
#	components/com_tags/src/Service/Router.php
#	components/com_tags/src/View/Tag/FeedView.php
#	components/com_tags/src/View/Tag/HtmlView.php
#	components/com_users/src/Controller/ProfileController.php
#	components/com_users/src/Controller/UserController.php
#	composer.lock
#	installation/src/Model/SetupModel.php
#	layouts/joomla/form/field/text.php
#	libraries/namespacemap.php
#	libraries/src/Component/Router/Rules/NomenuRules.php
#	libraries/src/Form/Field/TextField.php
#	libraries/src/Helper/ModuleHelper.php
#	libraries/src/MVC/Model/ListModel.php
#	libraries/src/Object/CMSObject.php
#	libraries/src/Table/ContentType.php
#	plugins/authentication/cookie/src/Extension/Cookie.php
#	plugins/behaviour/versionable/src/Extension/Versionable.php
#	plugins/editors/tinymce/src/Field/TinymcebuilderField.php
#	plugins/extension/namespacemap/src/Extension/NamespaceMap.php
#	plugins/quickicon/extensionupdate/src/Extension/Extensionupdate.php
#	plugins/quickicon/overridecheck/src/Extension/OverrideCheck.php
#	plugins/quickicon/privacycheck/privacycheck.php
#	plugins/user/joomla/joomla.php
re-introduce template support
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from 8004bc0 to f062059 Compare January 21, 2023 09:44
@richard67 richard67 force-pushed the 4.2-dev-deleted-file-check-improvements-2022-06 branch from f062059 to 219f7e6 Compare January 22, 2023 12:41
@richard67 richard67 closed this Feb 4, 2023
@richard67 richard67 deleted the 4.2-dev-deleted-file-check-improvements-2022-06 branch February 4, 2023 10:38
@richard67
Copy link
Owner Author

Replaced by #33 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.