- Status Closed
- Percent Complete
- Task Type TODO
- Category Backend/Core
-
Assigned To
peterdd - Operating System All
- Severity High
- Priority Medium
- Reported Version 1.0-rc9
- Due in Version 1.0-rc10
-
Due Date
Undecided
- Votes
- Private
FS#2594 - pagination of user list
For Flyspray installations with many users (several thousands) a pagination of the user list in the admin area is required.
2000 users no problem to display (aside the PHP max_input_vars limit which is only 1000 by default, so maybe not all checked checkboxes are handled.)
More users might send your mysql to long running blocking queries creating temp tables … bad!
(I killed them by watching show processlist; and kill id; on mysql console.)
This task is a sub task of FS#2062 - review do=admin&area=editallusers
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Search for name and email address added.
Next is sorting by column heading of the user list results.