Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15580


Ignore:
Timestamp:
11/25/2010 04:24:51 PM (13 years ago)
Author:
nacin
Comment:

Adding a few more issues.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15580

    • Property Keywords needs-patch added; ajax removed
    • Property Milestone changed from Awaiting Review to 3.1
    • Property Severity changed from normal to blocker
  • Ticket #15580 – Description

    initial v1  
    11This ticket will hold the individual adjustments needed for the ajaxified admin features before we release for 3.1
    22
    3 -When using pagination located at the bottom of the table, should load new results and bump you to the top of the screen.
     3 1. When using pagination located at the bottom of the table, should load new results and bump you to the top of the screen.
    44
    5 -On comments, no need to sort alphabetically by comment.
     5 2. On comments, no need to sort alphabetically by comment.
    66
    7 -On p=36220 comment screens, no need to sort by "in reply to" since they are all in reply to the same comment.
     7 3. On p=36220 comment screens, no need to sort by "in reply to" since they are all in reply to the same comment.
     8
     9 4. Save-state hashes for URLs.
     10
     11 4b. Don't bump bulk action and other triggers back to the front page.
     12
     13 5. Date columns should first sort by DESC, not ASC. Plugins will likely need a new way to request DESC over ASC for a specific column.