build(update): paczka 1.697 — Admin\ base infrastructure (Phase 6)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
BIN
updates/1.60/ver_1.697.zip
Normal file
BIN
updates/1.60/ver_1.697.zip
Normal file
Binary file not shown.
43
updates/1.60/ver_1.697_manifest.json
Normal file
43
updates/1.60/ver_1.697_manifest.json
Normal file
@@ -0,0 +1,43 @@
|
|||||||
|
{
|
||||||
|
"changelog": "NEW - Admin\\ base infrastructure (Phase 6): Form Edit System (5 ViewModels + FormValidator) + Support layer (TableListRequestFactory + FormRequestHandler + FormFieldRenderer)",
|
||||||
|
"version": "1.697",
|
||||||
|
"files": {
|
||||||
|
"added": [
|
||||||
|
".paul/governance/governance_2026-04-25.jsonl",
|
||||||
|
".paul/governance/governance_2026-04-26.jsonl",
|
||||||
|
".paul/governance/governance_2026-04-30.jsonl",
|
||||||
|
".paul/phases/04h-hotfix-https-updates/scripts/audit-packages.ps1",
|
||||||
|
".paul/phases/04h-hotfix-https-updates/scripts/cleanup-baks.ps1",
|
||||||
|
".paul/phases/04h-hotfix-https-updates/scripts/inject-anchor-1519.ps1",
|
||||||
|
".paul/phases/04h-hotfix-https-updates/scripts/patch-packages.ps1",
|
||||||
|
".paul/phases/04h-hotfix-https-updates/scripts/patch-urlencode.ps1",
|
||||||
|
".playwright-mcp/console-2026-04-25T23-34-21-170Z.log",
|
||||||
|
".playwright-mcp/page-2026-04-25T23-34-21-330Z.yml",
|
||||||
|
".playwright-mcp/page-2026-04-25T23-41-31-384Z.yml",
|
||||||
|
"autoload/admin/Support/Forms/FormFieldRenderer.php",
|
||||||
|
"autoload/admin/Support/Forms/FormRequestHandler.php",
|
||||||
|
"autoload/admin/Support/TableListRequestFactory.php",
|
||||||
|
"autoload/admin/Validation/FormValidator.php",
|
||||||
|
"autoload/admin/ViewModels/Forms/FormAction.php",
|
||||||
|
"autoload/admin/ViewModels/Forms/FormEditViewModel.php",
|
||||||
|
"autoload/admin/ViewModels/Forms/FormField.php",
|
||||||
|
"autoload/admin/ViewModels/Forms/FormFieldType.php",
|
||||||
|
"autoload/admin/ViewModels/Forms/FormTab.php"
|
||||||
|
],
|
||||||
|
"deleted": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"modified": [
|
||||||
|
"autoload/Domain/Releases/UpdateRepository.php",
|
||||||
|
"autoload/Shared/Helpers/Helpers.php"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"checksum_zip": "sha256:53ceb21f0d8c4aad3bbea3afaf2e28c2e3570405a6d6e4e489355e8c7985d6b6",
|
||||||
|
"sql": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"date": "2026-04-30",
|
||||||
|
"directories_deleted": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -11,7 +11,7 @@ $mdb = new medoo( [
|
|||||||
'charset' => 'utf8'
|
'charset' => 'utf8'
|
||||||
] );
|
] );
|
||||||
|
|
||||||
$current_ver = 1696; // aktualizowane automatycznie przez build-update.ps1
|
$current_ver = 1697; // aktualizowane automatycznie przez build-update.ps1
|
||||||
|
|
||||||
// 1. Skan filesystem Ä‚ËÂÂÄ‚ËÂĂˀšÂ¬ĂËÂĂ˂¬ĹĄ lista istniejÄ‚ĂË€žĂËÂĂ˂¬Â¦cych ZIPĂ„ĂË€šÄąĂË€šw
|
// 1. Skan filesystem Ä‚ËÂÂÄ‚ËÂĂˀšÂ¬ĂËÂĂ˂¬ĹĄ lista istniejÄ‚ĂË€žĂËÂĂ˂¬Â¦cych ZIPĂ„ĂË€šÄąĂË€šw
|
||||||
$versions = [];
|
$versions = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user