commit
1157cb047c
@ -144,7 +144,7 @@ Bugs fixed:
|
||||
- Issue 258: JAVA_HOME ignored if "which java" returns nonzero
|
||||
- Issue 262: Refine does not start
|
||||
- Issue 263: & symbol being parsed in url's in xml
|
||||
- Issue 276: strange character while create new project with a chinese poject name
|
||||
- Issue 276: strange character while create new project with a chinese project name
|
||||
- Issue 294: Exporting date type column to TSV/CSV shows java debugging information instead of value
|
||||
- Issue 295: Binaries under 'root' user on *nix
|
||||
- Issue 304: CsvExporter tests fail after commit for issue 294
|
||||
|
@ -49,7 +49,7 @@ How to become an OpenRefine Committers? Be a contributor and be nominated as a
|
||||
|
||||
From a practical point of view, the direction that the project takes is controlled by the contributors, not the users (unless they're contributors too). Development is made based on contributors and committers donating their time and money to the community. OpenRefine use the [Apache Decision Making](http://community.apache.org/committers/decisionMaking.html) process to decide the future of the project.
|
||||
|
||||
### Lazy Concensus
|
||||
### Lazy Consensus
|
||||
|
||||
The [lazy consensus](http://community.apache.org/committers/lazyConsensus.html) is used for most of the contributions ranging from bug fixes to minor changes where the contributor assumes to have the support of the community to tackle the issue.
|
||||
|
||||
@ -59,7 +59,7 @@ In all cases silence is consent.
|
||||
|
||||
### Consensus Building
|
||||
|
||||
If you feel that lazy consensus isn't appropriate for your proposal, you can explicitly request for feedback on the [developer discussion list](https://groups.google.com/forum/?fromgroups#!forum/openrefine-dev). [Building concensus](http://community.apache.org/committers/consensusBuilding.html) help contributors and committers to gather feedback early on and pool the interest by the community for a new feature.
|
||||
If you feel that lazy consensus isn't appropriate for your proposal, you can explicitly request for feedback on the [developer discussion list](https://groups.google.com/forum/?fromgroups#!forum/openrefine-dev). [Building consensus](http://community.apache.org/committers/consensusBuilding.html) help contributors and committers to gather feedback early on and pool the interest by the community for a new feature.
|
||||
|
||||
Everyone is invited to express their opinion of any given feature or pull request. Support is expressed using:
|
||||
|
||||
|
@ -55,7 +55,7 @@ function registerCommands() {
|
||||
RS.registerCommand(module, "saved-connection", Packages.com.google.refine.extension.database.cmd.SavedConnectionCommand());
|
||||
RS.registerCommand(module, "execute-query", Packages.com.google.refine.extension.database.cmd.ExecuteQueryCommand());
|
||||
RS.registerCommand(module, "test-query", Packages.com.google.refine.extension.database.cmd.TestQueryCommand());
|
||||
logger.trace("Database Extension Command Registeration done!!");
|
||||
logger.trace("Database Extension Command Registration done!!");
|
||||
}
|
||||
|
||||
function registerOperations() {
|
||||
|
@ -227,6 +227,6 @@ abstract public class GoogleAPIExtension {
|
||||
}
|
||||
}
|
||||
|
||||
throw new IllegalArgumentException("Uknown URL format.");
|
||||
throw new IllegalArgumentException("Unknown URL format.");
|
||||
}
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ public abstract class WbVariableExpr<T> implements WbExpression<T> {
|
||||
|
||||
/**
|
||||
* Method that should be implemented by subclasses, converting an OpenRefine
|
||||
* cell to a Wikibase value. Access to other values and emiting warnings is
|
||||
* cell to a Wikibase value. Access to other values and emitting warnings is
|
||||
* possible via the supplied EvaluationContext object.
|
||||
*
|
||||
* @param cell
|
||||
|
@ -36,7 +36,7 @@ import org.wikidata.wdtk.datamodel.interfaces.ItemIdValue;
|
||||
import org.wikidata.wdtk.datamodel.interfaces.Statement;
|
||||
|
||||
/**
|
||||
* A simple scheduler for batches commited via the Wikibase API.
|
||||
* A simple scheduler for batches committed via the Wikibase API.
|
||||
*
|
||||
* The strategy is quite simple and makes at most two edits per touched item
|
||||
* (which is not minimal though). Each update is split between statements making
|
||||
|
Loading…
Reference in New Issue
Block a user