Skip to content

Commit 75f992f

Browse files
committed
Merge branch '4.3-dev' into 4.4-dev
2 parents 6c05d60 + 6bcc444 commit 75f992f

File tree

88 files changed

+443
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+443
-149
lines changed

administrator/components/com_joomlaupdate/tmpl/update/default.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
defined('_JEXEC') or die;
1212

1313
use Joomla\CMS\Factory;
14-
use Joomla\CMS\Help\Help;
1514
use Joomla\CMS\Language\Text;
1615
use Joomla\CMS\Router\Route;
1716
use Joomla\CMS\Uri\Uri;
@@ -55,7 +54,7 @@
5554
]
5655
);
5756

58-
$helpUrl = Help::createUrl('JHELP_COMPONENTS_JOOMLA_UPDATE', false);
57+
$helpUrl = 'https://docs.joomla.org/Special:MyLanguage/J4.x:Joomla_Update_Problems';
5958
?>
6059

6160
<div class="px-4 py-5 my-5 text-center" id="joomlaupdate-progress">

administrator/language/en-GB/com_content.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COM_CONTENT_CREATE_ARTICLE_CANCEL_REDIRECT_MENU_LABEL="Cancel Redirect"
2828
COM_CONTENT_CREATE_ARTICLE_CATEGORY_LABEL="Specific Category"
2929
COM_CONTENT_CREATE_ARTICLE_CUSTOM_CANCEL_REDIRECT_DESC="If set to 'Yes', you can set a redirection page, distinct from above 'Submission/Cancel Redirect', to redirect to when user Cancels article submission.<br>If set to 'No', when user Cancels article submission, the user is redirected to the above 'Submission/Cancel Redirect' page."
3030
COM_CONTENT_CREATE_ARTICLE_CUSTOM_CANCEL_REDIRECT_LABEL="Custom Redirect on Cancel"
31-
COM_CONTENT_CREATE_ARTICLE_ERROR="When default category is enabled, a category should be selected."
31+
COM_CONTENT_CREATE_ARTICLE_ERROR="When specific category is enabled, a category should be selected."
3232
COM_CONTENT_CREATE_ARTICLE_REDIRECTMENU_DESC="Select the page the user will be redirected to after a successful article submission and after cancel (if not set differently below). The default is to redirect to the home page."
3333
COM_CONTENT_CREATE_ARTICLE_REDIRECTMENU_LABEL="Submission/Cancel Redirect"
3434
COM_CONTENT_DASHBOARD_TITLE="Content Dashboard"

administrator/language/en-GB/com_users.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COM_USERS_CONFIG_MULTIFACTORAUTH_SETTINGS_LABEL="Multi-factor Authentication"
7373
COM_USERS_CONFIG_NEVERMFAUSERGROUPS_DESC="Any user who belongs in <em>any</em> of the selected user groups will be exempt from Multi-factor Authentication. Even if they have set up Multi-factor Authentication methods they will not be asked to use them when they are logging in, nor will they be able to view them, remove them, or change their configuration."
7474
COM_USERS_CONFIG_NEVERMFAUSERGROUPS_LABEL="Disable Multi-factor Authentication"
7575
COM_USERS_CONFIG_PASSWORD_OPTIONS="Password Options"
76-
COM_USERS_CONFIG_REDIRECTONLOGIN_DESC="If the user has not yet set up Multi-factor Authentication and this option is enabled they will be redirected to the Multi-factor Authentication setup page or the custom URL you set up below. This is meant to be a simple way to to let your users know that Multi-factor Authentication is an option on your site."
76+
COM_USERS_CONFIG_REDIRECTONLOGIN_DESC="If the user has not yet set up Multi-factor Authentication and this option is enabled they will be redirected to the Multi-factor Authentication setup page or the custom URL you set up below. This is meant to be a simple way to let your users know that Multi-factor Authentication is an option on your site."
7777
COM_USERS_CONFIG_REDIRECTONLOGIN_LABEL="Onboard new users"
7878
COM_USERS_CONFIG_REDIRECTURL_DESC="If it's not empty redirects to this URL instead of the Multi-factor Authentication setup page when the option above is enabled. WARNING: This must be a URL inside your site. You cannot log in to an external link or to a different subdomain."
7979
COM_USERS_CONFIG_REDIRECTURL_LABEL="Custom redirection URL"
@@ -178,7 +178,7 @@ COM_USERS_HEADING_LEVEL_NAME_DESC="Level Name descending"
178178
COM_USERS_HEADING_LFT="LFT"
179179
COM_USERS_HEADING_LFT_ASC="LFT ascending"
180180
COM_USERS_HEADING_LFT_DESC="LFT descending"
181-
COM_USERS_HEADING_MFA="Multi-factor Authentication"
181+
COM_USERS_HEADING_MFA="MFA"
182182
COM_USERS_HEADING_NAME="Name"
183183
COM_USERS_HEADING_REGISTRATION_DATE="Registered"
184184
COM_USERS_HEADING_REGISTRATION_DATE_ASC="Registration date ascending"

administrator/modules/mod_quickicon/src/Helper/QuickIconHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ public function getButtons(Registry $params, CMSApplication $application = null)
366366
if ($params->get('show_languages')) {
367367
$tmp = [
368368
'image' => 'icon-comments langmanager',
369-
'link' => Route::_('index.php?option=com_languages&view=installed'),
369+
'link' => Route::_('index.php?option=com_languages&view=languages'),
370370
'linkadd' => Route::_('index.php?option=com_installer&view=languages'),
371371
'name' => 'MOD_QUICKICON_LANGUAGES_MANAGER',
372372
'access' => ['core.manage', 'com_languages'],

build/media_source/templates/administrator/atum/scss/blocks/_quickicons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
.nav {
77
display: grid;
8-
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
8+
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
99
grid-gap: 1rem;
1010
}
1111

installation/configuration.php-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class JConfig
5858
public $helpurl = 'https://help.joomla.org/proxy?keyref=Help{major}{minor}:{keyref}&lang={langcode}';
5959
public $tmp_path = '/tmp'; // This path needs to be writable by Joomla!
6060
public $log_path = '/administrator/logs'; // This path needs to be writable by Joomla!
61-
public $live_site = ''; // Optional, full URL to Joomla install.
61+
public $live_site = ''; // Optional, full URL to Joomla install eg https://www.example.com
6262
public $force_ssl = 0; // Force areas of the site to be SSL ONLY. 0 = None, 1 = Administrator, 2 = Both Site and Administrator
6363

6464
/* Locale Settings */

installation/language/af-ZA/joomla.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ INSTL_DATABASE_NAME_MSG_POSTGRES="Die databasisnaam is ongeldig. Dit moet begin
8181
INSTL_DATABASE_NO_SCHEMA="Geen databasisskema bestaan ​​vir hierdie tipe databasis nie."
8282
INSTL_DATABASE_PASSWORD_DESC="Óf 'n wagwoord wat jy geskep het, óf 'n wagwoord wat jou gasheer verskaf."
8383
INSTL_DATABASE_PREFIX_DESC="Voer 'n tabelvoorvoegsel in of gebruik die lukraak gegenereerde een."
84+
INSTL_DATABASE_PREFIX_DUPLICATE_DESC="As jy 'n bestaande databasis met tabelle met dieselfde voorvoegsel gebruik, sal Joomla daardie bestaande tabelle hernoem deur die voorvoegsel \"bak_\" by te voeg."
8485
INSTL_DATABASE_PREFIX_MSG="Die tabelvoorvoegsel moet met 'n letter begin, optioneel gevolg deur alfanumeriese karakters en 'n onderstreep karakter"
8586
INSTL_DATABASE_RESPONSE_ERROR="Die installasieproses het misluk."
8687
INSTL_DATABASE_TYPE_DESC="Kies die tipe databasis."

installation/language/af-ZA/langmetadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Afrikaans (Suid-Afrika)</name>
4-
<version>4.3.0</version>
5-
<creationDate>2023-04</creationDate>
4+
<version>4.3.3</version>
5+
<creationDate>2023-05</creationDate>
66
<author>Afrikaans Translation Team</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

installation/language/ar-AA/langmetadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Arabic (اللغة العربية)</name>
4-
<version>4.3.0</version>
5-
<creationDate>2023-04</creationDate>
4+
<version>4.3.3</version>
5+
<creationDate>2023-05</creationDate>
66
<author>Dr. Ashraf Damra</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

installation/language/bg-BG/langmetadata.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<metafile client="installation">
33
<name>Bulgarian (bg-BG)</name>
4-
<version>4.3.0</version>
5-
<creationDate>2023-04</creationDate>
4+
<version>4.3.3</version>
5+
<creationDate>2023-05</creationDate>
66
<author>Joomla! Bulgaria</author>
77
<copyright>(C) 2005 Open Source Matters, Inc.</copyright>
88
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>

0 commit comments

Comments
 (0)