Ticket #7136 (closed defect: fixed)

Opened 4 months ago

Last modified 4 months ago

Add paging to Manage->Categories

Reported by: ryan Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: Administration Version:
Severity: normal Keywords:
Cc:

Description

Performance of the Manage->Categories page is horrible with lots of categories since we don't page categories. Paging needs to take into account hierarchies. If a page breaks in the middle of a subtree, the parents need to be winked in to provide context.

Attachments

category_paging.diff (3.7 kB) - added by ryan on 06/13/08 23:15:23.

Change History

06/13/08 23:15:23 changed by ryan

  • attachment category_paging.diff added.

06/13/08 23:22:30 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8078]) Add paging to Manage->Categories. fixes #7136

06/13/08 23:42:53 changed by ryan

Oops, assigning a default to a pass by reference arg is PHP 5 only. Fixing.

06/13/08 23:52:07 changed by ryan

(In [8079]) Add paging to Manage->Categories. fixes #7136

06/14/08 17:22:52 changed by ryan

(In [8086]) Passing categories by ref screws up internal array pointer when recursing. fixes #7138 #7136