Update for the changes to djblets static media.

Review Request #4655 — Created Sept. 27, 2013 and submitted

david
Review Board
master
reviewboard

Update for the changes to djblets static media.

This pulls in the stuff required from the djblets static media move. Part of
this means that we'll re-ship the djblets media as part of the Review Board
package, but that's fine.

  • Verified that pages like the dashboard and extension list still worked and
    looked correct.
  • Ran build-media.py and checked the results.
Description From Last Updated

'from settings_local import *' used; unable to detect undefined names

reviewbotreviewbot

'from settings_local import *' used; unable to detect undefined names

reviewbotreviewbot

Indent the "{% compressed... %}"

chipx86chipx86
reviewbot
  1. This is a review from Review Bot.
    Tool: PEP8 Style Checker
    Processed Files:
    reviewboard/settings.py
    Ignored Files:
    reviewboard/templates/reviews/dashboard.html
    reviewboard/templates/reviews/datagrid.html
    reviewboard/templates/base.html

  2. 
      
reviewbot
  1. This is a review from Review Bot.
    Tool: Pyflakes
    Processed Files:
    reviewboard/settings.py
    Ignored Files:
    reviewboard/templates/reviews/dashboard.html
    reviewboard/templates/reviews/datagrid.html
    reviewboard/templates/base.html

  2. reviewboard/settings.py (Diff revision 1)
     
     

    'from settings_local import *' used; unable to detect undefined names

  3. 
      
PU
  1. Shouldn't this be blocked by #4654 for the record?

  2. 
      
david
david
reviewbot
  1. This is a review from Review Bot.
    Tool: PEP8 Style Checker
    Processed Files:
    reviewboard/settings.py
    Ignored Files:
    reviewboard/templates/reviews/dashboard.html
    reviewboard/templates/reviews/datagrid.html
    reviewboard/templates/base.html

  2. 
      
reviewbot
  1. This is a review from Review Bot.
    Tool: Pyflakes
    Processed Files:
    reviewboard/settings.py
    Ignored Files:
    reviewboard/templates/reviews/dashboard.html
    reviewboard/templates/reviews/datagrid.html
    reviewboard/templates/base.html

  2. reviewboard/settings.py (Diff revision 2)
     
     

    'from settings_local import *' used; unable to detect undefined names

  3. 
      
chipx86
  1. One trivial change, then ship it!

  2. reviewboard/templates/reviews/datagrid.html (Diff revision 2)
     
     
     
     
     
     
     

    Indent the "{% compressed... %}"

  3. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (55f66a8).

Loading...