AngularJS Admin UI first pass complete

2015-04-30 Thread Upayavira
As tracked on SOLR-5507 and linked tickets, we should now have working code for every tab in the admin UI. There are some bugs I'm aware of, and likely some that I'm not. My plan now is to make some kind of tarball/zip available, and ask people on the Solr user list to try it out on their

Re: AngularJS Admin UI first pass complete

2015-04-30 Thread Chris Hostetter
: Once that's done, switching should just be a question of changing the : welcome-file in web.xml. My suggestion, along the lines of what we did with the previous UI change... 1) ensure that the new UI is fully functional in 5x using an alt path (believe this is already true?) 2) add an

Re: AngularJS Admin UI first pass complete

2015-04-30 Thread Chris Hostetter
: Yes, the new UI is available via http://localhost:8983/solr/index.html. ... : As to how URLs are managed, the web.xml welcome-file currently causes : http://localhost:8983/solr/ to point to admin.html. The new UI is : accessible via http://localhost:8983/solr/index.html. Switch the :

Re: AngularJS Admin UI first pass complete

2015-04-30 Thread Upayavira
On Thu, Apr 30, 2015, at 07:25 PM, Chris Hostetter wrote: : Once that's done, switching should just be a question of changing the : welcome-file in web.xml. My suggestion, along the lines of what we did with the previous UI change... 1) ensure that the new UI is fully functional in