Commit Graph

7 Commits

Author SHA1 Message Date
908c997b91 feat: Implement cron job queue system based on database
- Added PHP support to project configuration.
- Updated FTP configuration to exclude additional directories.
- Changed remote database host in config.php and enabled debug mode.
- Removed outdated TODO from documentation and created a new CRON_QUEUE_PLAN.md.
- Introduced a new cron job queue system using database tables pp_cron_jobs and pp_cron_schedules.
- Refactored cron job orchestration to improve management and reliability.
- Updated OrderAdminService to use the new queue system and removed old file-based logic.
- Added migration scripts for new database structure.
2026-02-23 15:22:41 +01:00
5eee2c6649 Refactor code structure for improved readability and maintainability 2026-02-21 21:48:03 +01:00
99d78abea9 Add new files for shop classes in version 0.294
- Introduced class files for Basket, Category, Coupon, Order, Product, ProductAttribute, ProductCustomField, ProductSet, Promotion, Search, Shop, and Transport.
2026-02-18 02:09:08 +01:00
09f90107dc feat: update PHPUnit commands in composer.json and improve update instructions format 2026-02-08 02:00:02 +01:00
a49f7248f4 Zaktualizowano dane połączenia FTP w plikach konfiguracyjnych oraz dodano raportowanie błędów w pliku cron.php. 2025-03-05 13:25:59 +01:00
b0bfda5758 Zaktualizowano dane połączenia FTP w plikach konfiguracyjnych .vscode. 2024-12-29 10:56:36 +01:00
b6107b8c75 first commit 2024-10-23 13:44:50 +02:00