We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR w związku ze zmianą oryginału joomla/joomla-cms#44207 Poniżej zmiany w oryginale:
diff --git a/administrator/components/com_guidedtours/src/Controller/AjaxController.php b/administrator/components/com_guidedtours/src/Controller/AjaxController.php index 2e6b4416f6318..5e87035e85226 100644 --- a/administrator/components/com_guidedtours/src/Controller/AjaxController.php +++ b/administrator/components/com_guidedtours/src/Controller/AjaxController.php @@ -37,9 +37,9 @@ public function fetchUserState() { $user = $this->app->getIdentity(); - $tourId = $this->app->input->getInt('tid', 0); - $stepNumber = $this->app->input->getInt('sid', 0); - $context = $this->app->input->getString('context', ''); + $tourId = $this->app->getInput()->getInt('tid', 0); + $stepNumber = $this->app->getInput()->getInt('sid', 0); + $context = $this->app->getInput()->getString('context', ''); if ($user == null || $user->id <= 0) { echo new JsonResponse(['success' => false, 'tourId' => $tourId], Text::_('COM_GUIDEDTOURS_USERSTATE_CONNECTEDONLY'), true); diff --git a/build/media_source/templates/administrator/atum/js/template.es6.js b/build/media_source/templates/administrator/atum/js/template.es6.js index 2e97ef31fc0b8..bc4768b3e0e3a 100644 --- a/build/media_source/templates/administrator/atum/js/template.es6.js +++ b/build/media_source/templates/administrator/atum/js/template.es6.js @@ -296,6 +296,9 @@ document.querySelectorAll('[data-bs-toggle="dropdown"]').forEach((button) => { button.addEventListener('click', () => { document.querySelectorAll('[data-bs-toggle="collapse"]').forEach((cb) => { const target = document.querySelector(cb.getAttribute('data-bs-target')); + if (target.contains(button)) { + return; + } const collapseMenu = bootstrap.Collapse.getInstance(target) || new bootstrap.Collapse(target, { toggle: false, }); diff --git a/installation/language/af-ZA/langmetadata.xml b/installation/language/af-ZA/langmetadata.xml index 700fa863b59d3..70a96d35459fa 100644 --- a/installation/language/af-ZA/langmetadata.xml +++ b/installation/language/af-ZA/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Afrikaans (Suid-Afrika)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Afrikaans Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ar-AA/langmetadata.xml b/installation/language/ar-AA/langmetadata.xml index e2eb32f9cfd8a..219c4995c6b16 100644 --- a/installation/language/ar-AA/langmetadata.xml +++ b/installation/language/ar-AA/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Arabic (اللغة العربية)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Dr. Ashraf Damra</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/be-BY/langmetadata.xml b/installation/language/be-BY/langmetadata.xml index be80c74910914..db8ecc9f63a5d 100644 --- a/installation/language/be-BY/langmetadata.xml +++ b/installation/language/be-BY/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Belarusian (Belarus)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla Belarus Community</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/bg-BG/langmetadata.xml b/installation/language/bg-BG/langmetadata.xml index 0c7278f99f60c..95a21506fe861 100644 --- a/installation/language/bg-BG/langmetadata.xml +++ b/installation/language/bg-BG/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Bulgarian (bg-BG)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Bulgaria</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ca-ES/langmetadata.xml b/installation/language/ca-ES/langmetadata.xml index 0aeb98b01cb45..235aab1a1dd9c 100644 --- a/installation/language/ca-ES/langmetadata.xml +++ b/installation/language/ca-ES/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Catalan (ca-ES)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Catalan [ca-ES] Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/cs-CZ/langmetadata.xml b/installation/language/cs-CZ/langmetadata.xml index b4d2685b98de8..f09db895095ab 100644 --- a/installation/language/cs-CZ/langmetadata.xml +++ b/installation/language/cs-CZ/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Czech (Čeština)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Czech Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/cy-GB/langmetadata.xml b/installation/language/cy-GB/langmetadata.xml index 9b772a9d87f95..271495b24a5ad 100644 --- a/installation/language/cy-GB/langmetadata.xml +++ b/installation/language/cy-GB/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Welsh (United Kingdom)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project - Welsh Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/da-DK/langmetadata.xml b/installation/language/da-DK/langmetadata.xml index 0b06e064a1ef0..2e2c07e0ed5b9 100644 --- a/installation/language/da-DK/langmetadata.xml +++ b/installation/language/da-DK/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Danish (Danmark)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Danish Translation Team (Transl.: Ronny Buelund)</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/el-GR/langmetadata.xml b/installation/language/el-GR/langmetadata.xml index 7a6d1ebf64c35..4001fd77cd652 100644 --- a/installation/language/el-GR/langmetadata.xml +++ b/installation/language/el-GR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Greek (el-GR)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Ομάδα Μετάφρασης: joomla. gr</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/en-AU/langmetadata.xml b/installation/language/en-AU/langmetadata.xml index 0e92d39b55eed..0294456b865aa 100644 --- a/installation/language/en-AU/langmetadata.xml +++ b/installation/language/en-AU/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>English (Australia)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/en-CA/langmetadata.xml b/installation/language/en-CA/langmetadata.xml index 565a0d77870fb..3dbc857333448 100644 --- a/installation/language/en-CA/langmetadata.xml +++ b/installation/language/en-CA/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>English (Canada)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/en-NZ/langmetadata.xml b/installation/language/en-NZ/langmetadata.xml index 077496a9bcaa7..c2ff43cdeaa47 100644 --- a/installation/language/en-NZ/langmetadata.xml +++ b/installation/language/en-NZ/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>English (New Zealand)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/en-US/langmetadata.xml b/installation/language/en-US/langmetadata.xml index 99230ff78ed15..01eaa24903f6e 100644 --- a/installation/language/en-US/langmetadata.xml +++ b/installation/language/en-US/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>English (United States)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/es-ES/langmetadata.xml b/installation/language/es-ES/langmetadata.xml index 30d069f3c49d6..ee1c3e452e9e6 100644 --- a/installation/language/es-ES/langmetadata.xml +++ b/installation/language/es-ES/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Spanish (es-ES)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Spanish [es-ES] Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/et-EE/langmetadata.xml b/installation/language/et-EE/langmetadata.xml index e0446e0eecd14..af63a37fa04d7 100644 --- a/installation/language/et-EE/langmetadata.xml +++ b/installation/language/et-EE/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Estonian</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/eu-ES/langmetadata.xml b/installation/language/eu-ES/langmetadata.xml index 07965e287c867..98ad00d769573 100644 --- a/installation/language/eu-ES/langmetadata.xml +++ b/installation/language/eu-ES/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Basque</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Basque Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/fa-AF/langmetadata.xml b/installation/language/fa-AF/langmetadata.xml index daac81188f1d2..35d9ab80897bf 100644 --- a/installation/language/fa-AF/langmetadata.xml +++ b/installation/language/fa-AF/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>فارسی (دری)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>JoomlaPersian Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/fa-IR/langmetadata.xml b/installation/language/fa-IR/langmetadata.xml index 58af566060cd2..3e4844b31c45b 100644 --- a/installation/language/fa-IR/langmetadata.xml +++ b/installation/language/fa-IR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Persian (fa-IR)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Persian Translation Team: joomlafarsi.com</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/fi-FI/langmetadata.xml b/installation/language/fi-FI/langmetadata.xml index 281fa70dc369c..2aef587e79a08 100644 --- a/installation/language/fi-FI/langmetadata.xml +++ b/installation/language/fi-FI/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Finnish (Finland)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Finnish translation team: Joomla.fi</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/fr-CA/langmetadata.xml b/installation/language/fr-CA/langmetadata.xml index 08d3ee8ce50ab..f34c8ad804213 100644 --- a/installation/language/fr-CA/langmetadata.xml +++ b/installation/language/fr-CA/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>French (Canada)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project - French translation team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/fr-FR/langmetadata.xml b/installation/language/fr-FR/langmetadata.xml index 6b6f815525a3f..b5c4b2972e624 100644 --- a/installation/language/fr-FR/langmetadata.xml +++ b/installation/language/fr-FR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>French (fr-FR)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project - French translation team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/he-IL/langmetadata.xml b/installation/language/he-IL/langmetadata.xml index 11bc063febb04..f55e120082d98 100644 --- a/installation/language/he-IL/langmetadata.xml +++ b/installation/language/he-IL/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Hebrew (Israel)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>פרוייקט ג'ומלה</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/hr-HR/langmetadata.xml b/installation/language/hr-HR/langmetadata.xml index 1e3896d535bc5..7aeeb6ca525b7 100644 --- a/installation/language/hr-HR/langmetadata.xml +++ b/installation/language/hr-HR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Croatian (Croatia)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Hrvatska team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/hu-HU/langmetadata.xml b/installation/language/hu-HU/langmetadata.xml index 75c584775bcd3..2141a287869b9 100644 --- a/installation/language/hu-HU/langmetadata.xml +++ b/installation/language/hu-HU/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Hungarian (Magyar)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Magyarország</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/id-ID/langmetadata.xml b/installation/language/id-ID/langmetadata.xml index f783b2d4dcb46..e5eaa9ac66b8e 100644 --- a/installation/language/id-ID/langmetadata.xml +++ b/installation/language/id-ID/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Bahasa Indonesia (id-ID)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Indonesia</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/it-IT/langmetadata.xml b/installation/language/it-IT/langmetadata.xml index 06b7f386216ef..672599842bdfe 100644 --- a/installation/language/it-IT/langmetadata.xml +++ b/installation/language/it-IT/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Italiano (it-IT)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project (Italian Translation Team)</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ja-JP/langmetadata.xml b/installation/language/ja-JP/langmetadata.xml index 76cc6a36dec7e..8dee39f45a356 100644 --- a/installation/language/ja-JP/langmetadata.xml +++ b/installation/language/ja-JP/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Japanese (Japan)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla!じゃぱん</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ka-GE/langmetadata.xml b/installation/language/ka-GE/langmetadata.xml index 8afc2e362193c..873c9fb9bb8cc 100644 --- a/installation/language/ka-GE/langmetadata.xml +++ b/installation/language/ka-GE/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Georgian (Georgia)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Georgian Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/kk-KZ/langmetadata.xml b/installation/language/kk-KZ/langmetadata.xml index 425a8912fe8d7..0b0ddf21ebe35 100644 --- a/installation/language/kk-KZ/langmetadata.xml +++ b/installation/language/kk-KZ/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Kazakh (Kazakhstan)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Sarvarov Akylkerey</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ko-KR/langmetadata.xml b/installation/language/ko-KR/langmetadata.xml index d999df7b6ce62..7bd0443466129 100644 --- a/installation/language/ko-KR/langmetadata.xml +++ b/installation/language/ko-KR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Korean (Republic of Korea)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! 프로젝트</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/lt-LT/langmetadata.xml b/installation/language/lt-LT/langmetadata.xml index b1edb376472d3..91a26ca396067 100644 --- a/installation/language/lt-LT/langmetadata.xml +++ b/installation/language/lt-LT/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Lietuvių (lt-LT)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Oskaras Jankauskas</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/lv-LV/langmetadata.xml b/installation/language/lv-LV/langmetadata.xml index f1192ddcdf10e..914960e864cd5 100644 --- a/installation/language/lv-LV/langmetadata.xml +++ b/installation/language/lv-LV/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Latvian (Latvia)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Projekts</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/mk-MK/langmetadata.xml b/installation/language/mk-MK/langmetadata.xml index 13bc6d795f07a..955cd09007b27 100644 --- a/installation/language/mk-MK/langmetadata.xml +++ b/installation/language/mk-MK/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Macedonian (mk-MK)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/nl-BE/langmetadata.xml b/installation/language/nl-BE/langmetadata.xml index 78ac74fbda25a..512e77e966700 100644 --- a/installation/language/nl-BE/langmetadata.xml +++ b/installation/language/nl-BE/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Dutch (Belgium)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Dutch (BE) translation team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/nl-NL/langmetadata.xml b/installation/language/nl-NL/langmetadata.xml index 93f5f0542ec09..ab6d3907bbd56 100644 --- a/installation/language/nl-NL/langmetadata.xml +++ b/installation/language/nl-NL/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Dutch (nl-NL)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Dutch Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/pl-PL/langmetadata.xml b/installation/language/pl-PL/langmetadata.xml index 64f423978a3db..19a6029471ea8 100644 --- a/installation/language/pl-PL/langmetadata.xml +++ b/installation/language/pl-PL/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Polski (PL)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Projekt Joomla!</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/pt-BR/langmetadata.xml b/installation/language/pt-BR/langmetadata.xml index 160558e49bc7e..586987be4ca3b 100644 --- a/installation/language/pt-BR/langmetadata.xml +++ b/installation/language/pt-BR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Portuguese (Brazil)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Projeto Joomla!</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/pt-PT/langmetadata.xml b/installation/language/pt-PT/langmetadata.xml index cf4b45deed5b6..f6a78bd6e206b 100644 --- a/installation/language/pt-PT/langmetadata.xml +++ b/installation/language/pt-PT/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Português (Portugal)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Comunidade JoomlaPortugal</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ro-RO/langmetadata.xml b/installation/language/ro-RO/langmetadata.xml index 6ac5207e4bf2e..e1efab542168d 100644 --- a/installation/language/ro-RO/langmetadata.xml +++ b/installation/language/ro-RO/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Română (România)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Horia Negura - Quanta</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/sk-SK/langmetadata.xml b/installation/language/sk-SK/langmetadata.xml index 5bc7676afa199..4bfe8541f2144 100644 --- a/installation/language/sk-SK/langmetadata.xml +++ b/installation/language/sk-SK/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Slovak (Slovakia)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Slovak translation team : Peter Michnica</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/sl-SI/langmetadata.xml b/installation/language/sl-SI/langmetadata.xml index a260d6ea82347..a1f3072fa16c9 100644 --- a/installation/language/sl-SI/langmetadata.xml +++ b/installation/language/sl-SI/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Slovenščina (Slovenija)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Slovenska prevajalska ekipa</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/sr-YU/langmetadata.xml b/installation/language/sr-YU/langmetadata.xml index 3f41a0817ac0c..10ae691e47858 100644 --- a/installation/language/sr-YU/langmetadata.xml +++ b/installation/language/sr-YU/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Srpski (Republika Srbija)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Goran Nešić - UIX Web Design & Saša Matić Bardak.RS</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/sv-SE/langmetadata.xml b/installation/language/sv-SE/langmetadata.xml index ba219bcd33f08..eec0bee49ae68 100644 --- a/installation/language/sv-SE/langmetadata.xml +++ b/installation/language/sv-SE/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Swedish (Sweden)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Swedish Translation Team - SvenskJoomla</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ta-IN/langmetadata.xml b/installation/language/ta-IN/langmetadata.xml index 44f9ae147c5c3..3cdedffc665db 100644 --- a/installation/language/ta-IN/langmetadata.xml +++ b/installation/language/ta-IN/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Tamil (India)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Ilagnayeru 'MIG' Manickam, Elango Samy Manim</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/th-TH/langmetadata.xml b/installation/language/th-TH/langmetadata.xml index 4e114a5c2545e..cb0827dfc50cd 100644 --- a/installation/language/th-TH/langmetadata.xml +++ b/installation/language/th-TH/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Thai (ภาษาไทย)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Thai Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/tr-TR/langmetadata.xml b/installation/language/tr-TR/langmetadata.xml index 875ea04673838..e72c261162f89 100644 --- a/installation/language/tr-TR/langmetadata.xml +++ b/installation/language/tr-TR/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Turkish (Turkey)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Türkiye</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/uk-UA/langmetadata.xml b/installation/language/uk-UA/langmetadata.xml index 42ca4e25eef12..cdb5d99e6434f 100644 --- a/installation/language/uk-UA/langmetadata.xml +++ b/installation/language/uk-UA/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Ukrainian (uk-UA)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Denys Nosov</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/ur-PK/langmetadata.xml b/installation/language/ur-PK/langmetadata.xml index 543c9a70e915c..1d069c8a458d7 100644 --- a/installation/language/ur-PK/langmetadata.xml +++ b/installation/language/ur-PK/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Urdu (ur-PK)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Urdu Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/vi-VN/langmetadata.xml b/installation/language/vi-VN/langmetadata.xml index 0388dc2a5ac26..72a6d8255a89f 100644 --- a/installation/language/vi-VN/langmetadata.xml +++ b/installation/language/vi-VN/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Vietnamese (Vietnam)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla! Project</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/zh-CN/langmetadata.xml b/installation/language/zh-CN/langmetadata.xml index c1fb01d4c3a25..614d2451d6df1 100644 --- a/installation/language/zh-CN/langmetadata.xml +++ b/installation/language/zh-CN/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>Chinese Simplified (China)</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>Joomla中文网</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/installation/language/zh-TW/langmetadata.xml b/installation/language/zh-TW/langmetadata.xml index 513e65c830273..3d34820750e48 100644 --- a/installation/language/zh-TW/langmetadata.xml +++ b/installation/language/zh-TW/langmetadata.xml @@ -2,7 +2,7 @@ <metafile client="installation"> <name>正體中文</name> <version>5.2.0</version> - <creationDate>2024-09</creationDate> + <creationDate>2024-10</creationDate> <author>正體中文 Translation Team</author> <copyright>(C) 2005 Open Source Matters, Inc.</copyright> <license>GNU General Public License version 2 or later; see LICENSE.txt</license> diff --git a/plugins/system/sef/src/Extension/Sef.php b/plugins/system/sef/src/Extension/Sef.php index 3b9c5ae119331..2e0568059cbf9 100644 --- a/plugins/system/sef/src/Extension/Sef.php +++ b/plugins/system/sef/src/Extension/Sef.php @@ -364,7 +364,7 @@ public function removeTrailingSlash(&$router, &$uri) { $path = $uri->getPath(); - if ($path != '/' && str_ends_with($path, '/')) { + if ($path != Uri::base(true) . '/' && str_ends_with($path, '/')) { $uri->setPath(substr($path, 0, -1)); } }
The text was updated successfully, but these errors were encountered:
artur-stepien
wojsmol
zwiastunsw
No branches or pull requests
PR w związku ze zmianą oryginału joomla/joomla-cms#44207 Poniżej zmiany w oryginale:
Click to expand the diff!
The text was updated successfully, but these errors were encountered: