From 83aca92261e0a0f230860c90502fb39ab279b6d2 Mon Sep 17 00:00:00 2001 From: Luca Scalzotto Date: Wed, 24 Jan 2024 09:59:31 +0100 Subject: [PATCH] Fix file modes --- .github/workflows/ci.yml | 0 .github/workflows/versions.yml | 0 .gitignore | 0 Block/Adminhtml/Form/Field/Countries.php | 0 Block/Adminhtml/Order/View/Tab/Custom.php | 0 Block/Adminhtml/System/Config/Form/Field/Countriesmap.php | 0 Block/Adminhtml/System/Config/Form/Field/CustomRowOne.php | 0 CHANGELOG.md | 0 Controller/Adminhtml/Order/CustomTab.php | 0 Controller/Adminhtml/Order/UpdateOrder.php | 0 Controller/Adminhtml/Shipment/Index.php | 0 Controller/Adminhtml/Shipment/Printlabel.php | 0 DEVELOPMENT.md | 0 LICENSE.txt | 0 Model/Carrier/Parcelpro.php | 0 Model/CustomConfigProvider.php | 0 Model/Parcelpro.php | 0 Model/Resource/Parcelpro.php | 0 Model/Resource/Parcelpro/Collection.php | 0 Model/System/Config/Source/Country.php | 0 Observer/Shipment.php | 0 Observer/Trackinfo.php | 0 Plugin/PluginBefore.php | 0 README.md | 0 Setup/InstallSchema.php | 0 Setup/UpgradeSchema.php | 0 composer.json | 0 docker-compose.yml | 0 etc/adminhtml/di.xml | 0 etc/adminhtml/routes.xml | 0 etc/adminhtml/system.xml | 0 etc/config.xml | 0 etc/events.xml | 0 etc/frontend/di.xml | 0 etc/module.xml | 0 phpcs.xml | 0 phpmd.xml | 0 registration.php | 0 view/adminhtml/layout/adminhtml_system_config_edit.xml | 0 view/adminhtml/layout/sales_order_view.xml | 0 view/adminhtml/templates/order/view/tab/custom.phtml | 0 view/adminhtml/ui_component/sales_order_grid.xml | 0 view/adminhtml/web/css/parcelpro.css | 0 view/adminhtml/web/css/parcelpro.min.css | 0 view/frontend/layout/checkout_cart_index.old | 0 view/frontend/layout/checkout_index_index.old | 0 view/frontend/layout/default.xml | 0 view/frontend/layout/shipping_tracking_popup.xml | 0 view/frontend/requirejs-config.js | 0 view/frontend/templates/tracking/popup.phtml | 0 view/frontend/web/css/parcelpro.css | 0 view/frontend/web/js/action/set-shipping-information-mixin.js | 0 view/frontend/web/js/action/set-shipping-information.js | 0 view/frontend/web/js/model/shipping-rates-validation-rules.js | 0 .../model/shipping-rates-validation-rules/parcelpro_shipment.js | 0 view/frontend/web/js/model/shipping-rates-validator.js | 0 view/frontend/web/js/model/shipping-save-processor.js | 0 view/frontend/web/js/model/shipping-save-processor/default.js | 0 view/frontend/web/js/view/billing-address-mixin.js | 0 view/frontend/web/js/view/billing-address.js | 0 view/frontend/web/js/view/billing-address/list.js | 0 view/frontend/web/js/view/place-button-mixin.js | 0 view/frontend/web/js/view/shipping-mixin.js | 0 view/frontend/web/js/view/shipping-rates-validation.js | 0 view/frontend/web/js/view/shipping.old | 0 view/frontend/web/template/amastyonepage/methods.html | 0 view/frontend/web/template/amastyonepage/shipping.html | 0 view/frontend/web/template/onepage/2columns.html | 0 view/frontend/web/template/onepage/3columns.html | 0 view/frontend/web/template/onepage/shipping/methods.html | 0 view/frontend/web/template/shipping.html | 0 71 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .github/workflows/ci.yml mode change 100755 => 100644 .github/workflows/versions.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 Block/Adminhtml/Form/Field/Countries.php mode change 100755 => 100644 Block/Adminhtml/Order/View/Tab/Custom.php mode change 100755 => 100644 Block/Adminhtml/System/Config/Form/Field/Countriesmap.php mode change 100755 => 100644 Block/Adminhtml/System/Config/Form/Field/CustomRowOne.php mode change 100755 => 100644 CHANGELOG.md mode change 100755 => 100644 Controller/Adminhtml/Order/CustomTab.php mode change 100755 => 100644 Controller/Adminhtml/Order/UpdateOrder.php mode change 100755 => 100644 Controller/Adminhtml/Shipment/Index.php mode change 100755 => 100644 Controller/Adminhtml/Shipment/Printlabel.php mode change 100755 => 100644 DEVELOPMENT.md mode change 100755 => 100644 LICENSE.txt mode change 100755 => 100644 Model/Carrier/Parcelpro.php mode change 100755 => 100644 Model/CustomConfigProvider.php mode change 100755 => 100644 Model/Parcelpro.php mode change 100755 => 100644 Model/Resource/Parcelpro.php mode change 100755 => 100644 Model/Resource/Parcelpro/Collection.php mode change 100755 => 100644 Model/System/Config/Source/Country.php mode change 100755 => 100644 Observer/Shipment.php mode change 100755 => 100644 Observer/Trackinfo.php mode change 100755 => 100644 Plugin/PluginBefore.php mode change 100755 => 100644 README.md mode change 100755 => 100644 Setup/InstallSchema.php mode change 100755 => 100644 Setup/UpgradeSchema.php mode change 100755 => 100644 composer.json mode change 100755 => 100644 docker-compose.yml mode change 100755 => 100644 etc/adminhtml/di.xml mode change 100755 => 100644 etc/adminhtml/routes.xml mode change 100755 => 100644 etc/adminhtml/system.xml mode change 100755 => 100644 etc/config.xml mode change 100755 => 100644 etc/events.xml mode change 100755 => 100644 etc/frontend/di.xml mode change 100755 => 100644 etc/module.xml mode change 100755 => 100644 phpcs.xml mode change 100755 => 100644 phpmd.xml mode change 100755 => 100644 registration.php mode change 100755 => 100644 view/adminhtml/layout/adminhtml_system_config_edit.xml mode change 100755 => 100644 view/adminhtml/layout/sales_order_view.xml mode change 100755 => 100644 view/adminhtml/templates/order/view/tab/custom.phtml mode change 100755 => 100644 view/adminhtml/ui_component/sales_order_grid.xml mode change 100755 => 100644 view/adminhtml/web/css/parcelpro.css mode change 100755 => 100644 view/adminhtml/web/css/parcelpro.min.css mode change 100755 => 100644 view/frontend/layout/checkout_cart_index.old mode change 100755 => 100644 view/frontend/layout/checkout_index_index.old mode change 100755 => 100644 view/frontend/layout/default.xml mode change 100755 => 100644 view/frontend/layout/shipping_tracking_popup.xml mode change 100755 => 100644 view/frontend/requirejs-config.js mode change 100755 => 100644 view/frontend/templates/tracking/popup.phtml mode change 100755 => 100644 view/frontend/web/css/parcelpro.css mode change 100755 => 100644 view/frontend/web/js/action/set-shipping-information-mixin.js mode change 100755 => 100644 view/frontend/web/js/action/set-shipping-information.js mode change 100755 => 100644 view/frontend/web/js/model/shipping-rates-validation-rules.js mode change 100755 => 100644 view/frontend/web/js/model/shipping-rates-validation-rules/parcelpro_shipment.js mode change 100755 => 100644 view/frontend/web/js/model/shipping-rates-validator.js mode change 100755 => 100644 view/frontend/web/js/model/shipping-save-processor.js mode change 100755 => 100644 view/frontend/web/js/model/shipping-save-processor/default.js mode change 100755 => 100644 view/frontend/web/js/view/billing-address-mixin.js mode change 100755 => 100644 view/frontend/web/js/view/billing-address.js mode change 100755 => 100644 view/frontend/web/js/view/billing-address/list.js mode change 100755 => 100644 view/frontend/web/js/view/place-button-mixin.js mode change 100755 => 100644 view/frontend/web/js/view/shipping-mixin.js mode change 100755 => 100644 view/frontend/web/js/view/shipping-rates-validation.js mode change 100755 => 100644 view/frontend/web/js/view/shipping.old mode change 100755 => 100644 view/frontend/web/template/amastyonepage/methods.html mode change 100755 => 100644 view/frontend/web/template/amastyonepage/shipping.html mode change 100755 => 100644 view/frontend/web/template/onepage/2columns.html mode change 100755 => 100644 view/frontend/web/template/onepage/3columns.html mode change 100755 => 100644 view/frontend/web/template/onepage/shipping/methods.html mode change 100755 => 100644 view/frontend/web/template/shipping.html diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/Block/Adminhtml/Form/Field/Countries.php b/Block/Adminhtml/Form/Field/Countries.php old mode 100755 new mode 100644 diff --git a/Block/Adminhtml/Order/View/Tab/Custom.php b/Block/Adminhtml/Order/View/Tab/Custom.php old mode 100755 new mode 100644 diff --git a/Block/Adminhtml/System/Config/Form/Field/Countriesmap.php b/Block/Adminhtml/System/Config/Form/Field/Countriesmap.php old mode 100755 new mode 100644 diff --git a/Block/Adminhtml/System/Config/Form/Field/CustomRowOne.php b/Block/Adminhtml/System/Config/Form/Field/CustomRowOne.php old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/Controller/Adminhtml/Order/CustomTab.php b/Controller/Adminhtml/Order/CustomTab.php old mode 100755 new mode 100644 diff --git a/Controller/Adminhtml/Order/UpdateOrder.php b/Controller/Adminhtml/Order/UpdateOrder.php old mode 100755 new mode 100644 diff --git a/Controller/Adminhtml/Shipment/Index.php b/Controller/Adminhtml/Shipment/Index.php old mode 100755 new mode 100644 diff --git a/Controller/Adminhtml/Shipment/Printlabel.php b/Controller/Adminhtml/Shipment/Printlabel.php old mode 100755 new mode 100644 diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md old mode 100755 new mode 100644 diff --git a/LICENSE.txt b/LICENSE.txt old mode 100755 new mode 100644 diff --git a/Model/Carrier/Parcelpro.php b/Model/Carrier/Parcelpro.php old mode 100755 new mode 100644 diff --git a/Model/CustomConfigProvider.php b/Model/CustomConfigProvider.php old mode 100755 new mode 100644 diff --git a/Model/Parcelpro.php b/Model/Parcelpro.php old mode 100755 new mode 100644 diff --git a/Model/Resource/Parcelpro.php b/Model/Resource/Parcelpro.php old mode 100755 new mode 100644 diff --git a/Model/Resource/Parcelpro/Collection.php b/Model/Resource/Parcelpro/Collection.php old mode 100755 new mode 100644 diff --git a/Model/System/Config/Source/Country.php b/Model/System/Config/Source/Country.php old mode 100755 new mode 100644 diff --git a/Observer/Shipment.php b/Observer/Shipment.php old mode 100755 new mode 100644 diff --git a/Observer/Trackinfo.php b/Observer/Trackinfo.php old mode 100755 new mode 100644 diff --git a/Plugin/PluginBefore.php b/Plugin/PluginBefore.php old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/Setup/InstallSchema.php b/Setup/InstallSchema.php old mode 100755 new mode 100644 diff --git a/Setup/UpgradeSchema.php b/Setup/UpgradeSchema.php old mode 100755 new mode 100644 diff --git a/composer.json b/composer.json old mode 100755 new mode 100644 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100755 new mode 100644 diff --git a/etc/adminhtml/di.xml b/etc/adminhtml/di.xml old mode 100755 new mode 100644 diff --git a/etc/adminhtml/routes.xml b/etc/adminhtml/routes.xml old mode 100755 new mode 100644 diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml old mode 100755 new mode 100644 diff --git a/etc/config.xml b/etc/config.xml old mode 100755 new mode 100644 diff --git a/etc/events.xml b/etc/events.xml old mode 100755 new mode 100644 diff --git a/etc/frontend/di.xml b/etc/frontend/di.xml old mode 100755 new mode 100644 diff --git a/etc/module.xml b/etc/module.xml old mode 100755 new mode 100644 diff --git a/phpcs.xml b/phpcs.xml old mode 100755 new mode 100644 diff --git a/phpmd.xml b/phpmd.xml old mode 100755 new mode 100644 diff --git a/registration.php b/registration.php old mode 100755 new mode 100644 diff --git a/view/adminhtml/layout/adminhtml_system_config_edit.xml b/view/adminhtml/layout/adminhtml_system_config_edit.xml old mode 100755 new mode 100644 diff --git a/view/adminhtml/layout/sales_order_view.xml b/view/adminhtml/layout/sales_order_view.xml old mode 100755 new mode 100644 diff --git a/view/adminhtml/templates/order/view/tab/custom.phtml b/view/adminhtml/templates/order/view/tab/custom.phtml old mode 100755 new mode 100644 diff --git a/view/adminhtml/ui_component/sales_order_grid.xml b/view/adminhtml/ui_component/sales_order_grid.xml old mode 100755 new mode 100644 diff --git a/view/adminhtml/web/css/parcelpro.css b/view/adminhtml/web/css/parcelpro.css old mode 100755 new mode 100644 diff --git a/view/adminhtml/web/css/parcelpro.min.css b/view/adminhtml/web/css/parcelpro.min.css old mode 100755 new mode 100644 diff --git a/view/frontend/layout/checkout_cart_index.old b/view/frontend/layout/checkout_cart_index.old old mode 100755 new mode 100644 diff --git a/view/frontend/layout/checkout_index_index.old b/view/frontend/layout/checkout_index_index.old old mode 100755 new mode 100644 diff --git a/view/frontend/layout/default.xml b/view/frontend/layout/default.xml old mode 100755 new mode 100644 diff --git a/view/frontend/layout/shipping_tracking_popup.xml b/view/frontend/layout/shipping_tracking_popup.xml old mode 100755 new mode 100644 diff --git a/view/frontend/requirejs-config.js b/view/frontend/requirejs-config.js old mode 100755 new mode 100644 diff --git a/view/frontend/templates/tracking/popup.phtml b/view/frontend/templates/tracking/popup.phtml old mode 100755 new mode 100644 diff --git a/view/frontend/web/css/parcelpro.css b/view/frontend/web/css/parcelpro.css old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/action/set-shipping-information-mixin.js b/view/frontend/web/js/action/set-shipping-information-mixin.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/action/set-shipping-information.js b/view/frontend/web/js/action/set-shipping-information.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/model/shipping-rates-validation-rules.js b/view/frontend/web/js/model/shipping-rates-validation-rules.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/model/shipping-rates-validation-rules/parcelpro_shipment.js b/view/frontend/web/js/model/shipping-rates-validation-rules/parcelpro_shipment.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/model/shipping-rates-validator.js b/view/frontend/web/js/model/shipping-rates-validator.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/model/shipping-save-processor.js b/view/frontend/web/js/model/shipping-save-processor.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/model/shipping-save-processor/default.js b/view/frontend/web/js/model/shipping-save-processor/default.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/billing-address-mixin.js b/view/frontend/web/js/view/billing-address-mixin.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/billing-address.js b/view/frontend/web/js/view/billing-address.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/billing-address/list.js b/view/frontend/web/js/view/billing-address/list.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/place-button-mixin.js b/view/frontend/web/js/view/place-button-mixin.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/shipping-mixin.js b/view/frontend/web/js/view/shipping-mixin.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/shipping-rates-validation.js b/view/frontend/web/js/view/shipping-rates-validation.js old mode 100755 new mode 100644 diff --git a/view/frontend/web/js/view/shipping.old b/view/frontend/web/js/view/shipping.old old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/amastyonepage/methods.html b/view/frontend/web/template/amastyonepage/methods.html old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/amastyonepage/shipping.html b/view/frontend/web/template/amastyonepage/shipping.html old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/onepage/2columns.html b/view/frontend/web/template/onepage/2columns.html old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/onepage/3columns.html b/view/frontend/web/template/onepage/3columns.html old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/onepage/shipping/methods.html b/view/frontend/web/template/onepage/shipping/methods.html old mode 100755 new mode 100644 diff --git a/view/frontend/web/template/shipping.html b/view/frontend/web/template/shipping.html old mode 100755 new mode 100644