[6.0] Upmerges - 2025-08-27#45995
Merged
Bodge-IT merged 39 commits intojoomla:6.0-devfrom Aug 28, 2025
Merged
Conversation
* Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
Smart Search module creates new Query and triggers `Joomla\Component\Finder\Administrator\Indexer::processString()` method which loads available taxonomy branch titles via separate SQL query per each module (duplicate query). We should not process empty string, when the module is loaded without any input. Plus, `Taxonomy::getBranchTitles()` load should use static cache and produce only single query to prevent duplicate when we have multiple mod_finder instances (i.e. typical case for Yootheme templates where one module is rendered in header and second in mobile dialog).
joomla#45644) * Remove use of deprecated dispatcher
Small tweak to the label of this option and add a description Signed-off-by: BrianTeeman <brian@teeman.net>
Fix default upload folder to be same as Media "Path to Images Folder" option.
* Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
This is considered a failing metric in automated PCI scans under the "session hijacking" category and thus should be avoided. PHP 4.3 introduced the "session.use_only_cookies" PHP configuration option which meant that passing in a session ID via GET/POST variables can be disabled. The code in Joomla should at very least honour this setting. Alternatively, if no good reason for this code exists, it should be removed entirely. Co-authored-by: Hannes Papenberg <info@joomlager.de> Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Allon Moritz <allon.moritz@digital-peak.com>
* Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update * Language update --------- Co-authored-by: Richard Fath <richard67@users.noreply.github.com> Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
This PR adds a new plugin event that allows 3rd party extensions to stop automatted updates. This allows 3rd party developers to i.e. enforce special conditions like "only perform auto updates if a backup using my backup extension has been performed in the last 24h". Furthermore, this PR also fixed the version number in the "failed update" notfication that is sent when an update is blocked by a plugin. Side note: A new "after update" event is not required, as the default after update event will be called.
* Convert update infourl into legacy data format
[5.4] Upmerge 2025-08-26
|
Please add more information to your issue. Without test instructions and/or any description we will close this issue within 4 weeks. Thanks. |
richard67
reviewed
Aug 27, 2025
administrator/components/com_admin/sql/updates/mysql/6.0.0-2025-08-16.sql
Outdated
Show resolved
Hide resolved
richard67
reviewed
Aug 27, 2025
administrator/components/com_admin/sql/updates/postgresql/6.0.0-2025-08-16.sql
Outdated
Show resolved
Hide resolved
richard67
reviewed
Aug 27, 2025
richard67
reviewed
Aug 27, 2025
…into upmerges/2025-08-27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.