Skip to content

Commit 2522166

Browse files
committed
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev
2 parents f625ba4 + e198c08 commit 2522166

File tree

238 files changed

+13681
-7219
lines changed

Some content is hidden

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

238 files changed

+13681
-7219
lines changed

administrator/components/com_actionlogs/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<config addfieldprefix="Joomla\Component\Actionlogs\Administrator\Field">
3+
<help key="User_Actions_Log:_Options"/>
34
<fieldset name="actionlogs" label="COM_ACTIONLOGS_OPTIONS">
45
<field
56
name="ip_logging"

administrator/components/com_actionlogs/src/View/Actionlogs/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ protected function addToolbar()
140140
$bar = Toolbar::getInstance('toolbar');
141141
$bar->appendButton('Confirm', 'COM_ACTIONLOGS_PURGE_CONFIRM', 'delete', 'COM_ACTIONLOGS_TOOLBAR_PURGE', 'actionlogs.purge', false);
142142
ToolbarHelper::preferences('com_actionlogs');
143-
ToolbarHelper::help('JHELP_COMPONENTS_ACTIONLOGS');
143+
ToolbarHelper::help('User_Actions_Log');
144144
}
145145
}

administrator/components/com_admin/script.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6098,6 +6098,14 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
60986098
'/templates/cassiopeia/css/global/fonts-web_roboto+noto-sans.min.css.gz',
60996099
'/templates/cassiopeia/scss/global/fonts-web_fira-sans.scss',
61006100
'/templates/cassiopeia/scss/global/fonts-web_roboto+noto-sans.scss',
6101+
// From 4.0.3 to 4.0.4
6102+
'/administrator/components/com_joomlaupdate/restore.php',
6103+
'/media/com_joomlaupdate/js/encryption.js',
6104+
'/media/com_joomlaupdate/js/encryption.min.js',
6105+
'/media/com_joomlaupdate/js/encryption.min.js.gz',
6106+
'/media/com_joomlaupdate/js/update.js',
6107+
'/media/com_joomlaupdate/js/update.min.js',
6108+
'/media/com_joomlaupdate/js/update.min.js.gz',
61016109
);
61026110

61036111
$folders = array(

administrator/components/com_admin/src/Model/HelpModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function &getPage()
9393
{
9494
if (is_null($this->page))
9595
{
96-
$this->page = Help::createUrl(Factory::getApplication()->input->get('page', 'JHELP_START_HERE'));
96+
$this->page = Help::createUrl(Factory::getApplication()->input->get('page', 'Start_Here'));
9797
}
9898

9999
return $this->page;

administrator/components/com_admin/src/View/Sysinfo/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ protected function addToolbar(): void
120120
'COM_ADMIN_DOWNLOAD_SYSTEM_INFORMATION_JSON',
121121
'download'
122122
);
123-
ToolbarHelper::help('JHELP_SITE_SYSTEM_INFORMATION');
123+
ToolbarHelper::help('Site_System_Information');
124124
}
125125
}

administrator/components/com_admin/tmpl/help/default.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
</button>
3131
<div class="sidebar-nav" id="help-index">
3232
<ul class="nav flex-column">
33-
<li class="item"><?php echo HTMLHelper::_('link', Help::createUrl('JHELP_START_HERE'), Text::_('COM_ADMIN_START_HERE'), ['target' => 'helpFrame']); ?></li>
33+
<li class="item"><?php echo HTMLHelper::_('link', Help::createUrl('Start_Here'), Text::_('COM_ADMIN_START_HERE'), ['target' => 'helpFrame']); ?></li>
3434
<li class="item"><?php echo HTMLHelper::_('link', 'https://www.gnu.org/licenses/gpl-2.0.html', Text::_('COM_ADMIN_LICENSE'), ['target' => 'helpFrame']); ?></li>
35-
<li class="item"><?php echo HTMLHelper::_('link', Help::createUrl('JHELP_GLOSSARY'), Text::_('COM_ADMIN_GLOSSARY'), ['target' => 'helpFrame']); ?></li>
35+
<li class="item"><?php echo HTMLHelper::_('link', Help::createUrl('Glossary'), Text::_('COM_ADMIN_GLOSSARY'), ['target' => 'helpFrame']); ?></li>
3636
<li class="divider"></li>
3737
<li class="nav-header"><?php echo Text::_('COM_ADMIN_ALPHABETICAL_INDEX'); ?></li>
3838
<?php foreach ($this->toc as $k => $v) : ?>
3939
<li class="item">
40-
<?php $url = Help::createUrl('JHELP_' . strtoupper($k)); ?>
40+
<?php $url = Help::createUrl($k); ?>
4141
<?php echo HTMLHelper::_('link', $url, $v, ['target' => 'helpFrame']); ?>
4242
</li>
4343
<?php endforeach; ?>

administrator/components/com_associations/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<config>
3+
<help key="Multilingual_Associations:_Options"/>
34
<fieldset
45
name="permissions"
56
label="JCONFIG_PERMISSIONS_LABEL"

administrator/components/com_associations/src/View/Association/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,6 @@ protected function addToolbar(): void
386386
}
387387

388388
ToolbarHelper::cancel('association.cancel', 'JTOOLBAR_CLOSE');
389-
ToolbarHelper::help('JHELP_COMPONENTS_ASSOCIATIONS_EDIT');
389+
ToolbarHelper::help('Multilingual_Associations:_Edit');
390390
}
391391
}

administrator/components/com_associations/src/View/Associations/HtmlView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ protected function addToolbar()
244244
ToolbarHelper::preferences('com_associations');
245245
}
246246

247-
ToolbarHelper::help('JHELP_COMPONENTS_ASSOCIATIONS');
247+
ToolbarHelper::help('Multilingual_Associations');
248248
}
249249
}

administrator/components/com_banners/config.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<config>
3+
<help key="Banners:_Options"/>
34
<fieldset
45
name="component"
56
label="COM_BANNERS_FIELDSET_CONFIG_CLIENT_OPTIONS_LABEL"

0 commit comments

Comments
 (0)