On the /admin/user/userpoints page, there are three tabs: List, Moderate and Add. On the List tab, the dropdown selector for categories provides a Display All as the first entry along with the options for Uncategorized and any defined categories.
The only points that get displayed when selecting Display All are those points in the Uncategorized section, no other categories are pulled in.
Interestingly though, using the Display All category filter on the Moderation tab correctly shows any awarded points waiting on approval, as you would expect. Even the title of the page under List for Display All shows as Uncategorized.
Looking through the code, the SQL query logic is different in the userpoints_admin_manage and userpoints_admin_list functions.
Comments
Comment #1
kbahey commentedThere is a discussion to make this an option, or document the way it works.
See here http://drupal.org/node/252176
Comment #2
jredding commentedya this might very well be a bug.. I'll try to take a look into it in the next few days.
Comment #3
jemcdevitt commentedActually this one isn't a duplicate. In the node you link, the discussion is about the default behaviour of the profile page. This report is about the situation where you explicitly request to "Show All" on the administration page and it fails to do so. That is a bug and is not related to the node you link.
Comment #4
jredding commentedyou're correct its not a duplicate this is a recognized bug and the fix is to simply modify the form equivalently to what is done on the moderation tab.
My schedule doesn't look good to fix this bug and to be honest I would much rather spend time reworking these forms (ala http://groups.drupal.org/node/10539) in order to reduce these sort of form bugs/errors in the future. if only time grew on trees and I could just pick it ;)
Comment #5
berdirSorry for spamming the participants in this issue. Due to the release of Drupal 7 and the lack of time from the maintainers, I'm closing all remaining 5.x issues for Userpoints.
Feel free to re-open this issue or create a new one for 6.x or even better 7.x if this bug is still open or feature is missing for these versions.