Extension browser module with search/install feature from a remote store.
Review Request #3906 — Created Feb. 23, 2013 and discarded — Latest diff uploaded
Extension browser module - Supports searching and installing extensions. Extensions are retrieved from a remote extension store and are accessed through the store's API. JSON responses are expected back. This review request follows: http://www.youtube.com/watch?v=Xvntl7ksjPA&hd=1 (partially). Change is also dependant on a modification to djblets/extensions/base.py -- method which performs an installation through easy_install given a remote archive containting an egg -- as on /r/3973
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 7. See what's changed.
orig
1
2
3
4
5
6
7
reviewboard/settings.py |
---|
reviewboard/urls.py |
---|
reviewboard/extensionbrowser/base.py |
---|
reviewboard/extensionbrowser/forms.py |
---|
reviewboard/extensionbrowser/urls.py |
---|
reviewboard/extensionbrowser/views.py |
---|
reviewboard/extensionbrowser/templates/extensionbrowser/extension_browser.html |
---|
reviewboard/static/rb/css/extensionbrowser.css |
---|
reviewboard/static/rb/css/jquery-ui-1.10.1.custom.css |
---|
reviewboard/static/rb/css/images/animated-overlay.gif |
---|
reviewboard/static/rb/css/images/ui-bg_flat_0_aaaaaa_40x100.png |
---|
reviewboard/static/rb/css/images/ui-bg_flat_55_fbec88_40x100.png |
---|
reviewboard/static/rb/css/images/ui-bg_glass_75_d0e5f5_1x400.png |
---|
reviewboard/static/rb/css/images/ui-bg_glass_85_dfeffc_1x400.png |
---|
reviewboard/static/rb/css/images/ui-bg_glass_95_fef1ec_1x400.png |
---|
reviewboard/static/rb/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png |
---|
reviewboard/static/rb/css/images/ui-bg_inset-hard_100_f5f8f9_1x100.png |
---|
reviewboard/static/rb/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png |
---|
reviewboard/static/rb/css/images/ui-icons_217bc0_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_2e83ff_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_469bdd_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_6da8d5_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_cd0a0a_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_d8e7f3_256x240.png |
---|
reviewboard/static/rb/css/images/ui-icons_f9bd01_256x240.png |
---|
reviewboard/static/rb/js/extensionbrowser.js |
---|
reviewboard/static/rb/js/models/extensionInformationModel.js |
---|
reviewboard/static/rb/js/views/extensionBrowserView.js |
---|
reviewboard/webapi/resources.py |
---|