Fix CHANGES.txt to reflect the twisted evolution and current state of the Admin UI "Files" conf directory File Browser. Moved issue descriptions to the 5.0 section for the trunk-only - but currently disabled (see SOLR-5539) - ability to create and modify files in the conf dir.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1570764 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2014-02-22 00:33:47 +00:00
parent 114ce52b03
commit 35a0cb3a2d
1 changed files with 18 additions and 15 deletions

View File

@ -47,6 +47,16 @@ Detailed Change List
New Features
----------------------
* SOLR-5287: You can edit files in the conf directory from the admin UI.
(Erick Erickson, Stefan Matheis)
Additional work:
- SOLR-5446: Admin UI - Allow changing Schema and Config (steffkes)
- SOLR-5458: Admin UI - Remove separated Pages for Config & Schema (steffkes)
- SOLR-5456: Admin UI - Allow creating new Files (steffkes)
- SOLR-5518: Added EditFileRequestHandler to deal with security issues around
modifying solr configuration files. (Erick Erickson)
- SOLR-5539: Admin UI - Remove ability to create/modify files (steffkes)
Other Changes
----------------------
@ -115,17 +125,14 @@ New Features
* SOLR-5320: Added support for tri-level compositeId routing.
(Anshum Gupta via shalin)
* SOLR-5287: You can edit files in the conf directory from the admin UI
(Erick Erickson, Stefan Matheis)
* SOLR-5287,SOLR-5522,SOLR-5446,SOLR-5456,SOLR-5539,SOLR-5458:
Admin UI - Added a new "Files" conf directory browser/file viewer.
(steffkes, Erick Erickson)
* SOLR-5447, SOLR-5490: Add a QParserPlugin for Lucene's SimpleQueryParser.
(Jack Conradson via shalin)
* SOLR-5446: Admin UI - Allow changing Schema and Config (steffkes)
* SOLR-5456: Admin UI - Allow creating new Files (steffkes)
* SOLR-5208: Support for the setting of core.properties key/values at create-time on
* SOLR-5208: Support for the setting of core.properties key/values at create-time on
Collections API (Erick Erickson)
* SOLR-5428: SOLR-5690: New 'stats.calcdistinct' parameter in StatsComponent returns
@ -142,9 +149,6 @@ New Features
* SOLR-5506: Support docValues in CollationField and ICUCollationField.
(Robert Muir)
* SOLR-5518: Added EditFileRequestHandler to deal with security issues around modifying
solr configuration files.
* SOLR-5023: Add support for deleteInstanceDir to be passed from SolrJ for Core
Unload action. (Lyubov Romanchuk, shalin)
@ -370,11 +374,12 @@ Bug Fixes
* SOLR-5620: ZKStateReader.aliases should be volatile to ensure all threads see
the latest aliases. (Ramkumar Aiyengar via Mark Miller)
* SOLR-5448: ShowFileRequestHandler treats everything as Directory, when in
Cloud-Mode. (Erick Erickson, steffkes)
Optimizations
----------------------
* SOLR-5458: Admin UI - Remove separated Pages for Config & Schema (steffkes)
* SOLR-5436: Eliminate the 1500ms wait in overseer loop as well as
polling the ZK distributed queue. (Noble Paul, Mark Miller)
@ -423,9 +428,7 @@ Other Changes
* SOLR-5502: Added a test for tri-level compositeId routing with documents
having a "/" in a document id. (Anshum Gupta via Mark Miller)
* SOLR-5539: Admin UI - Remove ability to create/modify files (steffkes)
* SOLR-5533: Improve out of the box support for running Solr on hdfs with
* SOLR-5533: Improve out of the box support for running Solr on hdfs with
SolrCloud. (Mark Miller)
* SOLR-5548: Give DistributedSearchTestCase / JettySolrRunner the ability to