- Mär 04, 2025
-
-
verfasst von Michael Danielczok
Acked-by:
Henning Leutz <leutz@pcsg.de>
-
- Feb 27, 2025
-
-
verfasst von Henning Leutz
The `.gitlab-ci.yml` file was updated to remove the `phpstan` job. This change means we will no longer run static analysis automatically on our CI pipeline. Further discussions may be needed on whether to replace this with another tool or integrate it differently.
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
Modified 'var' declarations to 'const' in CouponCodeInput.js file for better ES6 compliance. This refactoring helps increase code readability and ensures variables are block-scoped, reducing the risk of accidental variable reassignment or mutation.
-
- Feb 23, 2025
-
-
verfasst von Henning Leutz
Debug test
-
verfasst von Henning Leutz
In this commit, modifications have been made to the .gitlab-ci.yml file to allow running PHPUnit on PHP 8.3 in our pipeline. A new job `modify-job` was added which runs phpstan script with following instructions: - Keeping other autoloaders with `QUIQQER_OTHER_AUTOLOADERS=KEEP` - Disabling progress display with `--no-progress` - Removing memory limit with `--memory-limit=-1` - Enabling debug mode with `--debug`
-
- Feb 22, 2025
-
-
verfasst von Henning Leutz
The commit modifies the phpstan.dist.neon configuration file. The changes include removing the excludePaths section and adjusting the end of the file to not have a new line. This simplification will better suit our testing environment.
-
verfasst von Henning Leutz
This commit includes a minor modification in the `phpstan.dist.neon` file where the `excludePaths` value has been updated. Besides, a conditional check has been added in the `onPackageSetup` function, under `Events.php` in the `src/QUI/ERP/Coupons` directory, to only proceed if the package name is 'quiqqer/coupons'. This additional check generally improves the efficiency and correctness of the package setup process.
-
verfasst von Henning Leutz
This commit modifies the phpstan.dist.neon to exclude the DigitalCouponProductType.php file from being analyzed by PHPStan. This was necessary due to consistent unresolvable errors.
-
verfasst von Henning Leutz
This commit modifies the `src/QUI/ERP/Coupons/CouponCode.php` by removing an unexplained variable annotation. In `src/QUI/ERP/Coupons/Products/PhysicalCouponProductType.php`, it introduces an import statement for `QUI\\Locale` and updated the `Locale` parameter type definition in `getTypeDescription` function. This change improves code readability and consistency.
-
verfasst von Henning Leutz
Reviewed code and made several improvements which provide better error handling, code quality, and resolved warnings. The changes include: - Syntax modifications for better readability, - Ensured variable type checks before using methods, - Resolved warning instances in phpstan, - Adapted code to comply with modern PHP nullable type indicator. Alongside, made version update in phive/phars.xml. Also, unnecessary comments or instances are removed for a cleaner code. Related: #16
-
- Feb 12, 2025
-
-
verfasst von Michael Danielczok
Related: #17
-
- Dez 02, 2024
-
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Nov 04, 2024
-
-
verfasst von Michael Danielczok
-
- Okt 31, 2024
-
-
verfasst von Henning Leutz
-
- Aug 05, 2024
-
-
verfasst von Jan Wennrich
Add QUIQQER Tooling See merge request !13
-
- Aug 02, 2024
-
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
verfasst von Jan Wennrich
-
- Jul 04, 2024
-
-
verfasst von Henning Leutz
-
- Mai 10, 2024
-
-
verfasst von Henning Leutz
Dev See merge request !11
-
verfasst von Henning Leutz
-
verfasst von Henning Leutz
-
- Mai 08, 2024
-
-
verfasst von Henning Leutz
fix: quiqqer/quiqqer locale and paths adapted to quiqqer/core See merge request !9
-
- Mai 07, 2024
-
-
verfasst von Henning Leutz
-
- Mai 06, 2024
-
-
verfasst von Henning Leutz
fix(CouponCodeInput): mobile buttons adjusted See merge request !7
-
verfasst von Henning Leutz
fix(CouponCodeInput): mobile buttons adjusted See merge request !5
-
Related: quiqqer/template-cologne#103 (cherry picked from commit fe49e667)
-
verfasst von Henning Leutz
fix: consider case in onQuiqqerOrderBasketRemovePos where article does not exist See merge request !4
-
(cherry picked from commit 017e2453)
-
verfasst von Henning Leutz
feat!: quiqqer v2 See merge request !3
-