Commit Graph

4671 Commits

Author SHA1 Message Date
Ekta Mishra
7a7ba57d91
Grabbing cursor added while adding items for creating wikidata schema ()
Closes 
2020-03-28 19:10:04 +01:00
Antonin Delpeuch
f0387d73a5
Merge pull request from aakankasha028/issue-388-refine-m-gt-256
Updated refine to fix 
2020-03-28 17:20:04 +01:00
Aakankasha Sharma
426c715ef9 Updated refine to fix 2020-03-28 21:43:32 +05:30
Antonin Delpeuch
93f6715f61
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-03-28 07:28:55 +01:00
Hosted Weblate
6d9c3b9ea8
Merge branch 'origin/master' into Weblate. 2020-03-27 23:29:13 +01:00
Allan Nordhøy
45a98c73d2
Translated using Weblate (Norwegian Bokmål)
Currently translated at 82.9% (39 of 47 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/nb_NO/
2020-03-27 23:29:10 +01:00
Allan Nordhøy
56f4a1914a
Translated using Weblate (English)
Currently translated at 100.0% (47 of 47 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/en/
2020-03-27 23:29:09 +01:00
Allan Nordhøy
b8187922e5
Translated using Weblate (Norwegian Bokmål)
Currently translated at 52.5% (388 of 739 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2020-03-27 23:29:08 +01:00
Antonin Delpeuch
a39bbc5970
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-03-27 15:49:13 +01:00
Hosted Weblate
644e1fcced
Merge branch 'origin/master' into Weblate. 2020-03-27 15:39:33 +01:00
chuhao zeng
1f0111eaed
Fix silent error in JSON/XML importers ()
* Add error handler for parse error

* Add test for parsing json with incorrect strecture

* Enable localization from front-end

* Add methods to get localized error messages

* Update returned exception message

* Remove unused log and fix file diff issue

* Test auto build

* Refactor getOptions in newly created test

* Use new exception to unwrap original message

* Undo unexpected fix

* Remove unused lines

* Fix exception logic

* Fix typo
2020-03-27 09:41:49 +01:00
Weblate (bot)
17f5bf8cab
Translated using Weblate (Chinese (Simplified)) ()
Currently translated at 91.2% (675 of 740 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/zh_Hans/

Co-authored-by: Lu Liu <2428391347@qq.com>
2020-03-27 09:30:54 +01:00
Thad Guidry
513ba5d9c5
Thad no longer supports Netbeans config () 2020-03-27 09:30:30 +01:00
Albin Larsson
72966af5b6
remove Freebase reconciliation from Excel Importer () 2020-03-27 09:30:00 +01:00
Lu Liu
f2b06418da
Support lookup by numbers for GREL cross function ()
* support int & long argument for cross function

* support any types of a cell value
2020-03-26 08:57:10 +01:00
james-cui
b602a5622e
ignore .idea/ from intellj () 2020-03-26 08:49:42 +01:00
james-cui
7311581df0
make maxlag configurable () 2020-03-26 08:46:49 +01:00
chuhao zeng
70b4c6a6d0
Enable gzip compression ()
* Enable gzip compression

* Add test for gzip parser
2020-03-26 08:42:55 +01:00
Thad Guidry
1f98bfdbc3
Fix org.eclipse.m2e lifecycle-mapping not found ()
* Fix org.eclipse.m2e lifecycle-mapping not found

* remove unnecessary comment now since using profiles

* fix comment wrapping

* remove Eclipse specific profile
2020-03-24 21:41:14 +01:00
Thad Guidry
50d6c02f57
remove deprecated wmic command and use systeminfo () 2020-03-24 08:21:43 +01:00
chuhao zeng
e484625adf
Fix: Data losses when importing multiple sheets from same Excell file ()
* Fix loosing data when importing multiple sheets from same source Excell file

* Add test for importing multi sheets with different column size

* Fix space issues

* Restore old tests and implement new test cases for the new feature

* Restore unexpected delete

* Refactor fix

* Restore unexpected line delete

* Add new unit test for new feature
2020-03-23 22:41:23 +01:00
Thad Guidry
63bef81980
Remove unused variable in JSONUtilities () 2020-03-23 20:38:03 +01:00
Antonin Delpeuch
ad398076a7 Fix GitHub action workflow to publish snapshots 2020-03-23 15:45:14 +01:00
Lu Liu
9ad3b1080f
Make cross() function work for all columns ()
* fix 

* migrate from join to lookup

* reformat
2020-03-23 14:48:32 +01:00
Agha Saad Fraz
cff88e6267
Added google sheet feature and moved features to the export drop-down ()
* fixed minor typos

* Added google sheet feature and moved features to the export drop-down menu

* minor change

* removed redundant text and moved code and translations into their respective extensions
2020-03-23 11:14:02 +01:00
Hosted Weblate
131969180e
Merge branch 'origin/master' into Weblate. 2020-03-23 10:46:31 +01:00
Lu Liu
d80393f9b9
Translated using Weblate (Chinese (Simplified))
Currently translated at 91.2% (675 of 740 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/zh_Hans/
2020-03-23 10:46:29 +01:00
Agha Saad Fraz
a915f9847f
fixed menu item styling () 2020-03-22 11:27:31 +01:00
Lisa Chandra
ef8ad85c3c
Adds trim whitespace option to separator based files ()
* added trim ui to csv importer

* added trim functionality

* trimStrings handler only for strings

* added test for trimStrings option in csv/tsv files

* made trim option enabled by default
2020-03-21 10:38:43 +00:00
Ekta Mishra
bf8af23493
Creates project from URL when press ENTER ()
* Creates project from URL when press ENTER

solves 

* Added submit action
2020-03-20 22:35:40 +01:00
Antonin Delpeuch
f8adf29df6
Enable release snapshots for all commits
Not just for tagged releases.
2020-03-20 13:45:26 +00:00
Antonin Delpeuch
67e00bb63a
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-03-19 09:16:50 +00:00
Hosted Weblate
1ae513f604
Merge branch 'origin/master' into Weblate. 2020-03-19 09:36:39 +01:00
黄添祥
7e59611732
Translated using Weblate (Chinese (Simplified))
Currently translated at 38.0% (19 of 50 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/zh_Hans/
2020-03-19 09:36:37 +01:00
Isao Matsunami
c0f12f7a86
Translated using Weblate (Japanese)
Currently translated at 100.0% (740 of 740 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2020-03-19 09:36:36 +01:00
Ekta Mishra
7c08d774e5
Removed freebase-query-panel.html ()
Freebase conciliation webserice is no longer availabe and no call is made to this file.
Hence, should be removed.
2020-03-18 13:45:45 +00:00
Antonin Delpeuch
b9e046f1bb
Merge pull request from weblate/weblate-openrefine-translations
Translations update from Weblate
2020-03-18 08:05:44 +00:00
Hosted Weblate
62f9bdc919
Merge branch 'origin/master' into Weblate. 2020-03-18 09:01:18 +01:00
黄添祥
0096f89499
Added translation using Weblate (Chinese (Simplified)) 2020-03-18 09:01:14 +01:00
Albin Larsson
9745bfe374
consistent usage of Apache http status constants () 2020-03-18 06:40:52 +00:00
Albin Larsson
1bbf3df0f3
CustomTabularExporterDialog: fix checkbox options being ignored ()
Any value (even an empty string) of the checked attribute will be threated as checked. Fixed by passing null to jQuerys attr function which removes the attribute.
https://stackoverflow.com/questions/4228658/what-values-for-checked-and-selected-are-false
2020-03-18 04:54:04 +00:00
Albin Larsson
0233e7186b
CSVExporter: add test case for quoteAll option () 2020-03-18 04:39:32 +00:00
Albin Larsson
4ba75034cb
Custom Tabular Exporter: add option to quote all strings () 2020-03-17 18:01:37 +00:00
Hosted Weblate
439b399ab4
Merge branch 'origin/master' into Weblate. 2020-03-17 13:36:39 +01:00
Bodhisattwa Mandal
204e436eab
Translated using Weblate (Bengali)
Currently translated at 13.6% (6 of 44 strings)

Translation: OpenRefine/gdata
Translate-URL: https://hosted.weblate.org/projects/openrefine/gdata/bn/
2020-03-17 13:36:37 +01:00
Bodhisattwa Mandal
aa25e91263
Translated using Weblate (Bengali)
Currently translated at 29.7% (50 of 168 strings)

Translation: OpenRefine/wikidata
Translate-URL: https://hosted.weblate.org/projects/openrefine/wikidata/bn/
2020-03-17 13:36:36 +01:00
Bodhisattwa Mandal
786e799fa2
Translated using Weblate (Bengali)
Currently translated at 4.0% (2 of 50 strings)

Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/bn/
2020-03-17 13:36:35 +01:00
Isao Matsunami
8023245a6b
Translated using Weblate (Japanese)
Currently translated at 100.0% (739 of 739 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2020-03-17 13:36:34 +01:00
Bodhisattwa Mandal
16c9d76f77
Translated using Weblate (Bengali)
Currently translated at 2.3% (17 of 739 strings)

Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/bn/
2020-03-17 13:36:34 +01:00
chuhao zeng
55e3cf7b2e
Enable auto complete in chrome ()
Co-authored-by: zengchu2 <1450834797z@gmail.com>
2020-03-17 11:13:26 +00:00