You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by st...@apache.org on 2013/07/03 10:23:21 UTC

svn commit: r1499254 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/CHANGES.txt solr/webapp/ solr/webapp/web/tpl/dataimport.html

Author: steffkes
Date: Wed Jul  3 08:23:20 2013
New Revision: 1499254

URL: http://svn.apache.org/r1499254
Log:
SOLR-4815: Admin-UI - DIH: Let "commit" be checked by default (merge r1499252)

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/CHANGES.txt   (contents, props changed)
    lucene/dev/branches/branch_4x/solr/webapp/   (props changed)
    lucene/dev/branches/branch_4x/solr/webapp/web/tpl/dataimport.html

Modified: lucene/dev/branches/branch_4x/solr/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/CHANGES.txt?rev=1499254&r1=1499253&r2=1499254&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/CHANGES.txt (original)
+++ lucene/dev/branches/branch_4x/solr/CHANGES.txt Wed Jul  3 08:23:20 2013
@@ -231,6 +231,8 @@ Optimizations
 * SOLR-4412: New parameter langid.lcmap to map detected language code to be placed 
   in "language" field (janhoy)
 
+* SOLR-4815: Admin-UI - DIH: Let "commit" be checked by default (steffkes)
+
 Other Changes
 ----------------------
 

Modified: lucene/dev/branches/branch_4x/solr/webapp/web/tpl/dataimport.html
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/webapp/web/tpl/dataimport.html?rev=1499254&r1=1499253&r2=1499254&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/webapp/web/tpl/dataimport.html (original)
+++ lucene/dev/branches/branch_4x/solr/webapp/web/tpl/dataimport.html Wed Jul  3 08:23:20 2013
@@ -133,12 +133,12 @@ limitations under the License.
       </label>
 
       <label for="clean" class="checkbox">
-        <input type="checkbox" name="clean" id="clean" value="true">
+        <input type="checkbox" name="clean" id="clean" value="true" checked="checked">
         <a rel="help">Clean</a>
       </label>
 
       <label for="commit" class="checkbox">
-        <input type="checkbox" name="commit" id="commit" value="true">
+        <input type="checkbox" name="commit" id="commit" value="true" checked="checked">
         <a rel="help">Commit</a>
       </label>