ver. 0.278: Settings + Languages frontend migration, bug fix get_single_settings_value
- Add cached frontend methods to existing Domain repositories (allSettings, getSingleValue, defaultLanguage, activeLanguages, translations) - Convert front\factory\Settings and Languages to facades delegating to Domain repositories - Fix get_single_settings_value() - was hardcoded to 'firm_name', now uses $param correctly - Add CacheHandler stub methods (get/set/exists) to test bootstrap - Establish architectural rule: Domain classes are shared between admin and frontend Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -36,7 +36,14 @@ Alternatywnie (Git Bash):
|
||||
Ostatnio zweryfikowano: 2026-02-16
|
||||
|
||||
```text
|
||||
OK (414 tests, 1335 assertions)
|
||||
OK (427 tests, 1378 assertions)
|
||||
```
|
||||
|
||||
Aktualizacja po migracji Settings + Languages frontend (2026-02-16, ver. 0.278):
|
||||
```text
|
||||
Pelny suite: OK (427 tests, 1378 assertions)
|
||||
Nowe testy: SettingsRepositoryTest (+6: allSettings, getSingleValue, bugfix param), LanguagesRepositoryTest (+7: defaultLanguage, activeLanguages, translations)
|
||||
Zaktualizowane: tests/bootstrap.php (stub CacheHandler: get/set/exists)
|
||||
```
|
||||
|
||||
Aktualizacja po migracji Dashboard + Update + legacy cleanup (2026-02-16, ver. 0.277):
|
||||
|
||||
Reference in New Issue
Block a user