Commit Graph

19 Commits

Author SHA1 Message Date
0d31931295 Add configuration for cron key and document code style conventions
- Added cron key to config.php for scheduled tasks.
- Created code_style_and_conventions.md to outline PHP version, file naming, DI pattern, controller wiring, Medoo ORM pitfalls, test conventions, caching, and database structure.
- Added project_overview.md detailing the purpose, tech stack, architecture, entry points, and key classes of the shopPRO project.
- Introduced suggested_commands.md for testing and system utilities commands.
- Added task_completion_checklist.md for a structured approach to completing tasks.
- Included .DS_Store files in autoload and templates directories for macOS compatibility.
2026-02-27 14:57:02 +01:00
4cbe1c2cb8 feat: add language backend configuration and update documentation
- Added `language_backend` option to project.yml for specifying the language backend (LSP or JetBrains).
- Updated CLAUDE.md with a note on downloading log files from the FTP server.
- Removed unnecessary .DS_Store files from autoload and templates directories.
- Deleted outdated log files from the logs directory.
2026-02-24 21:14:14 +01:00
aab31a9877 Usunięto nieużywane logowanie płatności w klasie Order oraz usunięto pliki .DS_Store z katalogów autoload i templates 2025-12-28 11:06:04 +01:00
a4300b2947 Refactor file manager key handling in article, banner, and producer edit templates; remove unnecessary .DS_Store files 2025-10-01 09:03:03 +02:00
ef15f16e18 Add is_required column to pp_shop_products_custom_fields table
This commit introduces a new column `is_required` to the `pp_shop_products_custom_fields` table. The column is of type TINYINT, cannot be null, and has a default value of 1. This change is intended to enhance the product custom fields by allowing the specification of whether a field is mandatory.
2025-08-19 20:31:44 +02:00
84333c1b59 Usunięto pliki .DS_Store oraz zaktualizowano klucz Google Geocode w pliku geocode-cache.php 2025-08-18 13:12:50 +02:00
fc4d692847 update 2025-08-12 23:40:25 +02:00
3a3464c062 Usunięto pliki .DS_Store oraz dodano warunek sprawdzający status sklepu przed aktualizacją statusu zamówienia w cron.php. 2025-07-14 14:59:19 +02:00
73a9c5b33e Zaktualizowano metody get_product_sku i get_product_ean, aby obsługiwały opcję pobierania SKU i EAN z produktu nadrzędnego; usunięto plik .DS_Store. 2025-03-30 18:43:06 +02:00
ab3951992b Usunięto pliki .DS_Store z katalogu autoload oraz front; dodano opakowanie kodu JavaScript w funkcję jQuery dla lepszej organizacji. 2025-03-21 23:07:46 +01:00
2242a0e10d Usunięto pliki .DS_Store z katalogu autoload oraz front. 2025-03-17 17:18:58 +01:00
e350f92f68 Zmieniono nazwę kolumny client_email na order_email w widoku zamówień oraz usunięto pliki .DS_Store. 2025-03-14 21:11:09 +01:00
b5c614d792 Poprawiono obsługę kuponów w szczegółach zamówienia, aby uniknąć błędów przy braku identyfikatora kuponu. 2025-03-12 08:05:34 +01:00
e674ae6f42 Usunięto pliki .DS_Store, dodano kolumnę used_count do tabeli pp_shop_coupon, zaktualizowano wersję na 0.227 oraz dodano obsługę kuponów w szczegółach zamówienia. 2025-03-11 23:56:46 +01:00
90bec6e9a7 Zaktualizowano logikę aktualizacji artykułów, aby ustawić datę modyfikacji na bieżącą datę i czas. 2025-02-20 21:01:52 +01:00
e3b4ec973b Popraw obsługę błędów i optymalizację połączeń z Redis w różnych klasach 2024-11-08 00:16:19 +01:00
fc35061406 Zmień limit długości wiadomości zamówienia na 900 znaków oraz popraw sposób wyświetlania błędów walidacji 2024-11-07 12:57:17 +01:00
1a68e5b58a Refactor value handling in multiple classes to streamline data processing 2024-11-01 00:11:11 +01:00
b18806c475 Refactor value handling in multiple classes to improve data processing and maintainability 2024-10-30 09:38:23 +01:00