You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2015/02/23 07:30:08 UTC

svn commit: r1661607 - in /lucene/dev/branches/branch_5x: ./ solr/ solr/CHANGES.txt solr/webapp/ solr/webapp/web/css/angular/ solr/webapp/web/index.html solr/webapp/web/js/angular/ solr/webapp/web/libs/ solr/webapp/web/partials/

Author: erick
Date: Mon Feb 23 06:30:07 2015
New Revision: 1661607

URL: http://svn.apache.org/r1661607
Log:
SOLR-5507: Admin UI - Refactoring using AngularJS

Added:
    lucene/dev/branches/branch_5x/solr/webapp/web/css/angular/
      - copied from r1661606, lucene/dev/trunk/solr/webapp/web/css/angular/
    lucene/dev/branches/branch_5x/solr/webapp/web/index.html
      - copied unchanged from r1661606, lucene/dev/trunk/solr/webapp/web/index.html
    lucene/dev/branches/branch_5x/solr/webapp/web/js/angular/
      - copied from r1661606, lucene/dev/trunk/solr/webapp/web/js/angular/
    lucene/dev/branches/branch_5x/solr/webapp/web/libs/
      - copied from r1661606, lucene/dev/trunk/solr/webapp/web/libs/
    lucene/dev/branches/branch_5x/solr/webapp/web/partials/
      - copied from r1661606, lucene/dev/trunk/solr/webapp/web/partials/
Modified:
    lucene/dev/branches/branch_5x/   (props changed)
    lucene/dev/branches/branch_5x/solr/   (props changed)
    lucene/dev/branches/branch_5x/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_5x/solr/webapp/   (props changed)

Modified: lucene/dev/branches/branch_5x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_5x/solr/CHANGES.txt?rev=1661607&r1=1661606&r2=1661607&view=diff
==============================================================================
--- lucene/dev/branches/branch_5x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_5x/solr/CHANGES.txt Mon Feb 23 06:30:07 2015
@@ -67,6 +67,9 @@ New Features
 * SOLR-7125: You can upload and download configurations via CloudSolrClient
   (Alan Woodward)
 
+* SOLR-5507: Admin UI - Refactoring using AngularJS, first part (Upayavira via 
+  Erick Erickson)
+
 Bug Fixes
 ----------------------