-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Removing unused code for ordering in views #5994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Executive summary This patch removes some unused (javascript/PHP) code in the following views * Banners * Banners-Client * Categories * Articles * Users * Menu Items # Backwards compatibility Full b/c, no problems are expected # Translation impact none # Testing instructions * Install a fresh Joomla! with testing data. * Log into to backend and go to listed views above and check if ordering works when you click on the table headers and when using the select to chose ordering * Apply Patch * Go to listed views above and check if ordering works when you click on the table headers and when using the select to chose ordering * Nothing should have changed
|
Tested and works for me but don't know why I didn't find this issue on http://issues.joomla.org/tracker/joomla-cms/ |
|
@mbabker can you have a look why this isn't synced with issues.j.o, thanks |
|
I'm resending failed payloads right now. See joomla/jissues#617 for more. |
|
I am confused by this PR - if the code is not used then why was it On 6 February 2015 at 13:56, Michael Babker [email protected]
Brian Teeman |
|
@brianteeman The refactor of all these views was mainly focused on two parts: |
|
My concern is that the code was "tested" - how could it be if the code isnt On 6 February 2015 at 14:11, Dimitris Grammatiko [email protected]
Brian Teeman |
|
Tested => worked without error |
|
This is the problem "in general" that concerns me. People are regularly applying patches and saying it works without On 6 February 2015 at 14:23, Dimitris Grammatiko [email protected]
Brian Teeman |
|
The problem is that after introducing the search tools the old code wasn't removed. The fact that we don't use the search tools everywhere and in the other situations (not used search tools) these code is needed doesn't makes it easier. Without really looking deep into the code it is hard to spot that this is unused. |
|
@test I cant see any changes in ordering so I guess this is a successful test This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5994. |
|
As we have two tests I am setting this RTC This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5994. |
Removing unused code for ordering in views
Executive summary
This patch removes some unused (javascript/PHP) code in the following views
Backwards compatibility
Full b/c, no problems are expected
Translation impact
none
Testing instructions