3583: RB2: No way to post patch with parent-diff in initial web pages
- Fixed
- Review Board
jaredgrubb | |
Sept. 24, 2014 |
What version are you running? ReviewBoard 2.0.6 What's the URL of the page containing the problem? Private. What steps will reproduce the problem? 1. "New Review Request" 2. Select repository 3. Notice there is no longer an option to specify a diff + parent-diff. What is the expected output? What do you see instead? RB1 had a way to post a review using diff and parent-diff What operating system are you using? What browser? Mac OSX Please provide any additional information below. I would use 'rbt', but have been unable to get it to work, so I can't use it. (Seems that it doesn't like RB being on a non-80 port).
Even having a "post no patch" option, where I could then use the UI in the review editor would be nice.
This is already fixed in git, and will ship with the 2.1 release. rbt is fine with ports other than 80 (just set the SERVER or --server to http://server:port/), but it can sometimes fail if you're using an http proxy that doesn't handle it well. I'd suggest checking the values of the various HTTP_PROXY-like environment variables and make sure that you're not going through a proxy.
-
+ Fixed