1386: Full file access via API

AaronJ*******@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Nov. 17, 2012
board.org/


What version are you running? N/A


What's the URL of the page this enhancement relates to, if any? N/A


Describe the enhancement and the motivation for it.

I'm looking over the API documentation, and I notice that there's an API
for getting access to diffs. However, one of the nice features of
reviewboard's UI is the ability to click on "expand" to see the entire
contents of a file. If this functionality is not currently available in
reviewboard's API, please do add it, as it will allow third-party utilities
which access the API to provide access to additional context.

What operating system are you using? What browser? N/A


Please provide any additional information below.
chipx86
#1 chipx86
  • +Confirmed
  • +Milestone-Release1.5
    +Component-API
  • +chipx86
chipx86
#2 chipx86
Pushing back to 1.6.
  • +Milestone-Release1.6
chipx86
#3 chipx86
Moving some bugs/requests to 1.7. 1.6 is intended to be a short release, and needs to be limited in scope.
  • +Milestone-Release1.7
david
#4 david
This is done in 1.7:

http://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/original-file/
http://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/patched-file/
  • -Confirmed
    +Fixed