Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#7136 closed defect (bug) (fixed)

Add paging to Manage->Categories

Reported by: ryan's profile ryan Owned by:
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Administration Keywords:
Focuses: 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 (1)

category_paging.diff (3.7 KB) - added by ryan 17 years ago.

Download all attachments as: .zip

Change History (5)

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @ryan
17 years ago

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

#3 @ryan
17 years ago

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

#4 @ryan
17 years ago

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

Note: See TracTickets for help on using tickets.