Opened 17 years ago
Closed 16 years ago
#5911 closed defect (bug) (fixed)
Media Library updates
Reported by: | andy | Owned by: | ryan |
---|---|---|---|
Milestone: | 2.5 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | media has-patch |
Focuses: | Cc: |
Description
Target: bring the Media Library page into line with the Happy Cog mockup.
Patches: coming in bursts.
Attachments (35)
Change History (75)
@
17 years ago
error improvements, localization, and icon improvements -- please do not commit before new icons arrive in wp-includes/images/crystal
@
17 years ago
Improve upload_max_filesize error. Improve error display for long messages. New uploads now added to bottom, not top. Fix align class. Remove redundant header text.
#17
@
17 years ago
- Severity changed from major to blocker
Making a release blocker - we should close this when we are happy with the media library.
#26
@
17 years ago
I just noticed this, but patch 5911-14.diff in [7151] squishes the media icons (60px tall) into a max-height of 40px.
If it's necessary for image thumbnails, a class should be applied to thumbnails that gives them the max-height. Or, a class could be applied to file icons that gives them a height of 60px.
#27
@
17 years ago
Now we have a funky media library that works a dream do we still need to keep wp-admin/includes/upload.php
as it's not referenced by any WordPress code.
If so I guess we should make it as deprecated so we can remove it later.
#28
@
17 years ago
I'm hoping this is the correct place for this. In my testing I've found a problem with the current Media Library. It seems to have been around for the last few revisions. I've compared two different test sites below that exhibit the same problem.
In the "Manage/MediaLibrary", when selecting any link in the "Media"
column brings up the selected image's edit page as usual. At that point "Settings",
"Plugins" and "Users" disappears from the top right of page and the
following warning is displayed at the bottom of the page:
Warning*: Cannot modify header information - headers already sent by
(output started at
/home/longmead/public_html/just-thinkin/wp-admin/admin-header.php:26) in
*/home/longmead/public_html/just-thinkin/wp-includes/pluggable.php* on
line *688
All plugins are deactivated during this test.
On my other test site currently running on r2998 the same thing occurs
with the exception of slight change in the warning (different line #):
*Warning*: Cannot modify header information - headers already sent by
(output started at
/home/longmead/public_html/just-thinkin/wp25-test/wp-admin/admin-header.php:26)
in
*/home/longmead/public_html/just-thinkin/wp25-test/wp-includes/pluggable.php*
on line *687
Again, no plugins activated.
I'm to light yet on the ins and outs of the Wordpress code to troubleshoot this myself.
#29
follow-up:
↓ 30
@
17 years ago
Correction to my last comment. In the first example, that site is running r7331.
#32
@
17 years ago
- Priority changed from high to normal
- Resolution fixed deleted
- Severity changed from blocker to normal
- Status changed from closed to reopened
- Type changed from enhancement to defect
As of r7355, upload.php is still linked from some pages in the admin area (i.e: Manage » Media Library)
I'm reopening the ticket in the hopes that either this file comes back or the link in edit.php is updated to whatever replaces upload.php
#36
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
It may have been overlooked, but I mentioned previously that the min-height of 40px needs to be adjusted as it's unnaturally squashing the media library icons. See screenshot.
#38
@
17 years ago
For a brief few hours on Saturday, I was pleased to see a tags field added to the attachment editing page. It's gone now and I keep hoping it will come back. Can we get that back? Please?
#39
@
17 years ago
A comment on a blog post of mine:
also if I go to manage => media library then below “appears with” => it says: “no title” I click on no title, assuming I could edit its title, and get this error: You attempted to edit a post that doesn’t exist. Perhaps it was deleted? the url changes to: http://pacura.ru/wordpress/wp-admin/post.php?action=edit&post=-1206700048 it seems the media library tries to edit a post?
I can reproduce it on the latest Trunk too.
Create a new draft, attach an image, make sure it saves, Head over to the Manage Media library, the post link on the Image "Appears with" directs to the Draft post ID, not the real post id.
(In [6910]) Media Library design updates from Andy. see #5911