Issue 2897 in reviewboard: raw file URL mask incorrect for fedorahosted git - gets HTML instead of raw code

2013-02-07 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2897 by tfl...@fedoraproject.org: raw file URL mask incorrect for  
fedorahosted git - gets HTML instead of raw code

http://code.google.com/p/reviewboard/issues/detail?id=2897

*** For customer support, please post to reviewbo...@googlegroups.com
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!

What version are you running?
1.7.4

The 'raw file URL mask' template for adding a Fedora Hosted git repository  
is not correct. It points to an HTML representation of the source file in  
question, leading to diff failures.


It is currently:
'http://git.fedorahosted.org/cgit/%(fedorahosted_repo_name)s.git/tree/filename?id2=revision'

It should be:
'http://git.fedorahosted.org/cgit/%(fedorahosted_repo_name)s.git/plain/filename?id2=revision'

The change is from 'tree' to 'plain'

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2897 in reviewboard: raw file URL mask incorrect for fedorahosted git - gets HTML instead of raw code

2013-02-07 Thread reviewboard

Updates:
Status: Fixed

Comment #1 on issue 2897 by trowb...@gmail.com: raw file URL mask incorrect  
for fedorahosted git - gets HTML instead of raw code

http://code.google.com/p/reviewboard/issues/detail?id=2897

Fixed in release-1.6.x (4722667), release-1.7.x (a4ade92). Thanks!

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.