diff --git a/.drone.yml b/.drone.yml
index 5517cb10f5823..9b22abbb42c3f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,7 +6,7 @@ clone:
steps:
- name: setup
- image: joomlaprojects/docker-images:php8.3
+ image: joomlaprojects/docker-images:php8.2
volumes:
- name: certificates
path: /certificates
@@ -14,7 +14,7 @@ steps:
- cp -v tests/certs/* /certificates/
- name: composer
- image: joomlaprojects/docker-images:php8.3
+ image: joomlaprojects/docker-images:php8.2
volumes:
- name: composer-cache
path: /tmp/composer-cache
@@ -63,13 +63,6 @@ steps:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Unit
- - name: php83-unit
- depends_on: [ phpcs ]
- image: joomlaprojects/docker-images:php8.3
- commands:
- - php -v
- - ./libraries/vendor/bin/phpunit --testsuite Unit
-
- name: php81-integration
depends_on: [ npm ]
image: joomlaprojects/docker-images:php8.1
@@ -84,13 +77,6 @@ steps:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration
- - name: php83-integration
- depends_on: [ npm ]
- image: joomlaprojects/docker-images:php8.3
- commands:
- - php -v
- - ./libraries/vendor/bin/phpunit --testsuite Integration
-
- name: php81-integration-pgsql
depends_on: [ npm ]
image: joomlaprojects/docker-images:php8.1
@@ -105,13 +91,6 @@ steps:
- php -v
- ./libraries/vendor/bin/phpunit --testsuite Integration --configuration phpunit-pgsql.xml.dist
- - name: php83-integration-pgsql
- depends_on: [ npm ]
- image: joomlaprojects/docker-images:php8.3
- commands:
- - php -v
- - ./libraries/vendor/bin/phpunit --testsuite Integration --configuration phpunit-pgsql.xml.dist
-
- name: scss-cs
depends_on: [ npm ]
image: node:current-alpine
@@ -166,7 +145,7 @@ steps:
- name: phpnext-system-mysql
depends_on:
- phpmax-system-mysql
- image: joomlaprojects/docker-images:cypress8.3
+ image: joomlaprojects/docker-images:cypress8.2
volumes:
- name: cypress-cache
path: /root/.cache/Cypress
@@ -205,7 +184,7 @@ steps:
- name: phpnext-system-postgres
depends_on:
- phpmax-system-postgres
- image: joomlaprojects/docker-images:cypress8.3
+ image: joomlaprojects/docker-images:cypress8.2
volumes:
- name: cypress-cache
path: /root/.cache/Cypress
@@ -403,6 +382,6 @@ trigger:
---
kind: signature
-hmac: e8ab45eb1d91c0b0b38c8d25a3a983d112c973dcba0153a982f2afd581dfa458
+hmac: 5814cadc441b90eec51da0aa32cd29ff1014c4d759841cc70063b5e9245d2b08
...
diff --git a/administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php b/administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php
index 102e2638c7538..8b4bd4a078a22 100644
--- a/administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php
+++ b/administrator/components/com_actionlogs/src/Helper/ActionlogsHelper.php
@@ -330,12 +330,6 @@ public static function loadActionLogPluginsLanguage()
// Load plg_system_actionlogs too
$lang->load('plg_system_actionlogs', JPATH_ADMINISTRATOR);
- // Load plg_system_privacyconsent too
- $lang->load('plg_system_privacyconsent', JPATH_ADMINISTRATOR);
-
- // Load plg_user_terms too
- $lang->load('plg_user_terms', JPATH_ADMINISTRATOR);
-
// Load com_privacy too.
$lang->load('com_privacy', JPATH_ADMINISTRATOR);
}
diff --git a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/noupdate.php b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/noupdate.php
index f61c771241e33..5a4c9bc3d552a 100644
--- a/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/noupdate.php
+++ b/administrator/components/com_joomlaupdate/tmpl/joomlaupdate/noupdate.php
@@ -19,14 +19,14 @@
$reasonNoDownload = '';
if (!empty($this->reasonNoDownload)) {
- $reasonNoDownload = Text::_($this->reasonNoDownload) . '
';
+ $reasonNoDownload = Text::_($this->reasonNoDownload);
if (isset($this->detailsNoDownload->php)) {
$reasonNoDownload .= Text::sprintf(
'COM_JOOMLAUPDATE_NODOWNLOAD_EMPTYSTATE_REASON_PHP',
$this->detailsNoDownload->php->used,
$this->detailsNoDownload->php->required
- ) . '
';
+ );
}
if (isset($this->detailsNoDownload->db)) {
@@ -35,10 +35,10 @@
Text::_('JLIB_DB_SERVER_TYPE_' . $this->detailsNoDownload->db->type),
$this->detailsNoDownload->db->used,
$this->detailsNoDownload->db->required
- ) . '
';
+ );
}
- $reasonNoDownload .= Text::_('COM_JOOMLAUPDATE_NODOWNLOAD_EMPTYSTATE_REASON_ACTION') . '
';
+ $reasonNoDownload .= Text::_('COM_JOOMLAUPDATE_NODOWNLOAD_EMPTYSTATE_REASON_ACTION');
}
$displayData = [
diff --git a/administrator/components/com_menus/tmpl/items/modal.php b/administrator/components/com_menus/tmpl/items/modal.php
index dd11a10cb5e53..0943ac02a5fc2 100644
--- a/administrator/components/com_menus/tmpl/items/modal.php
+++ b/administrator/components/com_menus/tmpl/items/modal.php
@@ -33,14 +33,14 @@
$editor = $app->getInput()->getCmd('editor', '');
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
-$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1&function=' . $function;
+$link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&' . Session::getFormToken() . '=1';
$multilang = Multilanguage::isEnabled();
if (!empty($editor)) {
// This view is used also in com_menus. Load the xtd script only if the editor is set!
$this->document->addScriptOptions('xtd-menus', ['editor' => $editor]);
$onclick = "jSelectMenuItem";
- $link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&editor=' . $editor . '&' . Session::getFormToken() . '=1&function=' . $function;
+ $link = 'index.php?option=com_menus&view=items&layout=modal&tmpl=component&editor=' . $editor . '&' . Session::getFormToken() . '=1';
}
?>
get('isMedia', 0) ? '/media/templates/' . ((int) $this->template->client_id === 0 ? 'site' : 'administrator') . '/' . $this->template->element . str_replace('//', '/', base64_decode($this->file)) : '/' . ((int) $this->template->client_id === 0 ? '' : 'administrator/') . 'templates/' . $this->template->element . str_replace('//', '/', base64_decode($this->file))), $this->template->element); ?>
+get('isMedia', 0) ? '/media/templates/' . ($this->template->client_id === 0 ? 'site' : 'administrator') . '/' . $this->template->element . str_replace('//', '/', base64_decode($this->file)) : '/' . ($this->template->client_id === 0 ? '' : 'administrator/') . 'templates/' . $this->template->element . str_replace('//', '/', base64_decode($this->file))), $this->template->element); ?>