list_users outputs all users onto users.php, and can be slow

Bug #541402 reported by Julian Lam
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
MacCMS
Confirmed
Medium
Unassigned

Bug Description

The function list_users currently returns ALL users found with a specific user type. In the case of students, there may be hundreds using the cage system, which would lead to the users.php page slowing down in rendering all records, as they must be retrieved one at a time and output to the page.

Also, it leads to a heck of a lot of scrolling.

Solutions can be to limit the shown users to 30 (LIMIT 0, 30), and have a "next" button to show more...

Also, search by name would be nice as well, in addition to search by student number.

Julian Lam (julian-lam)
Changed in maccms:
milestone: none → 0.8
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.