Skip to content
Code-Schnipsel Gruppen Projekte
  1. Mär 31, 2025
    • Henning Leutz's avatar
      refactor: update registration css and html · 431bb05d
      verfasst von Henning Leutz
      Update `Registration.css` and `Registration.html` to enhance UI design. Added a new css class
      `.quiqqer-frontendUsers-controls-registrars-list` with properties for flex display, direction, gap,
      and width. This class was applied in `Registration.html` to improve the layout of `registrars`
      section. Also, removed an unnecessary line in `Registration.php`.
      431bb05d
  2. Mär 30, 2025
  3. Mär 20, 2025
  4. Mär 17, 2025
  5. Mär 04, 2025
    • Henning Leutz's avatar
      fix: category opening bug · 83727394
      verfasst von Henning Leutz
      Double click if QUIQQER_SITE.url had a host. This happens if the project has multiple hosts. This caused an incorrect category to be opened
      83727394
    • Henning Leutz's avatar
      fix(phpstan): update exception handling and class checking · 58156ac2
      verfasst von Henning Leutz
      This commit adds safeguard checks to ensure specific classes ('QUI\\ERP\\Order\\Exception' and
      'QUI\\REST\\ResponseFactory') exist before proceeding in
      'src/QUI/FrontendUsers/Controls/Address/Address.php' and
      'src/QUI/FrontendUsers/Rest/Routes/GetRegisterRequiredFields.php'. If these classes are not found,
      the new code logs an error message and throws a general 'QUI\\Exception'.
      58156ac2
    • Henning Leutz's avatar
      fix(phpstan): enhance checks for method exists and type hinting` · 1ac7dc00
      verfasst von Henning Leutz
      - Introduced checks for 'setAttribute' and 'getTitle' method existence in FrontendUsers controls.
      - Improved type hinting across multiple files.
      - Fixed @phpstan-ignore-line.
      - Code clean up and tidy in various files.
      1ac7dc00
    • Henning Leutz's avatar
      chore: update phpstan version and remove redundant error logs · b9db8919
      verfasst von Henning Leutz
      This commit updates the phpstan version in the .phive/phars.xml file from 1.11.8 to 1.12.13 and
      sets its copy attribute to false. It also removes all errors in the phpstan-baseline.neon file as
      they are no longer relevant or have been fixed.
      b9db8919
  6. Feb 26, 2025
  7. Feb 13, 2025
  8. Feb 11, 2025
  9. Feb 10, 2025
    • Henning Leutz's avatar
      fix: update confirmation link in delete user · 0bc7588e
      verfasst von Henning Leutz
      In `src/QUI/FrontendUsers/Handler.php`, the 'confirmLink' value has been updated to use the
      `getVerificationUrl()` method from its `verification` object. This ensures the correct verification
      URL is passed when sending a 'delete user' confirmation email.
      0bc7588e
  10. Jan 23, 2025
  11. Jan 08, 2025
  12. Dez 18, 2024
  13. Nov 19, 2024
  14. Okt 23, 2024
  15. Okt 17, 2024
  16. Okt 16, 2024
  17. Aug 05, 2024
  18. Aug 02, 2024
Lade