Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7E1710EAD for ; Mon, 7 Apr 2014 21:08:02 +0000 (UTC) Received: (qmail 72898 invoked by uid 500); 7 Apr 2014 21:08:00 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 72853 invoked by uid 500); 7 Apr 2014 21:08:00 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 67661 invoked by uid 99); 7 Apr 2014 21:07:07 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2014 21:07:07 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 049ED94CFA0; Mon, 7 Apr 2014 21:06:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Mon, 07 Apr 2014 21:07:45 -0000 Message-Id: In-Reply-To: <0e63a9a19fa14a8594e959fb3dad5707@git.apache.org> References: <0e63a9a19fa14a8594e959fb3dad5707@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [49/53] [abbrv] git commit: Merge branch 'refactor' of github.com:jbavari/cordova-registry-web into refactor Merge branch 'refactor' of github.com:jbavari/cordova-registry-web into refactor Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/ad011373 Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/ad011373 Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/ad011373 Branch: refs/heads/master Commit: ad011373979c714834a6c932e473a0fca387ef14 Parents: 0f2b629 715b592 Author: Steven Gill Authored: Wed Apr 2 15:50:00 2014 -0700 Committer: Steven Gill Committed: Wed Apr 2 15:50:00 2014 -0700 ---------------------------------------------------------------------- Gruntfile.js | 14 +- attachments/css/controls/dropdowns.less | 50 +++++ attachments/css/fontello-codes.css | 13 +- attachments/css/fontello-embedded.css | 25 ++- attachments/css/fontello-ie7-codes.css | 13 +- attachments/css/fontello-ie7.css | 13 +- attachments/css/fontello.css | 25 ++- attachments/css/pages/packageDetails.less | 31 ++- attachments/css/pages/search.less | 4 + attachments/css/styles.css | 83 +++++++- attachments/css/styles.less | 3 + attachments/css/variables.less | 3 +- attachments/font/fontello.eot | Bin 4868 -> 4392 bytes attachments/font/fontello.svg | 13 +- attachments/font/fontello.ttf | Bin 4700 -> 4224 bytes attachments/font/fontello.woff | Bin 3328 -> 3020 bytes attachments/index.html | 3 +- attachments/js/controllers/packageDetails.js | 9 +- attachments/js/controllers/search.js | 12 +- attachments/js/lib/moment.min.js | 6 + attachments/partials/directives/pluginlist.html | 9 +- attachments/partials/views/packageDetails.html | 195 ++++++++++++------- attachments/partials/views/search.html | 18 +- 23 files changed, 392 insertions(+), 150 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/ad011373/Gruntfile.js ----------------------------------------------------------------------