Commit Graph

3855 Commits

Author SHA1 Message Date
Antonin Delpeuch
726960b410
Merge branch 'master' into replaceGUI 2018-10-14 22:12:25 +01:00
Antonin Delpeuch
f66181327c Add JRE path as parameter 2018-10-14 22:01:29 +01:00
Mathieu Saby
5ff1b995ef Option for matching whole words
Replace Textareas with text Inputs and add labels.
Add an option for matching whole words
Change the behavior of escape option for replacement text:
if checked, \n and \t have a special meaning (newline and tab),
and \\n and \\t must be used for "backslash and n" and "backslash and t"
but other character are escaped : \ means \, \\ means \\, \r means \r etc.
2018-10-14 22:40:31 +02:00
Antonin Delpeuch
900d78e891 Disable packaging for travis to save time 2018-10-14 21:24:42 +01:00
Antonin Delpeuch
155fd92342 Fix icns path for .dmg generation 2018-10-14 21:11:12 +01:00
Antonin Delpeuch
aeb008244b Cleanup Mac packaging and increase RAM size for Windows and Mac ports 2018-10-14 21:01:20 +01:00
omkar
e23fef8b66 Fix: Allow smartSplit() to handle String of chars not just a single char 2018-10-14 21:50:29 +05:30
Antonin Delpeuch
410f20fd73 Reshape DMG generation with appbundler 2018-10-14 00:06:41 +01:00
Antonin Delpeuch
d2edffcef4
Merge pull request #1754 from OpenRefine/issue1596
Directly use column as reconciliation results
2018-10-12 11:05:12 +01:00
Antonin Delpeuch
e074d05f87
Merge pull request #1753 from weblate/weblate-openrefine-translations
Update from Weblate
2018-10-12 11:04:53 +01:00
Luca Martinelli
22abbe7950
Translated using Weblate (Italian)
Currently translated at 29.8% (43 of 144 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/it/
2018-10-10 23:29:53 +02:00
Luca Martinelli
7ed8c8b7e7
Added translation using Weblate (Italian) 2018-10-09 21:45:54 +02:00
Antonin Delpeuch
61928a671b Codacy cleanup 2018-10-05 10:27:09 +01:00
Hosted Weblate
5128624119
Merge branch 'origin/master' into Weblate 2018-10-02 13:33:31 +02:00
ssantos
8e7f45a20a
Translated using Weblate (German)
Currently translated at 100.0% (696 of 696 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-10-02 13:33:31 +02:00
Antonin Delpeuch
630f119f1a
Translated using Weblate (French)
Currently translated at 99.2% (691 of 696 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-10-02 13:33:30 +02:00
Antonin Delpeuch
fc794f97b7
Merge pull request #1748 from OpenRefine/issue1746
Temporary fix for HTTP 500 errors from Wikibase. Closes #1746
2018-10-02 12:33:14 +01:00
Antonin Delpeuch
610a8b3100 UI for UseValuesAsIdentifiers operation 2018-10-02 12:32:46 +01:00
Antonin Delpeuch
5f551370b3 Tests for UseValuesAsIdentifiers operation 2018-10-02 12:32:30 +01:00
Antonin Delpeuch
2a68e761cb Implementation of UseValuesAsIdentifiers operation and command 2018-10-02 12:31:59 +01:00
Antonin Delpeuch
b6e9ace597 Temporary fix for HTTP 500 errors from Wikibase. Closes #1746 2018-09-25 19:37:40 +01:00
Antonin Delpeuch
c04c1fbb82
Merge pull request #1747 from weblate/weblate-openrefine-translations
Update from Weblate
2018-09-25 18:21:28 +01:00
Hosted Weblate
6764b8a49e
Merge branch 'origin/master' into Weblate 2018-09-25 18:23:01 +02:00
Isao Matsunami
534fc5e7d6
Translated using Weblate (Japanese)
Currently translated at 100.0% (696 of 696 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-09-25 18:23:00 +02:00
Antonin Delpeuch
2cc02e9cbc
Merge pull request #1745 from OpenRefine/issue/1717
force the encoding to UTF8
2018-09-25 17:22:46 +01:00
Mathieu Saby
4a49691a4e Deplace menu and simplifiy UI 2018-09-25 08:14:32 +02:00
Jacky
d034ddb9a7 force the encoding to UTF8 2018-09-24 20:38:25 -04:00
Antonin Delpeuch
22be1ec323
Merge pull request #1731 from xseris/master
Custom column names for separator based importer
2018-09-24 08:29:46 +01:00
Mathieu Saby
338fa585d3 Add menu for searching and replacing
Add a new menu "Replace" in "Edit Cells" > "Common Transforms" and a new interaction box for entering parameters.
Under the hood this is a wrapper around GREL replace() function.
The behavior is the same as replace() except the automatic backslah escaping of "Replace with" parameter.
The 2 main parameters in the box are 2 textaras : "Find" and "Replace with"
2 cumulative options are available for "Find" parameter : "Case insensitive" and "Regular Expression"
1 option is available for "Replace with" parameter : "Do not escape backslash automatically"
A validity control of the pattern is made when "Regular expression" is checked.
2018-09-23 22:12:12 +02:00
Antonin Delpeuch
2676c60fb2
Merge pull request #1743 from weblate/weblate-openrefine-translations
Update from Weblate
2018-09-23 09:00:18 +01:00
ssantos
56bd4cb9e7
Translated using Weblate (German)
Currently translated at 100.0% (694 of 694 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-09-22 21:26:14 +02:00
Antonin Delpeuch
f094c7e23a Exclude redundant jars from database and gdata extensions 2018-09-22 18:04:02 +01:00
Antonin Delpeuch
efddca61af Revert Jackson upgrade on database extension 2018-09-22 14:04:23 +01:00
Antonin Delpeuch
0321e19fef Unify google library versions 2018-09-22 10:43:12 +01:00
Antonin Delpeuch
2ac17b4c7b Create packaging/target via maven instead of manually 2018-09-22 10:42:39 +01:00
Antonin Delpeuch
d7a499cdc3 Fix Windows classpath generation 2018-09-22 09:34:37 +01:00
Antonin Delpeuch
dcd75264a7 Ignore .versionsBackup files generated by maven 2018-09-21 12:29:31 +01:00
Antonin Delpeuch
fc70852183 Update version to 3.1-SNAPSHOT 2018-09-21 12:28:13 +01:00
Antonin Delpeuch
b893beaf39 Fix appveyor local path 2018-09-21 12:15:14 +01:00
Antonin Delpeuch
069616851c Manually create packaging/target on Travis and Appveyor 2018-09-21 11:46:07 +01:00
Antonin Delpeuch
ed1db2242a Exclude local libraries from packages to save space 2018-09-21 10:02:45 +01:00
Antonin Delpeuch
e89fc5df46 Windows packaging with Maven 2018-09-21 09:49:32 +01:00
Antonin Delpeuch
31436a12d8 Linux packaging with Maven 2018-09-20 14:35:54 +01:00
Antonin Delpeuch
c7727411a3
Merge pull request #1739 from OpenRefine/issue1738
Fix Wikimedia language code for Japanese
2018-09-18 14:55:21 +01:00
Antonin Delpeuch
c812b6118c Cleanup most Eclipse config files 2018-09-18 14:51:27 +01:00
Antonin Delpeuch
95d37b3688 Remove build.properties, needed by Ant 2018-09-18 11:19:45 +01:00
Antonin Delpeuch
8c72b03201 Fix Wikimedia language code for Japanese, closes #1738. 2018-09-17 16:20:52 +01:00
Antonin Delpeuch
1f9afcd286 Add missing arithcode library. 2018-09-16 21:11:11 +01:00
Antonin Delpeuch
82e278162b Add missing secondstring library 2018-09-16 20:56:44 +01:00
Antonin Delpeuch
7dd45b81f4 Update Codacy coverage submission 2018-09-16 20:35:55 +01:00