Update to django-pipeline 1.6
Review Request #7953 — Created Feb. 9, 2016 and submitted — Latest diff uploaded
This change makes the changes necessary in Review Board to use django-pipeline
1.6.0. In particular, we need to switch to the newExtensionFinderStorage
,
update the settings for the newPIPELINE
attribute, and modify our templates
to use the new templatetags.
- Went through the UI and verified CSS, JS, and images.
- Checked to see that an extension still worked in dev-mode.
- Ran unit tests.
- Built a package and saw media collect correctly.
- Built an extension package and saw that everything built correctly.
Diff Revision 2 (Latest)
orig
1
2
reviewboard/settings.py |
---|
reviewboard/staticbundles.py |
---|
reviewboard/attachments/mimetypes.py |
---|
reviewboard/templates/base.html |
---|
reviewboard/templates/admin/base_site.html |
---|
reviewboard/templates/admin/dashboard.html |
---|
reviewboard/templates/admin/login.html |
---|
reviewboard/templates/admin/security.html |
---|
reviewboard/templates/admin/diffviewer/filediff/change_form.html |
---|
reviewboard/templates/admin/notifications/webhooktarget/change_form.html |
---|
reviewboard/templates/admin/scmtools/repository/change_form.html |
---|
reviewboard/templates/datagrids/datagrid.html |
---|
reviewboard/templates/js/tests.html |
---|
reviewboard/templates/reviews/new_review_request.html |
---|
reviewboard/templates/reviews/reviewable_base.html |
---|
reviewboard/templates/reviews/ui/default.html |
---|