Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#17419 closed defect (bug) (fixed)

Authors see misleading links in media library

Reported by: johnbillion's profile johnbillion Owned by: nacin's profile nacin
Milestone: 3.3 Priority: normal
Severity: minor Version: 3.1
Component: Administration Keywords: has-patch tested dev-feedback
Focuses: Cc:

Description

Visit the Media Library while logged in as an Author and you'll see each media item's title is a link (with a title attribute of "Edit [title]"), but this link takes you straight back to the media library as you don't have the required capability to edit media items.

Affects 3.1 and trunk.

Attachments (4)

17419.diff (2.8 KB) - added by solarissmoke 14 years ago.
Check permissions before showing various edit links in media library
17419.formatted.diff (3.0 KB) - added by kirasong 13 years ago.
A bit of formatting to make the code easier to read
17419.formatted.1.diff (3.1 KB) - added by kurtpayne 13 years ago.
17419.bug.png (87.1 KB) - added by kurtpayne 13 years ago.
Bug fixed by 17419.formatted.1.diff

Download all attachments as: .zip

Change History (18)

#1 @scribu
14 years ago

  • Component changed from Role/Capability to Administration
  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release

#2 @solarissmoke
14 years ago

  • Keywords has-patch added; needs-patch removed
  • Version set to 3.1

Same applies for the link on the image thumbnail, the Attach link, and the link to edit the parent post (if attached). See patch.

@solarissmoke
14 years ago

Check permissions before showing various edit links in media library

#3 @SergeyBiryukov
13 years ago

  • Milestone changed from Future Release to 3.3

#4 @johnpbloch
13 years ago

Tested on trunk. Works fine for me.

@kirasong
13 years ago

A bit of formatting to make the code easier to read

#5 @kirasong
13 years ago

Tested, and still works for me on trunk. Uploaded version with a bit of formatting cleanup if desired.

#6 @kirasong
13 years ago

  • Cc mike.schroder@… added

@kurtpayne
13 years ago

Bug fixed by 17419.formatted.1.diff

#7 @kurtpayne
13 years ago

  • Cc kpayne@… added

Looks like there's a bug when mixing images that are owned by an author and images that are not owned by an author. For example, see 17419.bug.png. The user "author" uploaded an image, futurama_14, that shows a checkbox and the appropriate edit, delete, and attach links. However, the "author" user is also given checkboxes and attach links for other images.

It looks like the $post object is being reset by The Loop in display_rows() function. Patch 17419.formatted.1.diff should fix this by resetting $user_can_edit after the loop.

Let me know if I missed anything!

#8 @olleicua
13 years ago

  • Cc olleicua@… added

tested on Revision #19107. Before patch the attach link was displayed, after it was not. Looks pretty solid. Also some nice cleanup to make the code more readable.

+1

Last edited 13 years ago by olleicua (previous) (diff)

#9 @kcristiano
13 years ago

tested on Revision 19193. Works as described

#11 @nacin
13 years ago

  • Owner set to nacin
  • Status changed from new to accepted

#12 @edwardw
13 years ago

  • Keywords tested added

Tested on r19236 and works as expected.

#13 @edwardw
13 years ago

  • Keywords dev-feedback added

#14 @ryan
13 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

In [19252]:

Check caps when showing media edit and attach links. Clean up formatting. Props kurtpayne, DH-Shredder, solarissmoke. fixes #17419

Note: See TracTickets for help on using tickets.