Ticket #3408 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Additional category admin hooks to allow alternate category admin interface

Reported by: alexkingorg Assigned to: ryan
Priority: high Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: categories has-patch
Cc:

Description

Per conversation with Ryan, the following hooks allow me to implement an alternate category admin interface for managing categories - one that works better when there is a *large* volume of categories.

Fewer changes were needed than I expected - only 3 new hooks.

Attachments

patch.diff (1.4 kB) - added by alexkingorg on 11/29/06 23:27:10.
patch

Change History

11/29/06 23:27:10 changed by alexkingorg

  • attachment patch.diff added.

patch

12/02/06 00:16:54 changed by mdawaffe

Why not just add a filter the output of _cat_row() instead of the whole shebang? You'd not need to output buffer.

12/03/06 21:54:32 changed by alexkingorg

If you only filter the output of _cat_row(), you can't replace the entire list and you are bound by the loop behavior in cat_row(). I need to replace the entire thing.

12/03/06 22:03:20 changed by matt

1

12/04/06 00:48:05 changed by ryan

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

(In [4595]) Hooks needed to allow alternate category admin inteface. Props alexkingorg. fixes #3408