Commit Graph

2041 Commits

Author SHA1 Message Date
Gideon Thomas
79ba2c9152 Fix #896 - TextSearchFacet refreshes unnecessarily 2015-04-18 15:49:41 -04:00
Tom Morris
cdb74ca8ae Merge pull request #968 from Daniel-KM/translate_fr
French UI translation
2015-04-16 20:14:51 -04:00
Daniel Berthereau
d1dbaa6f77 Translated into French. 2015-04-06 00:00:00 +02:00
Thad Guidry
9b2a506caa Fixed javascript error with undefined Refine. 2015-02-09 10:36:55 -06:00
Thad Guidry
b3aae19568 Update project.vt
Optimized the loading of CSS and Javascript files a bit better for now. (The Butterfly controller.js still has some hardcoded style & script injection however that cause a few .less files to not be loaded in parallel, but that's a fix for another day.)
2015-02-06 15:46:35 -06:00
Tom Morris
b9f0ea1108 Add openjdk back in 2015-02-06 00:39:02 -05:00
Tom Morris
9fe33ef414 Merge pull request #937 from jackyq2015/removeJDK6
replace the openjdk6 to oraclejdk8
2015-02-06 00:36:14 -05:00
QI CUI
2b962514f6 Merge branch 'removeJDK6' of https://github.com/jackyq2015/OpenRefine into removeJDK6 2015-01-30 15:07:38 -05:00
QI CUI
495dcd7bd5 use the LinkedHashMap instead of HashMap to make sure the retrive order 2015-01-30 15:03:20 -05:00
QI CUI
3ff3700125 use the LinkedHashMap instead of HashMap to make sure the retrive order 2015-01-30 14:02:49 -05:00
QI CUI
38f0ac868d replace the openjdk6 to oraclejdk8 2015-01-26 14:23:35 -05:00
Tom Morris
c7f3beaff8 Merge pull request #936 from RBGKew/line-endings-for-distribution
Convert config file line endings to LF or CRLF for Linux and Windows distributions.
2015-01-25 14:05:50 -05:00
Tom Morris
a663fc626e Merge pull request #935 from RBGKew/fix-build-file
Change refine shell script to run with Bash
2015-01-25 12:58:34 -05:00
Matthew Blissett
0e79151023 Removed -e from refine script and removed dud line from server_test.
$RUN_CMD is always empty in server_test.
2015-01-23 15:29:43 +00:00
Matthew Blissett
b817af9145 Convert line endings to LF or CRLF for Linux and Windows distributions.
A distribution built on the opposite OS has the wrong line endings for
refine.ini, refine.bat, refine (important), README.txt and the licenses
(annoying).  This converts them during the build.
2015-01-23 13:38:31 +00:00
Matthew Blissett
0115186fd5 refine script shell changed to Bash, as it uses Bash syntax.
"-e" option added so script exits after an unexpected error.
2015-01-23 12:42:32 +00:00
Tom Morris
83da996a36 Change to Java 5 loop syntax 2014-12-23 00:04:24 -05:00
Tom Morris
ddfaecb3e6 Merge pull request #914 from opendatatrentino/rev-masschange
Fix wrong revert order in MassChange
2014-12-22 23:50:31 -05:00
David Leoni
4d2b90ad60 added MassChangeTests 2014-12-22 12:23:49 +01:00
Tom Morris
349d782a0e Merge branch 'master' of github.com:OpenRefine/OpenRefine 2014-12-21 17:10:02 -05:00
Tom Morris
7186e42b0c Remove old Freebase standard reconciliation service 2014-12-21 17:09:53 -05:00
Tom Morris
dd32f37ab6 Improve error message via @annolangen in PR #853 2014-12-21 14:54:25 -05:00
Tom Morris
80b85dd6df Remove unused code 2014-12-21 13:15:26 -05:00
Tom Morris
c3d401d479 Fix CSV quote escaping via @annolangen from PR #853 2014-12-21 13:09:50 -05:00
Tom Morris
c4b6f824f0 Fix ClassCastException via @annolangen from PR #853 2014-12-21 13:04:56 -05:00
Tom Morris
0155a9bbee Add .gitignore files 2014-12-21 13:03:49 -05:00
Tom Morris
c8dee9e4b8 Merge pull request #908 from amsardesai/master
Added config item to refine.ini for system property refine.max_form_content_size
2014-12-21 12:49:46 -05:00
Tom Morris
141529f57d One more Guava 18.0 reference 2014-12-21 12:47:22 -05:00
Tom Morris
09f55fb436 Merge pull request #920 from opendatatrentino/fixEclipseDeps
Update deps in Eclipse projects and some jar sources
2014-12-21 12:39:43 -05:00
Tom Morris
bfc39d9e8c Update Guava to 18.0 2014-12-21 12:32:50 -05:00
Tom Morris
a7abb37910 Merge pull request #921 from opendatatrentino/fixCalendarToStringTest
Fix calendar tests for non-US locales
2014-12-21 11:49:17 -05:00
Tom Morris
d4644ed0ea Merge pull request #916 from opendatatrentino/RefineBatTest
Enable server_test in refine.bat
2014-12-21 11:42:33 -05:00
Tom Morris
ea723413cb Use StringUtils.toString() convenience method 2014-12-21 11:39:34 -05:00
Tom Morris
4eb6eb6eda Merge pull request #915 from opendatatrentino/fixNullCellToString
Fixes Cell.toString failing on null value
2014-12-21 11:13:34 -05:00
Tom Morris
fddaae291b Merge pull request #918 from RBGKew/reconciliation-http-encoding
Add charset=UTF-8 to HTTP Content-Type for reconciliation queries.
2014-12-21 11:08:18 -05:00
Tom Morris
d330532cc8 Merge pull request #922 from opendatatrentino/fixLangContext
Translations aren't loaded with server context different from "/"
2014-12-21 10:47:32 -05:00
David Leoni
bf60360b26 fixes language context in browser calls 2014-12-03 14:52:06 +01:00
David Leoni
d1d436c184 Fixes locale dependent calendar to string test 2014-12-01 18:48:15 +01:00
David Leoni
ffad78c542 updated deps in Eclipse project and some jar sources 2014-12-01 16:17:25 +01:00
Matthew Blissett
f3e2b9622a Add charset=UTF-8 to HTTP Content-Type for reconciliation queries.
Fixes problem where non-ASCII characters would be URL encoded as UTF-8, but interpreted according to the whims of the server.
2014-11-28 10:45:22 +00:00
David Leoni
2740a4a8b5 allows server_test in refine.bat 2014-11-27 19:15:30 +01:00
David Leoni
c3884c57f5 Fixes Cell.toString failing on null value 2014-11-27 18:45:01 +01:00
David Leoni
d29bf230b5 Fixes wrong revert order in MassChange 2014-11-27 18:12:54 +01:00
Ankit Sardesai
57a3d345a0 Added item to configuration file for max form content size 2014-11-07 08:14:54 -05:00
Tom Morris
c15f8d1ffd Add XLSX export menu option - fixes #897 2014-11-02 16:58:04 -05:00
Tom Morris
b53dbcb4b5 Merge pull request #891 from Blakko/new-services
Fix reconciliation service modal so service panel list doesn't overlap services from @Blakko
2014-11-02 14:19:54 -05:00
Matthew Blissett
9f4c66b8d8 Fix Javascript so non-Freebase preview popouts work. 2014-11-02 14:04:43 -05:00
Tom Morris
a58426332b Merge pull request #904 from ankon/master
Accept 1.9 as a valid Java VM version
2014-10-23 01:08:20 -04:00
Andreas Kohn
99cf359cc0 Accept 1.9 as a valid Java VM version
This makes openrefine start up with a 1.9 VM (ea snapshot)
2014-10-22 10:54:28 +02:00
Thad Guidry
cdda1edcf0 Fixed issue with null cells after Fetch URL
Some websites do not set the charset= properly and use enclosing quotes.  Tested and Verified.
2014-08-13 21:39:30 -05:00