Project

General

Profile

Actions

Feature #106222

open

Offline Mode / external Mentained

Added by Christian Rath-Ulrich 23 days ago. Updated 23 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2025-02-20
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

There are some TYPO3 users who manage their instances centrally externally, sometimes even in read-only systems or without backend internet access, as they are located in a DMZ.

For these instances, it is important that no hard errors are thrown when the TYPO3 version endpoint cannot be reached, for example, when the backend tries to fetch versions via cURL.

Additionally, the system should only display an informational message and prevent editing when files cannot be written, instead of throwing a hard error.

Perhaps the feature-toggle mechanism could actually be used to implement this functionality. With feature toggles.

For example, a toggle could ensure that when attempting to fetch the versions, instead of a hard error, an informational message is displayed if the endpoint is unreachable. Similarly, editing files in a 'read-only' mode could be disabled via a toggle, without overloading the instance.

Actions #1

Updated by Christian Rath-Ulrich 23 days ago

  • Description updated (diff)
Actions

Also available in: Atom PDF