eb8e8fed36
ver. 0.274 - ShopProduct mass_edit + tree UI cleanup
2026-02-15 11:41:04 +01:00
3bac7616e7
ver. 0.273 - ShopProducer refactor + cleanup 6 factory facades
...
- Domain\Producer\ProducerRepository (CRUD + frontend)
- admin\Controllers\ShopProducerController (DI)
- Nowe widoki: producers-list, producer-edit (table-list/form-edit)
- shop\Producer -> fasada do ProducerRepository
- Przepiecie ShopProduct factory na TransportRepository
- Usuniete 6 pustych factory facades: Languages, Newsletter, Scontainers, ShopProducer, ShopTransport, Layouts
- Usuniete legacy: controls\ShopProducer, stare szablony
- Testy: 338 tests, 1063 assertions OK
2026-02-15 10:46:55 +01:00
e51ac7f82b
ver. 0.271 - ShopAttribute refactor + update package
2026-02-14 21:12:17 +01:00
d824ba3909
Integrations DI refactor, remove Sellasist/Baselinker, fix product-edit encoding (0.263)
...
- New: Domain\Integrations\IntegrationsRepository + admin\Controllers\IntegrationsController (DI)
- Cleanup: removed all Sellasist and Baselinker integrations from entire project
- Fix: product-edit.php Polish characters (UTF-8/CP1250 double-encoding)
- Update: factory\Integrations as facade (Apilo + ShopPRO only)
- Tests: 212 tests, 577 assertions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-02-13 21:59:26 +01:00
67705f1f56
ver 0.262 - pages module refactor and admin UX fixes
2026-02-13 21:17:21 +01:00
42e4396064
Refactor Scontainers management
...
- Removed legacy Scontainers controller and view files, transitioning to a new controller structure.
- Introduced ScontainersController to handle CRUD operations with improved dependency injection.
- Created ScontainersRepository for database interactions, encapsulating logic for container management.
- Updated container edit and list views to utilize new templating system.
- Added unit tests for ScontainersRepository and ScontainersController to ensure functionality.
- Enhanced form handling for container editing, including validation and error management.
2026-02-12 23:54:56 +01:00
5e9b998043
Release 0.255: migrate remaining Languages usages to repository DI
2026-02-12 22:28:57 +01:00
f9f2ddd3bb
Refactor admin lists and migrate legacy archive/filemanager controllers
2026-02-11 00:03:07 +01:00
fe4e98d9bd
ver. 0.251 - migrate Dictionaries to Domain/Controller and remove legacy classes
2026-02-10 00:04:32 +01:00
f1c7019cc5
Refactor code structure for improved readability and maintainability
2026-02-06 01:45:58 +01:00
Roman Pyrih
e31074506c
NEW. Dodanie opcji typ pola własnego
2026-01-20 11:33:18 +01:00
9eecf6b415
Add new columns to producer and product language tables
...
- Added 'data' column to 'pp_shop_producer_lang' table for additional metadata storage.
- Added 'security_information' column to 'pp_shop_products_langs' table to enhance product security details.
2026-01-04 21:22:40 +01:00
d903f9fc55
Refactor code structure for improved readability and maintainability
2025-09-28 18:27:48 +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
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
b6107b8c75
first commit
2024-10-23 13:44:50 +02:00