From 1f32fbb89b96edd8a3367d76d2f6276e4a150c0d Mon Sep 17 00:00:00 2001 From: bsiggel Date: Mon, 9 Mar 2026 23:55:42 +0100 Subject: [PATCH] Remove CAICollectionCDokumente and CAICollections controllers, related metadata, and localization files. Update configuration and state files. --- .../Controllers/CAICollectionCDokumente.php | 10 -- .../Custom/Controllers/CAICollections.php | 7 -- .../Resources/i18n/ar_AR/CAICollections.json | 10 -- .../Resources/i18n/bg_BG/CAICollections.json | 10 -- .../Resources/i18n/cs_CZ/CAICollections.json | 10 -- .../Resources/i18n/da_DK/CAICollections.json | 10 -- .../i18n/de_DE/CAICollectionCDokumente.json | 23 ---- .../Resources/i18n/de_DE/CAICollections.json | 9 -- .../Resources/i18n/de_DE/CDokumente.json | 2 - .../Custom/Resources/i18n/de_DE/Global.json | 2 +- .../Resources/i18n/el_GR/CAICollections.json | 10 -- .../Resources/i18n/en_GB/CAICollections.json | 1 - .../i18n/en_US/CAICollectionCDokumente.json | 23 ---- .../Resources/i18n/en_US/CAICollections.json | 12 -- .../Resources/i18n/es_ES/CAICollections.json | 10 -- .../Resources/i18n/es_MX/CAICollections.json | 10 -- .../Resources/i18n/fa_IR/CAICollections.json | 10 -- .../Resources/i18n/fr_FR/CAICollections.json | 5 - .../Resources/i18n/hr_HR/CAICollections.json | 10 -- .../Resources/i18n/hu_HU/CAICollections.json | 10 -- .../Resources/i18n/id_ID/CAICollections.json | 5 - .../Resources/i18n/it_IT/CAICollections.json | 10 -- .../Resources/i18n/ja_JP/CAICollections.json | 10 -- .../Resources/i18n/lt_LT/CAICollections.json | 10 -- .../Resources/i18n/lv_LV/CAICollections.json | 10 -- .../Resources/i18n/nb_NO/CAICollections.json | 10 -- .../Resources/i18n/nl_NL/CAICollections.json | 10 -- .../Resources/i18n/pl_PL/CAICollections.json | 10 -- .../Resources/i18n/pt_BR/CAICollections.json | 10 -- .../Resources/i18n/pt_PT/CAICollections.json | 10 -- .../Resources/i18n/ro_RO/CAICollections.json | 5 - .../Resources/i18n/ru_RU/CAICollections.json | 10 -- .../Resources/i18n/sk_SK/CAICollections.json | 10 -- .../Resources/i18n/sl_SI/CAICollections.json | 10 -- .../Resources/i18n/sr_RS/CAICollections.json | 10 -- .../Resources/i18n/sv_SE/CAICollections.json | 10 -- .../Resources/i18n/th_TH/CAICollections.json | 10 -- .../Resources/i18n/tr_TR/CAICollections.json | 10 -- .../Resources/i18n/uk_UA/CAICollections.json | 10 -- .../Resources/i18n/ur_IN/CAICollections.json | 10 -- .../Resources/i18n/vi_VN/CAICollections.json | 10 -- .../Resources/i18n/zh_CN/CAICollections.json | 10 -- .../Resources/i18n/zh_TW/CAICollections.json | 10 -- .../CAICollectionCDokumente/detail.json | 12 -- .../CAICollectionCDokumente/detailSmall.json | 27 ---- .../metadata/clientDefs/CAICollections.json | 36 ------ .../metadata/clientDefs/CDokumente.json | 4 - .../entityDefs/CAICollectionCDokumente.json | 65 ---------- .../metadata/entityDefs/CAICollections.json | 118 ------------------ .../metadata/entityDefs/CDokumente.json | 14 --- .../metadata/recordDefs/CAICollections.json | 3 - .../scopes/CAICollectionCDokumente.json | 15 --- .../metadata/scopes/CAICollections.json | 23 ---- .../Services/CAICollectionCDokumente.php | 10 -- data/config.php | 2 +- data/state.php | 4 +- 56 files changed, 4 insertions(+), 743 deletions(-) delete mode 100644 custom/Espo/Custom/Controllers/CAICollectionCDokumente.php delete mode 100644 custom/Espo/Custom/Controllers/CAICollections.php delete mode 100644 custom/Espo/Custom/Resources/i18n/ar_AR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/bg_BG/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/cs_CZ/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/da_DK/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CAICollectionCDokumente.json delete mode 100644 custom/Espo/Custom/Resources/i18n/de_DE/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/el_GR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/en_GB/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/en_US/CAICollectionCDokumente.json delete mode 100644 custom/Espo/Custom/Resources/i18n/en_US/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/es_ES/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/es_MX/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/fa_IR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/fr_FR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/hr_HR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/hu_HU/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/id_ID/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/it_IT/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ja_JP/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/lt_LT/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/lv_LV/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/nb_NO/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/nl_NL/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pl_PL/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pt_BR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/pt_PT/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ro_RO/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ru_RU/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sk_SK/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sl_SI/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sr_RS/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/sv_SE/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/th_TH/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/tr_TR/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/uk_UA/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/ur_IN/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/vi_VN/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/zh_CN/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/i18n/zh_TW/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/layouts/CAICollectionCDokumente/detail.json delete mode 100644 custom/Espo/Custom/Resources/layouts/CAICollectionCDokumente/detailSmall.json delete mode 100644 custom/Espo/Custom/Resources/metadata/clientDefs/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CAICollectionCDokumente.json delete mode 100644 custom/Espo/Custom/Resources/metadata/entityDefs/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/metadata/recordDefs/CAICollections.json delete mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAICollectionCDokumente.json delete mode 100644 custom/Espo/Custom/Resources/metadata/scopes/CAICollections.json delete mode 100644 custom/Espo/Custom/Services/CAICollectionCDokumente.php diff --git a/custom/Espo/Custom/Controllers/CAICollectionCDokumente.php b/custom/Espo/Custom/Controllers/CAICollectionCDokumente.php deleted file mode 100644 index 1bb77c32..00000000 --- a/custom/Espo/Custom/Controllers/CAICollectionCDokumente.php +++ /dev/null @@ -1,10 +0,0 @@ - 'youtube.com', 1 => 'google.com' ], - 'microtime' => 1773092106.892439, + 'microtime' => 1773096908.308369, 'siteUrl' => 'https://crm.bitbylaw.com', 'fullTextSearchMinLength' => 4, 'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws', diff --git a/data/state.php b/data/state.php index d6930406..cd084ecc 100644 --- a/data/state.php +++ b/data/state.php @@ -1,7 +1,7 @@ 1773092107, - 'microtimeState' => 1773092107.012107, + 'cacheTimestamp' => 1773096908, + 'microtimeState' => 1773096908.309498, 'currencyRates' => [ 'EUR' => 1.0 ],