• 
      

    Use the new pipeline serve_static view for any static media.

    Review Request #8039 — Created March 7, 2016 and submitted

    Information

    Review Board
    release-2.6.x

    Reviewers

    This makes use of the new view in pipeline for serving up static media,
    handling any collecting of media that's needed in order to serve up
    those files. This fixes usage with extensions.

    Used this along with the change currently up for review for Pipeline.
    I was able to access files that weren't yet collected, including extension
    media not using the template tags.

    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          reviewboard/urls.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          reviewboard/urls.py
      
      
    2. 
        
    david
    1. Can you change setup.py to require the new version?

      1. That's in Djblets apparently.

    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (bcc8450)