Opened 19 years ago
Closed 19 years ago
#5291 closed defect (bug) (fixed)
Blogroll -> Categories not AJAX
| Reported by: | mdawaffe | Owned by: | mdawaffe |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: |
Description
Attached
- AJAX deletion for link categories.
- AJAX adding of link categories.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Forgot to say that the attached also sends categories in Manage -> Categories and link categories in Blogroll -> Categories through
get_category()andget_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.