Skip to content

Commit c186ba1

Browse files
authored
[5.4] Automated Updates information (joomla#45517)
When using a local dev environment or site that is not publicly accessible such as an intranet the quickicon will display "automated updates connection broken" If you then click on the quickicon you will still not see why it is broken If you then try and save the options only then do you get the technical reason danger Error while registering to automated update service: cURL error 6: Could not resolve host: j51.test (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://j51.test/api/index.php/v1/joomlaupdate/healthcheck (500). This PR adds a fieldset description (displayed as information) which is always displayed Signed-off-by: BrianTeeman <[email protected]>
1 parent ad937d9 commit c186ba1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

administrator/components/com_joomlaupdate/config.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@
7575
<fieldset
7676
name="automated-updates"
7777
label="COM_JOOMLAUPDATE_CONFIG_AUTOMATED_UPDATES_LABEL"
78-
>
78+
description="COM_JOOMLAUPDATE_CONFIG_AUTOMATED_UPDATES_DESC"
79+
>
7980
<field
8081
name="autoupdate"
8182
type="radio"

administrator/language/en-GB/com_joomlaupdate.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COM_JOOMLAUPDATE_AUTOUPDATE_UNREGISTER_SUCCESS="Unregistered from automated upda
1010
COM_JOOMLAUPDATE_CAPTIVE_HEADLINE="Confirm your credentials"
1111
COM_JOOMLAUPDATE_CHECKED_UPDATES="Checked for updates."
1212
COM_JOOMLAUPDATE_CONFIG_AUTOMATED_UPDATES_DISABLED_LABEL="<span class=\"fa-fw me-2 fa fa-info-circle\"></span>Automated updates are only supported for the \"default\" channel and \"Minimum Stability\" \"Stable\"."
13+
COM_JOOMLAUPDATE_CONFIG_AUTOMATED_UPDATES_DESC="Automated updates are only available for sites that are publicly accessible on the internet. If your site is behind a firewall or not publicly accessible, such as a local test environment, you will need to update manually."
1314
COM_JOOMLAUPDATE_CONFIG_AUTOMATED_UPDATES_LABEL="Automated Updates"
1415
COM_JOOMLAUPDATE_CONFIG_AUTOUPDATE_DESC="Automatically update Joomla to the latest version when it is available."
1516
COM_JOOMLAUPDATE_CONFIG_AUTOUPDATE_LABEL="Automated Update"

0 commit comments

Comments
 (0)