#3191 closed enhancement (fixed)
Inline Uploading interface improvements
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.1 |
Component: | Administration | Keywords: | JS |
Focuses: | Cc: |
Description
Initial run.
- Accesss uploaded files through Manage -> Uploads.
- svn mv wp-admin/inline-uploading.php wp-admin/upload.php.
- Clearer "Send to editor" options.
- Fully pluggable tabs.
- Cacheable JS and CSS.
- Can edit file titles and descriptions.
- JS has random version string for debugging.
To Do:
- Split tabs into This Post / Images / Files ?
- UI/Layout improvements?
Attachments (13)
Change History (27)
#3
@
18 years ago
I shouldn't have svn moved. Didn't think of that, sorry.
svn mv wp-admin/inline-uploading.php wp-admin/upload.php
on your local copy first, then try applying the patch. Hopefully that will work.
Further To Do:
- pagination. #3159 would help.
#4
@
18 years ago
Nah, that doesn't work, because the patch tries to put code into both inline-uploading.php and upload.php
#8
@
18 years ago
mdawaffe updated ticket:3173 suggesting it does. Thanks Nazgul.
#10
@
18 years ago
3191d.diff
- Don't include admin-header.php for inline.
- Some bugs fixed when going between JS and no JS.
- Thumbnail list items sohuld link to edit in Manage->Uploads.
Note: See
TracTickets for help on using
tickets.
Patch isn't applying correctly...
/wp-admin/upload.php doesn't exist in trunk...