• 
      

    Fix some URL reversing breakages on Local Sites.

    Review Request #5847 — Created May 21, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    71d291f...

    Reviewers

    When generating the download links for files in the diff viewer, we were
    calling reverse() instead of local_site_reverse(). This led to a failure
    when used on a LocalSite. We now use the proper function.

    Search results were also calling reverse(), instead of
    local_site_reverse(), when attempting to take the user to the All Review
    Requests page.

    Tested with a Local Site. No more resolve failures.