Commits auf Quelle (22)
-
verfasst von Henning Leutz
-
verfasst von Michael Danielczok3881f82d
-
verfasst von Michael Danielczok9a559f7f
-
verfasst von Michael Danielczok11b31bfb
-
verfasst von Michael Danielczok815fc014
-
verfasst von Michael Danielczok4beb1aa7
-
verfasst von Michael Danielczokfc684140
-
verfasst von Michael Danielczok7921f5df
-
verfasst von Michael Danielczok1a567cbf
-
verfasst von Michael Danielczok50613b25
-
verfasst von Michael Danielczoka39bf8ee
-
verfasst von Michael Danielczok
Related: #116
72beeb33 -
verfasst von Henning Leutz
Several changes have been made, primarily around checking the existence of methods and classes and removing unnecessary comments. - Method checks have been introduced to ensure the `getCachePath()` method exists before calling it. - Removed invalid phpDocs, e.g., @var $Site Site and @var $Project Project - Fixed typing to align return types and updated a factory method to check class existence. - Added variable definition comments in the settings.css.php file for clarity. Related: #114
8773c99f -
verfasst von Henning Leutz
A fix has been applied in the src/QUI/TemplateCologne/Utils.php file. A condition has been added to check whether the PRODUCT_FIELD_SHIPPING_TIME constant is defined. If not, the function will return false to prevent any potential errors.
704e4892 -
verfasst von Henning Leutz
- Modified format for return types in declaration of functions `getAvatar`, `getConfig`, and `getSetting` for increased readability. - Added `ReflectionClass` usage to check for constant in `QUI\ERP\Shipping\Shipping` in `getShippingTimeFrontendView` function, enhancing maintainability and robustness of the code. - Adjusted the fail-safe condition inside `getShippingTimeFrontendView` to check for the existence of the class 'Shipping' before checking for defined constant, reducing chance of errors. - Imported `ReflectionClass` at the top of the file.
942e123c -
verfasst von Henning Leutz
This commit removes an unnecessary newline in the 'src/QUI/TemplateCologne/Utils.php' file to maintain code cleanliness and readability. It also includes a minor change to spacing for formatting consistency.
40cf4b1f -
verfasst von Michael Danielczok
Related: #117
5b31aa12 -
verfasst von Michael Danielczok
Related: coupons#17
dbff1739 -
verfasst von Michael Danielczok
Related: #119
5e019173 -
verfasst von Michael Danielczok
Related: #115
98689c79 -
verfasst von Michael Danielczok6e847a43
-
verfasst von Michael Danielczok
fix: adjust paths to standard mail templates in quiqqer/core See merge request !24
- .phive/phars.xml 1 Ergänzung, 1 Löschung.phive/phars.xml
- bin/css/buttons.css 2 Ergänzungen, 7 Löschungenbin/css/buttons.css
- bin/css/form.css 22 Ergänzungen, 1 Löschungbin/css/form.css
- bin/css/frontend-users.css 33 Ergänzungen, 160 Löschungenbin/css/frontend-users.css
- bin/css/mini-basket.css 1 Ergänzung, 0 Löschungenbin/css/mini-basket.css
- bin/css/order.css 22 Ergänzungen, 78 Löschungenbin/css/order.css
- bin/css/style.css 14 Ergänzungen, 5 Löschungenbin/css/style.css
- bin/css/user-orders.css 0 Ergänzungen, 198 Löschungenbin/css/user-orders.css
- bin/css/variables.css 5 Ergänzungen, 0 Löschungenbin/css/variables.css
- bin/javascript/init.js 2 Ergänzungen, 2 Löschungenbin/javascript/init.js
- composer.json 3 Ergänzungen, 2 Löschungencomposer.json
- events.xml 1 Ergänzung, 0 Löschungenevents.xml
- index.html 10 Ergänzungen, 10 Löschungenindex.html
- index.php 12 Ergänzungen, 3 Löschungenindex.php
- layout/leftSidebar.html 2 Ergänzungen, 2 Löschungenlayout/leftSidebar.html
- layout/noSidebar.html 2 Ergänzungen, 2 Löschungenlayout/noSidebar.html
- layout/noSidebarThin.html 2 Ergänzungen, 2 Löschungenlayout/noSidebarThin.html
- layout/rightSidebar.html 2 Ergänzungen, 2 Löschungenlayout/rightSidebar.html
- layout/startPage.html 2 Ergänzungen, 2 Löschungenlayout/startPage.html
- locale.xml 18 Ergänzungen, 14 Löschungenlocale.xml
bin/css/user-orders.css
gelöscht
100644 → 0
... | ... | @@ -20,7 +20,7 @@ |
"quiqqer/core": "^2", | ||
"quiqqer/erp": "^3", | ||
"quiqqer/products": "^2", | ||
"quiqqer/order": "^2", | ||
"quiqqer/order": "^2.7.24", | ||
"quiqqer/product-bricks": "^2", | ||
"quiqqer/frontend-users": "^2", | ||
"quiqqer/menu": "^3", | ||
... | ... | @@ -28,7 +28,8 @@ |
"quiqqer/unsemantic": "^2", | ||
"quiqqer-asset/fastclick": "^1", | ||
"quiqqer/tooltips": "^2", | ||
"quiqqer/currency": "^2" | ||
"quiqqer/currency": "^2", | ||
"quiqqer/smarty4": "^2.0.7" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
... | ... |