RandomSec/main/src/com/google/refine
Ralf Claussnitzer 0b107ec5e9 Add optional 4th parameter to cross() function
The cross function now accepts a 4th parameter defining a regular
expression separator for splitting multi-value field values when joining
projects.

See https://github.com/OpenRefine/OpenRefine/issues/1204#issuecomment-326320954
2017-10-26 19:50:02 +02:00
..
browsing Ensure _max is never less than _min 2017-10-09 17:13:43 +01:00
clustering Perform ASCII normalization earlier in FingerprintKeyer. 2017-09-27 09:23:40 +01:00
commands Change "topic" to "item" in the UI 2017-10-18 12:39:40 +01:00
exporters Escape cell data for HTML - fixes #1049 2015-10-16 15:41:03 -04:00
expr Add optional 4th parameter to cross() function 2017-10-26 19:50:02 +02:00
grel Fix AbstractMethodError 500 - fixes #589 2014-08-05 14:55:45 -04:00
history Allow reinitializatoin of ProjectManager singleton - fixes #787 2013-08-17 12:47:57 -04:00
importers Forbid pipe characters in URL references to ease parsing. 2017-10-20 15:32:58 +01:00
importing Protect against NPE when content type is missing 2016-05-17 15:10:09 -04:00
io Allow reinitializatoin of ProjectManager singleton - fixes #787 2013-08-17 12:47:57 -04:00
logging Make sure all conditionals and loops are in blocks (too bug-prone otherwise) 2011-08-02 22:21:47 +00:00
model Update Jackson to 2.9.1 2017-10-09 17:38:09 +01:00
oauth FIXED - task 614: Use same instance of OAuthProvider in OAuth dance. Patch supplied by sdeo@google.com 2012-09-19 23:16:29 +00:00
operations Change "topic" to "item" in the UI 2017-10-18 12:39:40 +01:00
preference Keep track of when we have unsaved preference changes 2012-06-02 21:06:46 +00:00
process Synchronize access to processes list - fixes #862 2014-05-30 01:47:21 -04:00
sorting Fix CollationKey creation - fixes #753 2013-07-10 15:12:49 -04:00
templating Fix template escape processing. Fixes #752. 2013-06-30 12:21:26 -04:00
util Put ISO8601_FORMAT into ThreadLocal to fix the concurrency issue 2014-05-30 11:45:28 +08:00
ClientSideResourceManager.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
HttpResponder.java Organize imports. com.google.refine last in a section of its own. Everything alphabetical in its section. 2011-08-02 21:10:22 +00:00
InterProjectModel.java Add optional 4th parameter to cross() function 2017-10-26 19:50:02 +02:00
Jsonizable.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
ProjectManager.java Make workspace saving and loading more robust - fixes #528 2013-08-09 19:53:53 -04:00
ProjectMetadata.java Make workspace saving and loading more robust - fixes #528 2013-08-09 19:53:53 -04:00
RefineServlet.java bugfix for new option autosave period 2017-06-24 22:42:49 +02:00