Opened 17 years ago
Closed 15 years ago
#7977 closed enhancement (duplicate)
Enhance usability in Wordpress Import: sort author dropdowns by name & tab navigation between dropdowns
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Import | Keywords: | |
| Focuses: | Cc: |
Description
- sort author dropdowns by name
- make sure tab navigation between dropdowns is working
Attachments (3)
Change History (13)
#2
@
17 years ago
- Status changed from new to assigned
added diff for increasing usability of wordpress import by sorting the user dropdown.
also implemented a matching pattern for author to import against existing display_name/user_logins that preselects the closest user matches in the select box.
#3
@
17 years ago
Hi tott, can you separate out the matching to a separate ticket, and refresh the patch, to better isolate the issues and ease review.
#4
@
17 years ago
- seperated author preselection to #8455
- limited sort fields to user_login and user_id as these are the only indexed values
#6
@
17 years ago
- Keywords needs-testing added
doesn't this patch break the call it gets in the dashboard?
#7
@
17 years ago
mm, it doesn't. but it does change the returned set of values, as compared to today's trunk:
SELECT user_id, user_id AS ID, user_login, display_name, user_email, meta_value
might need a refresh
#8
@
17 years ago
- Keywords needs-patch added; has-patch needs-testing import usability author dropdown removed
- Milestone changed from 2.8 to Future Release
broken patch
#9
@
15 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch needs-testing gsoc added; needs-patch removed
Patch refreshed considering the returned values set
#10
@
15 years ago
- Keywords has-patch needs-testing gsoc removed
- Milestone Future Release deleted
- Resolution set to duplicate
- Status changed from accepted to closed
- Summary changed from Enhance usability in Wordpress Import to Enhance usability in Wordpress Import: sort author dropdowns by name & tab navigation between dropdowns
This work seems to predate wp_dropdown_users() (since WP 2.3), and at least the 1st part is addressed in trunk, from #15197: WXR export/import umbrella ticket.
Closing as duplicate.
No patch, is enhancement.