Ticket #5618 (closed enhancement: fixed)
New Categories interface on Write -> Post
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | has-patch needs-testing |
| Cc: |
Description
Features:
- Lists all cats hierarchically.
- Lists most popular cats flatly.
- Ajax cat addition now respects hierarchy. Cats added as a child show up as a child (but not at the top of the list - we can maybe work on that if desired).
Implemented using:
- wp-lists.
- jQuery UI Tabs. This is a little big for just this one-off thing, but it's very nice and we can surely use it many places. It's reasonably small when minified.
Attachments
Change History
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
Known Issues:
- Adding a subcat to a subcat can sometimes unparent the later.
- Load page, type in new cat name, hit enter: Post form is submitted.
- Add a subcat, new option in dropdown is "parent child".
- New cats don't go into the right place in the dropdown tree (probably won't fix this).
- Status changed from assigned to closed
- Resolution set to fixed
- Keywords needs-testing added
- Status changed from closed to reopened
- Resolution fixed deleted
5618b.diff
- Fixes all above known issues in FF.
- Changes some submit detection in wp-lists. Needs cross browser testing.
- Moves gray in-input "tip" ("New Category Name", "Add new tag") to new form-input-tip class. Want to call it something else? form-inline-label?
Note: See
TracTickets for help on using
tickets.

