Ticket #5291 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Blogroll -> Categories not AJAX

Reported by: mdawaffe Assigned to: mdawaffe
Priority: normal Milestone: 2.5
Component: General Version:
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description

Attached

  1. AJAX deletion for link categories.
  2. AJAX adding of link categories.

Attachments

5291.diff (9.3 kB) - added by mdawaffe on 10/31/07 03:04:07.

Change History

10/31/07 03:04:07 changed by mdawaffe

  • attachment 5291.diff added.

10/31/07 03:06:52 changed by mdawaffe

  • keywords changed from has-patch commit to has-patch 2nd-opinion.
  • owner changed from anonymous to mdawaffe.
  • status changed from new to assigned.

Forgot to say that the attached also sends categories in Manage -> Categories and link categories in Blogroll -> Categories through get_category() and get_term(), respectively.

This means they get sent through the various filters (including sanitation and display filters) found in get_term(), sanitize_term(), etc.

If we don't want to do that, I can submit a tweaked patch.

10/31/07 03:53:33 changed by ryan

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

(In [6299]) AJAX for link category add and delete. Props mdawaffe. fixes #5291