Extension browser module with search/install feature from a remote store.

Review Request #3906 — Created Feb. 23, 2013 and discarded — Latest diff uploaded

Information

Review Board
master

Reviewers

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

 
reviewboard/__init__.py
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/common.less
reviewboard/static/rb/css/defs.less
reviewboard/static/rb/css/extensionbrowser.less
reviewboard/static/rb/css/jquery-ui-1.7.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
This diff has been split across 2 pages: 1 2 >
Loading...