RTC RMDQ PR-5.1-dev Pending

User tests: Successful: Unsuccessful:

avatar ReLater
ReLater
31 Dec 2023

order_up and order_dn are not used in Joomla core. Garbage from Joomla 1.6 or so.

Summary of Changes

Removed lines from com_contact list view.

// Preprocess the list of items to find ordering divisions.
// @todo: Complete the ordering stuff with nested sets
foreach ($this->items as &$item) {
 $item->order_up = true;
 $item->order_dn = true;
}

Testing Instructions

Actual result BEFORE applying this Pull Request

  • Unused garbage in file.

Expected result AFTER applying this Pull Request

  • No functional changes. Garbage removed.

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 ReLater ReLater - open - 31 Dec 2023
avatar ReLater ReLater - change - 31 Dec 2023
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 31 Dec 2023
Category Administration com_contact
avatar ReLater ReLater - change - 31 Dec 2023
The description was changed
avatar ReLater ReLater - edited - 31 Dec 2023
avatar Quy Quy - test_item - 31 Dec 2023 - Tested successfully
avatar Quy
Quy - comment - 31 Dec 2023

I have tested this item ✅ successfully on f1ac63e


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

avatar ChristineWk ChristineWk - test_item - 1 Jan 2024 - Tested successfully
avatar ChristineWk
ChristineWk - comment - 1 Jan 2024

I have tested this item ✅ successfully on f1ac63e

Joomla 5.1.0-alpha2


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

avatar richard67 richard67 - change - 1 Jan 2024
Status Pending Ready to Commit
Labels Added: PR-5.0-dev
avatar richard67
richard67 - comment - 1 Jan 2024

RTC


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

avatar richard67
richard67 - comment - 1 Jan 2024

RTC as it has 2 successful tests ... but it needs to be clarified with maintainers or release managers if this should be rebased to 5.1-dev.

avatar bembelimen
bembelimen - comment - 2 Jan 2024

Yes, 5.1 please

avatar bembelimen bembelimen - change - 2 Jan 2024
Labels Added: RTC RMDQ
avatar joomla-cms-bot joomla-cms-bot - change - 2 Jan 2024
Category Administration com_contact Administration com_contact com_joomlaupdate Language & Strings Repository NPM Change Libraries JavaScript Unit Tests
avatar Quy Quy - change - 11 Jan 2024
Labels Added: Unit/System Tests Language Change NPM Resource Changed PR-5.1-dev
Removed: PR-5.0-dev
avatar joomla-cms-bot joomla-cms-bot - change - 11 Jan 2024
Category Administration com_contact com_joomlaupdate Language & Strings Repository NPM Change Libraries JavaScript Unit Tests Administration com_contact
avatar LadySolveig LadySolveig - change - 24 Jan 2024
Labels Removed: Unit/System Tests Language Change NPM Resource Changed
avatar LadySolveig LadySolveig - change - 24 Jan 2024
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2024-01-24 17:41:53
Closed_By LadySolveig
avatar LadySolveig LadySolveig - close - 24 Jan 2024
avatar LadySolveig LadySolveig - merge - 24 Jan 2024
avatar LadySolveig
LadySolveig - comment - 24 Jan 2024

Thank you @ReLater and also for testing @ChristineWk and @Quy !

Add a Comment

Login with GitHub to post a comment