Changes between Version 8 and Version 20 of Ticket #16262
- Timestamp:
- 01/19/2011 11:49:59 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16262
-
Property
Priority
changed from
high
tohighest omg bbq
- Property Keywords needs-patch added
- Property Cc dkikizas@… added
-
Property
Priority
changed from
-
Ticket #16262 – Description
v8 v20 5 5 Considerations: 6 6 7 1. Don't enqueue the JavaScript.7 1. ~~Don't enqueue the JavaScript.~~ 8 8 9 2. Don't add the ajax nonce fields or any spinners.9 2. ~~Don't add the ajax nonce fields or any spinners.~~ 10 10 11 3. The top pagination input doesn't work. Solution is to only have the pagination input on the top.11 3. ~~The top pagination input doesn't work. Solution is to only have the pagination input on the top.~~ 12 12 13 4. The search box button shouldn't have a name.13 4. ~~The search box button shouldn't have a name.~~ 14 14 15 5. Sorting needs to kick back to page one.15 5. ~~Sorting needs to kick back to page one.~~ 16 16 17 6. Remove the filters in get_list_table() and merge get_list_table() and require_list_table() into a private _get_list_table(). Mark all tables as private.17 6. ~~Remove the filters in get_list_table() and merge get_list_table() and require_list_table() into a private _get_list_table(). Mark all tables as private.~~ 18 18 19 7. The architecture of the list tables needs to be reviewed this week for potential changes. Right now it isn't at the state where we are comfortable with release, especially when considering future requirements for backwards compatibility. By removing the JS for 3.1, we can spend the next week getting the classes exactly how we want them.19 7. ''Postponed until 3.2.'' ~~The architecture of the list tables needs to be reviewed this week for potential changes. Right now it isn't at the state where we are comfortable with release, especially when considering future requirements for backwards compatibility. By removing the JS for 3.1, we can spend the next week getting the classes exactly how we want them.~~ 20 20 21 8. edit-comments.dev.js and theme.dev.js both declare list-table a dependency. I don't see anything in theme.dev.js, but there are some things in edit-comments.dev.js that will need to be neutered. 21 8. ~~edit-comments.dev.js and theme.dev.js both declare list-table a dependency. I don't see anything in theme.dev.js, but there are some things in edit-comments.dev.js that will need to be neutered.~~ 22 23 9. The comment river needs to be fixed. 22 24 23 25 Patch to follow shortly.