Enable setting attachment thumbnails through the API.

Review Request #3904 — Created Feb. 22, 2013 and submitted

Information

Review Board
release-1.7.x

Reviewers

Enable setting attachment thumbnails through the API.

The summary is a bit of a lie. This theoretically allows setting attachment
thumbnails through the API, but it's really just plumbing--it's up to individual
mimetype handlers to actually implement it (if they want).
Used this in conjunction with a review UI extension that takes advantage of it.
Description From Last Updated

Col: 80 E501 line too long (80 > 79 characters)

reviewbotreviewbot
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        reviewboard/attachments/mimetypes.py
        reviewboard/webapi/resources.py
        reviewboard/attachments/models.py
      Ignored Files:
    
    
  2. reviewboard/webapi/resources.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (80 > 79 characters)
    
  3. 
      
chipx86
  1. After ReviewBot is happy, ship it!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-1.7.x (c3edd8c).
Loading...