User tests: Successful: Unsuccessful:
Pull Request for Issue #44827 .
This pull request (PR) reverts PR #44640 , which was released with 5.3.0-alpha3.
It should be merged before 5.3.0-beta1.
Then we have all the time to find a better solution.
Important: The original issue (feature request) #44465 should be opened again when this PR gets merged.
Update from a 5.3.0-alpha3 or a current 5.3 nightly build, which includes the PR #44640 which is reverted here, to the package created by Drone for this PR.
Check that the update succeeds.
Check that email notification by User Action Logs works in the same way as before PR #44640 was merged.
Update from a 5.3.0-alpha2 or older version, which does not include the PR #44640 which is reverted here, to the package created by Drone for this PR.
Check that the update succeeds.
Check that email notification by User Action Logs works in the same way as before the update.
This test is mainly executed by our system tests in Drone.
You just have to verify by code review that the change made by this PR here in files installation/sql/mysql/extensions.sql
and administrator/components/com_admin/sql/updates/postgresql/5.3.0-2024-12-19.sql
reverts the change from PR #44640 , and check that system tests in Drone do not fail at making a new installation so there is no SQL syntax error due to some typo in these files.
Not applicable.
Updating from 5.3.0-alpha3 or a current 5.3 nightly build, which both include the PR #44640 which is reverted here, to the package created by Drone for this PR works.
The database column exclude_self
has been removed from table #__action_logs_users
after the update.
The option "Exclude Self" has been removed from the "User Actions Log Options" settings of users.
All changes from PR #44640 have been reverted, except of the update SQL scripts 5.3.0-2024-12-19.sql
, which still exist, but the SQL statement has been commented out with reference to this PR here.
Email notification by User Action Logs works in the same way as before PR #44640 was merged.
Updating from 5.3.0-alpha2 or older, which did not include PR #44640 which is reverted here, to the package created by Drone for this PR works.
Email notification by User Action Logs works as well as before the update.
A new installation succeeds and does not contain the database column exclude_self
in table #__action_logs_users
.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration SQL com_admin Postgresql Language & Strings Installation Front End Plugins |
Labels |
Added:
Language Change
PR-5.3-dev
|
Title |
|
Labels |
Added:
Release Blocker
|
We have discussed the issue and my 2 alternatives in the CMS Maintenance Team's weekly meeting and decided to use this PR here to completely revert PR #44640 before 5.3.0-beta1. Then we have all the time to work on a better solution.