RTC bug PR-5.2-dev Pending

User tests: Successful: Unsuccessful:

avatar Hackwar
Hackwar
26 Nov 2024

Pull Request for Issue #36300.

Summary of Changes

The search in the plugin list in the backend is not happening on the database level, but in PHP, since the names of the plugins are translated on the fly. The search in PHP is using the i modifier, which should make it case-insensitive, but without u this is still not searching for unicode characters and thus doesn't know if a unicode string is uppercase or not.

Testing Instructions

  1. Install the russian language in the Joomla site
  2. Set the default language for the backend to russian
  3. Go to the plugin manager and search for пользователь

Actual result BEFORE applying this Pull Request

The result list is empty.

Expected result AFTER applying this Pull Request

The result list displays several entries.

Link to documentations

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

avatar Hackwar Hackwar - open - 26 Nov 2024
avatar Hackwar Hackwar - change - 26 Nov 2024
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 26 Nov 2024
Category Administration com_plugins
avatar fgsw fgsw - test_item - 26 Nov 2024 - Tested successfully
avatar fgsw
fgsw - comment - 26 Nov 2024

I have tested this item ✅ successfully on 8f7638c


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44525.

avatar viocassel viocassel - test_item - 26 Nov 2024 - Tested successfully
avatar viocassel
viocassel - comment - 26 Nov 2024

I have tested this item ✅ successfully on 8f7638c


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44525.

avatar Hackwar Hackwar - change - 26 Nov 2024
Status Pending Ready to Commit
avatar Hackwar
Hackwar - comment - 26 Nov 2024

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44525.

avatar pe7er pe7er - change - 2 Dec 2024
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-12-02 07:54:31
Closed_By pe7er
Labels Added: RTC bug PR-5.2-dev
avatar pe7er pe7er - close - 2 Dec 2024
avatar pe7er pe7er - merge - 2 Dec 2024
avatar pe7er
pe7er - comment - 2 Dec 2024

Thanks @Hackwar !

Add a Comment

Login with GitHub to post a comment