Commit Graph

4535 Commits

Author SHA1 Message Date
Antonin Delpeuch
8abf1d8ebf
Merge pull request #2278 from Negens/patch-2
Update the check_running() function in refine
2020-01-08 14:48:02 +01:00
Negens
a4ee71a29d
Update the check_running() function in refine
In strict shell environments, the "$?" is reset when evaluated.
Here, the "boolean if" statements compares it to "7", then reset it and compares it to "22".
If the "$?" is intially "22", it is not evaluated and the NOT_RUNNING variable is ignored while it shouldn't. this leads to the error
"Something is already running on http://127.0.0.1:3333/"

To avoid this, the solution is to first affect the value of "$?" to a non-system variable and then evaluate this new variable.
2020-01-08 13:34:49 +01:00
Antonin Delpeuch
e98dd26992
Merge pull request #2275 from jamessspanggg/2233-sort-link-translate
Translate Sort link to the language of the UI
2020-01-08 09:47:42 +01:00
Antonin Delpeuch
d82e5425e5
Merge pull request #2274 from jamessspanggg/2163-inconsistent-number-parsing
Standardise 'edit' cell dialogue with 'toNumber()' when parsing String to Number
2020-01-08 09:46:11 +01:00
jamessspanggg
67b62c5c16 EditOneCellCommandTests: Add number parsing tests 2020-01-08 09:55:51 +08:00
jamessspanggg
fc97b3f188 Fix mistake of translating wrong word 2020-01-08 08:31:51 +08:00
Antonin Delpeuch
b4ac8be752
Merge pull request #2276 from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-01-07 12:27:11 +01:00
Hosted Weblate
69859f4b4a
Merge branch 'origin/master' into Weblate. 2020-01-07 12:21:25 +01:00
Isao Matsunami
685faa304d
Translated using Weblate (Japanese)
Currently translated at 100.0% (44 of 44 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/ja/
2020-01-07 12:21:23 +01:00
jamessspanggg
c2d72c6236 Translate sort link using i18n 2020-01-07 11:42:59 +08:00
jamessspanggg
5afd93e2d1 Standardise 'edit' cell dialogue with 'toNumber()' behavior 2020-01-07 10:09:28 +08:00
Antonin Delpeuch
e62bb7ac0e Set version to 3.3-rc1 2020-01-06 13:30:39 +01:00
Antonin Delpeuch
d77d54803f Fix Wikidata TODAY test 2020-01-06 13:30:10 +01:00
Antonin Delpeuch
ae41348e00 Fix bug with TODAY in Wikidata schema 2020-01-06 11:40:14 +01:00
Antonin Delpeuch
1046c38727 Fix Wikidata login form, closes #2194 2020-01-06 11:40:02 +01:00
Antonin Delpeuch
904129d0f7 Fix other NPE in expression logging, for #2264 2020-01-06 06:30:56 +01:00
Antonin Delpeuch
a4c4a20767 Fix Google Sheets and Google Drive export 2020-01-04 15:56:24 +01:00
Antonin Delpeuch
cd18b82ef4
Merge pull request #2270 from OpenRefine/issue-2113-fusion-tables
Remove Fusion Tables support in gdata extension.
2020-01-03 17:24:44 +01:00
Antonin Delpeuch
6dc79d965d Use state to keep redirect URI constant 2019-12-31 10:21:07 +01:00
Antonin Delpeuch
fe5871bd51 Remove Fusion Tables support in gdata extension. Closes #2113. 2019-12-31 07:17:41 +01:00
Antonin Delpeuch
14dd4c0112
Merge pull request #2264 from OpenRefine/issue-2086-expression-logging-npe
Fix NPE in expression logging.
2019-12-30 21:52:58 +01:00
Antonin Delpeuch
60089ab716
Merge pull request #2263 from OpenRefine/issue-2213-xlsx-export-url
More robust URI detection in tabular exporter.
2019-12-30 21:52:45 +01:00
Antonin Delpeuch
ee6a37dc53
Merge pull request #2262 from OpenRefine/issue-2228-wikidata-login-csrf
Fix Wikidata login CSRF issue.
2019-12-30 21:52:31 +01:00
Antonin Delpeuch
e589413ae9
Merge pull request #2261 from OpenRefine/issue-2260-reconciliation-cors
Support CORS reconciliation services
2019-12-30 21:52:17 +01:00
Antonin Delpeuch
880eb5437e Merge branch 'master' of ssh://github.com/OpenRefine/OpenRefine 2019-12-27 17:28:15 +01:00
Antonin Delpeuch
539a04e496 Fix Coveralls Maven plugin, closes #2266 2019-12-27 17:27:59 +01:00
Antonin Delpeuch
7593d5484d Add Hyperlink to cell in Excel importer, with fallback to String, for #2213 2019-12-25 22:24:58 +01:00
Antonin Delpeuch
08e175dc66 Fix NPE in expresion logging. Closes #2086. 2019-12-25 12:33:42 +01:00
Antonin Delpeuch
0bd6a0fbd7
Merge pull request #2198 from viniciusbds/master
Dealing with a possible null pointer dereference
2019-12-25 11:42:34 +01:00
Antonin Delpeuch
78853f8fb2 More robust URI detection in tabular exporter. Closes #2213. 2019-12-25 11:33:03 +01:00
Antonin Delpeuch
fe57897e8e Fix Wikidata login CSRF issue. Closes #2228. 2019-12-25 11:02:19 +01:00
Antonin Delpeuch
63bb9e3135 Remove unused suggest-4_3.min.js 2019-12-24 10:39:18 +01:00
Antonin Delpeuch
2e1d5402ea Add CORS support with JSONP fallback. Closes #2260 2019-12-24 10:38:12 +01:00
Antonin Delpeuch
ad261109be Fetch default recon service in background silently. Fixes #1665 2019-12-24 09:07:23 +01:00
Antonin Delpeuch
4edbd40b6a
Merge pull request #2259 from Bhanu-mbvg/master
Wikidata login: form submittion by pressing Enter key
2019-12-23 11:30:42 +01:00
Antonin Delpeuch
8ceaeb0743 Use jQuery.submit to bind form to login 2019-12-22 23:40:57 +01:00
Antonin Delpeuch
c392126308 Merge branch 'master' of https://github.com/Bhanu-mbvg/OpenRefine into Bhanu-mbvg-master 2019-12-22 21:57:00 +01:00
Bhanu Gupta
7c06afc3bb Enter key press issues resolved 2019-12-22 20:01:29 +05:30
Bhanu Gupta
acba3e59ae Enter key press issues resolved 2019-12-22 19:56:39 +05:30
Antonin Delpeuch
69690a6e33
Merge pull request #2258 from OpenRefine/issue-949-poi
Update Apache POI to 4.1.1
2019-12-22 12:14:14 +01:00
Antonin Delpeuch
02a8f411e4 Update Apache POI to 4.1.1, for #949 2019-12-22 11:41:32 +01:00
Antonin Delpeuch
1355a373c9 Mock HTTP calls in EntityCache 2019-12-21 19:09:03 +01:00
Bhanu Gupta
cfc962668c Added fuctionality of form submit by enter key in Wikidata Login dialogue 2019-12-21 05:21:43 +05:30
Bhanu Gupta
3911636f0d
Merge pull request #1 from OpenRefine/master
Update repo
2019-12-21 05:07:45 +05:30
Antonin Delpeuch
909d347650
Merge pull request #2246 from OpenRefine/issue-2244-wikidata-quantity-bound
Fix overflow error for quantities stored as doubles.
2019-12-16 08:19:21 +01:00
Antonin Delpeuch
21504a60d5
Merge pull request #2245 from OpenRefine/update-odftoolkit
Update odftoolkit to 0.9.0-RC1
2019-12-16 08:18:59 +01:00
Antonin Delpeuch
726395620b
Merge pull request #2202 from viniciusbds/patch-1
Update SqlCreateBuilder.java
2019-12-16 08:18:20 +01:00
Antonin Delpeuch
6fb0231b89
Merge pull request #2247 from weblate/weblate-openrefine-translations
Translations update from Weblate
2019-12-15 22:26:11 +01:00
Hosted Weblate
1eb67c4823
Merge branch 'origin/master' into Weblate. 2019-12-15 22:21:20 +01:00
Ederporto
ab2d9c2862
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (735 of 735 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pt_BR/
2019-12-15 22:21:14 +01:00