Skip to content

[5.3] Versioning table column fix#46007

Closed
bembelimen wants to merge 182 commits intojoomla:5.3-devfrom
bembelimen:5.3/versioning-table-column-fix
Closed

[5.3] Versioning table column fix#46007
bembelimen wants to merge 182 commits intojoomla:5.3-devfrom
bembelimen:5.3/versioning-table-column-fix

Conversation

@bembelimen
Copy link
Contributor

Summary of Changes

With #45597 checked_out + checked_out_time are set when restoring a version history. But this code is assuming that every extension is using this fields. This PR makes checks if the field exist and uses the proper alias.

Testing Instructions

See the testing instruction in #45597 it should still work the same.

Actual result BEFORE applying this Pull Request

Hard coded way of resetting fields

Expected result AFTER applying this Pull Request

Date&User are still reset when fields are there but in a flexible way.

richard67 and others added 30 commits February 18, 2025 10:12
…2-28

[5.4] Upmerge changes from 5.3-dev 2025-02-28
…3-04

[5.4] Upmerge changes from 5.3-dev 2025-03-04
- Use the JS ESM module instead of the iife
- Drop the patches in the build tools
…3-16

[5.4] Upmerge changes from 5.3-dev 2025-03-16
…3-26

[5.4] Upmerge changes from 5.3-dev 2025-03-26
Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
…4-01

[5.4] Upmerge changes from 5.3-dev 2025-04-01
* [5.3] Remove pointless boolean expressions
Co-authored-by: Tuan Pham Ngoc <github@joomdonation.com>
Co-authored-by: Quy Ton <quy@nomonkeybiz.com>
richard67 and others added 22 commits August 19, 2025 22:26
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).
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.
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
* Revert "[5.4] Replace deprecation AbstractView::get() in layouts (joomla#45702)"
* This reverts commit f1906ba.
* [5.3] Translation Update joomla#45983
* [5.3] Fix copy / paste error in form fields joomla#45979
* [5.3] Security updates for composer and npm dependencies for the upcoming 5.3.4 release joomla#45984
* [5.3] Update joomla/filesystem to fix extension uploads when post_max_size is 0 joomla#45986
---------

Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Heiko Lübbe <github@heikol.de>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
@bembelimen bembelimen marked this pull request as draft August 29, 2025 07:55
@bembelimen bembelimen closed this Aug 29, 2025
@bembelimen bembelimen deleted the 5.3/versioning-table-column-fix branch August 29, 2025 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.