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/views.py
reviewboard/extensionbrowser/templates/extensionbrowser/extension_browser.html
reviewboard/static/rb/css/extensionbrowser.css
reviewboard/static/rb/css/extensionbrowser.less
reviewboard/static/rb/js/extensionbrowser.js
reviewboard/static/rb/js/models/extensionInformationModel.js
reviewboard/static/rb/js/views/extensionBrowserView.js
reviewboard/webapi/resources.py
Loading...