This commit is contained in:
Tom Morris 2013-05-12 14:04:59 -04:00
commit 33046cff25
4 changed files with 13 additions and 13 deletions

View File

@ -9,7 +9,7 @@
"New York" and "new york" are very likely to refer to the same concept and "New York" and "new york" are very likely to refer to the same concept and
just have capitalization differences, and "Gödel" and "Godel" probably refer just have capitalization differences, and "Gödel" and "Godel" probably refer
to the same person. to the same person.
<a href="http://code.google.com/p/google-refine/wiki/Clustering" target="_blank">Find out more ...</a> <a href="https://github.com/OpenRefine/OpenRefine/wiki/Clustering" target="_blank">Find out more ...</a>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -64,4 +64,4 @@
</td> </td>
</tr></table> </tr></table>
</div> </div>
</div> </div>

View File

@ -153,7 +153,7 @@ ClusteringDialog.prototype._renderTable = function(clusters) {
cluster.value = value; cluster.value = value;
parent.find("input[type='text']").val(value); parent.find("input[type='text']").val(value);
parent.find("input:not(:checked)").attr('checked', true).change(); parent.find("input[type='checkbox']").attr('checked', true).change();
return false; return false;
}; };
for (var c = 0; c < choices.length; c++) { for (var c = 0; c < choices.length; c++) {
@ -202,7 +202,7 @@ ClusteringDialog.prototype._renderTable = function(clusters) {
editCheck.attr("checked", "true"); editCheck.attr("checked", "true");
} }
var input = $('<input size="25" />') var input = $('<input type="text" size="25" />')
.attr("value", cluster.value) .attr("value", cluster.value)
.keyup(function() { .keyup(function() {
cluster.value = this.value; cluster.value = this.value;

View File

@ -23,25 +23,25 @@ goto endUtils
echo Usage %0 [options] ^<action^> echo Usage %0 [options] ^<action^>
echo where [options] include: echo where [options] include:
echo. echo.
echo /? print this message and exit echo "/?" print this message and exit
echo. echo.
echo /p <port> the port that OpenRefine will listen to echo "/p <port>" the port that OpenRefine will listen to
echo default: 3333 echo default: 3333
echo. echo.
echo /i <interface> the host interface OpenRefine should bind to echo "/i <interface>" the host interface OpenRefine should bind to
echo default: 127.0.0.1 echo default: 127.0.0.1
echo. echo.
echo /w <path> path to the webapp echo "/w <path>" path to the webapp
echo default src\main\webapp echo default src\main\webapp
echo. echo.
echo /d enable JVM debugging (on port 8000) echo "/d" enable JVM debugging (on port 8000)
echo. echo.
echo /m <memory> max memory heap size to use echo "/m <memory>" max memory heap size to use
echo default: 1024M echo default: 1024M
echo. echo.
echo /x enable JMX monitoring (for jconsole and friends) echo "/x" enable JMX monitoring (for jconsole and friends)
echo. echo.
echo and <action> is one of echo "and <action> is one of
echo. echo.
echo build ..................... Build OpenRefine echo build ..................... Build OpenRefine
echo run ....................... Run OpenRefine echo run ....................... Run OpenRefine

View File

@ -5,7 +5,7 @@ no_proxy="localhost,127.0.0.1"
#REFINE_PORT=3334 #REFINE_PORT=3334
#REFINE_HOST=127.0.0.1 #REFINE_HOST=127.0.0.1
#REFINE_WEBAPP=main\webapp #REFINE_WEBAPP=main\webapp
#REFINE_MEMORY=1024M REFINE_MEMORY=3000M
# Some sample configurations. These have no defaults. # Some sample configurations. These have no defaults.
#ANT_HOME=C:\grefine\tools\apache-ant-1.8.1 #ANT_HOME=C:\grefine\tools\apache-ant-1.8.1