? Success

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
13 Apr 2015

PR Summary

This PR makes small improvement to search feature in User Manager from backend to allow searching for exactly user base on given ID or username:

  • Enter id:42 will return the user has ID = 42 in your system.
  • Enter username:admin will return user has username = admin in your system

This is useful in case you want to find a user when you know username or user id in a site has thousands of users.

Testing instructions

Login to backend of your site, access to User -> User Manager:

  • Try to search for user by enter keyword into the searchbox and make sure the search feature still work well
  • Try to use syntax id:ID_OF_USER, for example id:42 and make sure only user with that id is returned
  • Try to use syntax username:USER_NAME_OF_USER and make sure only user with that username (or similar) returned.
avatar joomdonation joomdonation - open - 13 Apr 2015
avatar joomla-cms-bot joomla-cms-bot - change - 13 Apr 2015
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - change - 13 Apr 2015
Labels Added: ?
avatar sovainfo
sovainfo - comment - 13 Apr 2015

Send you a PR on code improvement on $query.

avatar joomdonation
joomdonation - comment - 13 Apr 2015

Thanks @sovainfo. Merged.

avatar sovainfo
sovainfo - comment - 13 Apr 2015

Thanks for accepting, tested succesfully.

Request for to be labelled as "New Feature". Please refer to documentation on using labels when this request is denied. Haven't been able to find any!


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

avatar sovainfo sovainfo - test_item - 13 Apr 2015 - Tested successfully
avatar zero-24 zero-24 - change - 29 Apr 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 29 Apr 2015
Labels Removed: ?
avatar zero-24 zero-24 - change - 29 Apr 2015
Category Administration UI/UX
avatar Dylis
Dylis - comment - 9 May 2015

@test - Patch working as expected : id:ID_OF_USER, username:USER_NAME_OF_USER, and simple keyword search, all 3 syntaxes returning correct answer after applying patch.


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

avatar Dylis Dylis - test_item - 9 May 2015 - Tested successfully
avatar vinespie
vinespie - comment - 9 May 2015

@test - succes - correct answer after applying patch
It's the same feature in article manager (id:ID_OF_ARTICLE)


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

avatar vinespie vinespie - test_item - 9 May 2015 - Tested successfully
avatar zero-24 zero-24 - change - 9 May 2015
Status Pending Ready to Commit
avatar zero-24
zero-24 - comment - 9 May 2015

RTC Thanks for the tests here :smile:


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

avatar zero-24 zero-24 - change - 9 May 2015
Labels Added: ?
avatar wilsonge wilsonge - reference | 22a0a61 - 25 May 15
avatar wilsonge wilsonge - change - 25 May 2015
Milestone Added:
avatar wilsonge wilsonge - close - 25 May 2015
avatar zero-24 zero-24 - close - 25 May 2015
avatar wilsonge
wilsonge - comment - 25 May 2015

Merged into 3.5-dev branch - thanks!

avatar wilsonge wilsonge - change - 25 May 2015
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2015-05-25 00:50:03
Closed_By wilsonge
avatar wilsonge wilsonge - close - 25 May 2015
avatar roland-d roland-d - reference | 3530b13 - 6 Aug 15
avatar zero-24 zero-24 - change - 14 Oct 2015
Labels Removed: ?
avatar joomdonation joomdonation - head_ref_deleted - 19 Dec 2015

Add a Comment

Login with GitHub to post a comment