Satdeep Gill
f7f35175d2
Added translation using Weblate (Punjabi)
2020-04-29 16:19:01 +02:00
Hosted Weblate
4813422acb
Merge branch 'origin/master' into Weblate.
2020-04-29 06:59:22 +02:00
Luca Martinelli
e49bac5310
Translated using Weblate (Italian)
...
Currently translated at 99.1% (734 of 740 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2020-04-29 06:59:19 +02:00
PJ Fanning
f047a88518
poi works better reading files directly ( #2597 )
2020-04-26 21:27:09 +02:00
PJ Fanning
ab64303cbb
allow xlsx files to have more columns ( #2602 )
2020-04-26 17:07:26 +02:00
PJ Fanning
fe7fcce94b
small improvement to xls tests ( #2599 )
2020-04-26 16:02:20 +02:00
PJ Fanning
1a0e187561
correct excel mime types ( #2596 )
...
* correct excel mime types
* address PR issue
* remove use of wildcard
2020-04-26 14:36:37 +02:00
PJ Fanning
88f7fb2852
Use SXSSFWorkbook in XlsExporter to improve memory usage when exporting xlsx files ( #2594 )
2020-04-26 12:26:05 +02:00
Hosted Weblate
4142004d1d
Merge branch 'origin/master' into Weblate.
2020-04-25 00:37:57 +02:00
Lucas Araujo
075ab65eb5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (735 of 740 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pt_BR/
2020-04-25 00:37:54 +02:00
Isao Matsunami
445e929853
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-04-25 00:37:54 +02:00
Antonin Delpeuch
8414a82df8
Fix null cell editing, followup for #2440 ( #2587 )
2020-04-24 18:59:33 +02:00
Joanne Ong
b6f6904af4
Show correct data type in data table cell editor ( #2440 )
...
* Show correct data type in data table cell editor
* Ensure date cell type is shown in cell editor
2020-04-24 09:28:24 +02:00
Thad Guidry
e5e2c8f665
remove Freebase AGENT_ID ( #2575 )
...
* remove unused imports
* remove unneeded Freebase AGENT_ID
In the past, Freebase editors used Google Refine for making edits to its database and the internal identifier was "/en/google_refine" which equated to a Software Application type with attached metadata and also had ownership privileges for certain Freebase Apps. Since Freebase is no longer around, this identifier, only used by Freebase, can now be removed. (This is not a User-Agent header string but was an internal identifier for the Freebase database which no longer exists)
* Revert "remove unused imports"
This reverts commit 9f6a276f36a54245016bd445680067d2c8862fcb.
2020-04-21 18:32:39 +02:00
Thad Guidry
009c587437
remove unused imports ( #2574 )
2020-04-21 15:51:01 +02:00
Lu Liu
bf84fc9cf1
use string representation for matching ( #2571 )
2020-04-20 09:07:09 +02:00
Thad Guidry
af74c724d9
Merge pull request #2558 from OpenRefine/issue-2553
...
Implementation of #2553 : Implementation of minimize facets
2020-04-17 17:31:33 -05:00
Thad Guidry
14cb0d29db
Update minimize-map.png
2020-04-17 17:22:39 -05:00
Antoine2711
aeb0464f73
New style for Maximize icon
...
New picture for Maximize icon, that is not a big box, but a smaller box wih arrows in the corners.
2020-04-17 17:59:20 -04:00
Antoine2711
7730f7048e
Move li.facet-state-minimize in CSS and spacing in ListFacet
...
Move li.facet-state-minimize in CSS closer to other minimize stuff and remove uneeded spacing in ListFacet
2020-04-17 17:14:04 -04:00
Antoine2711
b4278dd701
Update translation-en.json
...
"Toggle between the minimization and maximization of this facet"
2020-04-17 16:31:48 -04:00
Antoine2711
cc150fecfa
Update translation-fr.json
...
"Permuter la minimisation ou la maximisation de cette facette"
2020-04-17 16:30:34 -04:00
Antoine2711
f4e6ab92fc
Carry the modifications from ListFacet to all other facets
...
• Carry the modifications from ListFacet to all RangeFacet, ScatterPlotFacet, TestSearchFacet, TimeRangeFacet.
• Also, add the maximize action to the ToolTip.
• CleanUp of hierarchie of HTML or Facets.
2020-04-17 16:17:20 -04:00
Thad Guidry
baf3caa4f0
Revert "Adds Maven release for compile target"
...
This reverts commit fa540b03f7
.
2020-04-17 10:45:28 -05:00
Thad Guidry
fa540b03f7
Adds Maven release for compile target
...
Details: https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#release
2020-04-17 10:14:22 -05:00
Antoine2711
d26b72bede
Use this._minimizeState instead of this._config.minimize
...
Use this._minimizeState instead of this._config.minimize to keep track of the minimized state of the facet
2020-04-17 04:39:41 -04:00
Antoine2711
3ab1b8761c
Adjustement of the button images
...
Adjustement of the button images, good pictures are now shown.
2020-04-16 14:20:09 -04:00
Antoine2711
ef0d49e679
Spacing adjustment
...
Changed a [TAB] for 2 [SPACE].
2020-04-16 14:07:18 -04:00
Antoine2711
1f273983ca
Improvement of the button :hover
...
Improvement of the button and it's :hover styling
2020-04-16 13:45:20 -04:00
kovacskarolina
e3be53146f
Fixed to focus on find-field ( #2545 )
...
* Adding function to autofocus text input when dialog opens
* Fixing code according to suggestion.
* Simplifying code, removing function
Co-authored-by: Kovács Karolina <kovacskarolina0904@gmail.com>
2020-04-16 19:05:40 +02:00
Antoine2711
f9c69bf80e
First implementation of minimize facets
...
v1 de minimize facets.
2020-04-16 03:26:47 -04:00
Barbul Gergő
ca9e232041
Translated using Weblate (Hungarian)
...
Currently translated at 96.3% (712 of 739 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/hu/
2020-04-15 19:11:19 +02:00
Antonin Delpeuch
8ce9950120
Translated using Weblate (French)
...
Currently translated at 99.8% (738 of 739 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2020-04-14 14:51:00 +02:00
Hosted Weblate
e18fe39f12
Merge branch 'origin/master' into Weblate.
2020-04-14 11:11:42 +02:00
Jeannette L
e992000808
Translated using Weblate (German)
...
Currently translated at 98.9% (731 of 739 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2020-04-14 11:11:18 +02:00
Isao Matsunami
839465f196
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-04-14 11:11:18 +02:00
Jeannette L
84ed12693f
Translated using Weblate (French)
...
Currently translated at 99.3% (734 of 739 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2020-04-14 11:11:17 +02:00
Lisa Chandra
349e76c195
Fix: the wrong label for regex checkbox in split multi cell dialog ( #2530 )
2020-04-14 10:03:25 +02:00
Thad Guidry
69db33de5a
Fix TSV mediatype & add support for atom+xml and .ntriples ( #2535 )
...
* Fix TSV mediatype & add support for atom+xml and .ntriples
* keep old TSV mediatype value
2020-04-12 21:26:31 +02:00
james-cui
5c6386f5cb
Fix that columns named « toString » are displayed as collapsed ( #2531 )
...
Closes #2451
2020-04-10 07:39:24 +02:00
Albin Larsson
aac8359238
Set client timeout limit in chainGetJSON() ( #2482 )
...
By setting a client side timeout one can avoid net::ERR_NETWORK_IO_SUSPENDED errors caused by the OS network layer being suspended [1]. This allows the client to handle higher level errors.
The jQuery.getJSON() function does not have a parameter for timeouts.
[1]: https://cs.chromium.org/chromium/src/net/http/http_network_layer.cc?q=ERR_NETWORK_IO_SUSPENDED&sq=package:chromium&dr=C&l=42
2020-04-06 10:42:38 +02:00
Hosted Weblate
eaa1e66326
Merge branch 'origin/master' into Weblate.
2020-04-04 10:19:53 +02:00
Allan Nordhøy
d57bb8c875
Translated using Weblate (Cebuano)
...
Currently translated at 87.5% (647 of 739 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ceb/
2020-04-04 10:19:50 +02:00
Bűn Tamás
a718b9ab49
Fix detection of XML files from MIME type ( #2496 )
...
Co-authored-by: Bűn Tamás <h751634@stud.u-szeged.hu>
Closes #2420
2020-04-04 10:16:45 +02:00
Ekta Mishra
05b6a7b2ae
Provides more intuitive representation for arrays in GREL ( #2488 )
...
Added test for same
closes #2040
2020-04-01 10:59:25 +02: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
chuhao zeng
1f0111eaed
Fix silent error in JSON/XML importers ( #2414 )
...
* 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)) ( #2460 )
...
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 ( #2466 )
2020-03-27 09:30:30 +01:00
Albin Larsson
72966af5b6
remove Freebase reconciliation from Excel Importer ( #2470 )
2020-03-27 09:30:00 +01:00
Lu Liu
f2b06418da
Support lookup by numbers for GREL cross function ( #2468 )
...
* support int & long argument for cross function
* support any types of a cell value
2020-03-26 08:57:10 +01:00
chuhao zeng
70b4c6a6d0
Enable gzip compression ( #2475 )
...
* Enable gzip compression
* Add test for gzip parser
2020-03-26 08:42:55 +01:00
chuhao zeng
e484625adf
Fix: Data losses when importing multiple sheets from same Excell file ( #2404 )
...
* 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 ( #2464 )
2020-03-23 20:38:03 +01:00
Lu Liu
9ad3b1080f
Make cross() function work for all columns ( #2456 )
...
* fix #1950
* 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 ( #2458 )
...
* 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
Agha Saad Fraz
a915f9847f
fixed menu item styling ( #2455 )
2020-03-22 11:27:31 +01:00
Lisa Chandra
ef8ad85c3c
Adds trim whitespace option to separator based files ( #2408 )
...
* 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 ( #2444 )
...
* Creates project from URL when press ENTER
solves #2437
* Added submit action
2020-03-20 22:35:40 +01:00
Hosted Weblate
1ae513f604
Merge branch 'origin/master' into Weblate.
2020-03-19 09:36:39 +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 ( #2434 )
...
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
Hosted Weblate
62f9bdc919
Merge branch 'origin/master' into Weblate.
2020-03-18 09:01:18 +01:00
Albin Larsson
9745bfe374
consistent usage of Apache http status constants ( #2432 )
2020-03-18 06:40:52 +00:00
Albin Larsson
1bbf3df0f3
CustomTabularExporterDialog: fix checkbox options being ignored ( #2429 )
...
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 ( #2430 )
2020-03-18 04:39:32 +00:00
Albin Larsson
4ba75034cb
Custom Tabular Exporter: add option to quote all strings #1869 ( #2427 )
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
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
Agha Saad Fraz
5ad6e18715
Fixed wrong and undefined stylings ( #2389 )
2020-03-17 11:11:29 +00:00
Lisa Chandra
a91691cb6b
[FIX] json/xml trim whitespace configuration option ( #2415 )
...
* trimStrings condition
* added test for trimString xml
* added trimStrings check for json
2020-03-15 16:04:01 +00:00
Ekta Mishra
afd5cf70f0
Reconciliation UI: property not included if checkbox unchecked ( #2413 )
...
solves #2230
2020-03-15 13:49:14 +00:00
Lisa Chandra
fd2460914c
Fixes no selected record element error ( #2407 )
...
* fixes no record element error
* made relevant changes
* alert message from i18n instead
* removed the boolean variable
2020-03-14 14:36:54 +00:00
Lu Liu
14ef45efb2
mock reconciliation service ( #2410 )
2020-03-14 09:40:15 +00:00
Thad Guidry
83d175be1b
Remove duplicate metadata command registration ( #2405 )
...
This removes a duplicate set-project-metadata command during Butterfly initialization.
Hmm, wondering if this might also fix any issues that we already have regarding startup?
2020-03-13 14:03:45 +00:00
Ekta Mishra
6ec40bc478
Removed exportTrippleloader functions #2345 ( #2399 )
...
closes #2345
2020-03-12 13:03:26 +00:00
Ekta Mishra
fd12ea8c5d
Removed freebaseapps.com from scripts ( #2395 )
...
closes #1973
2020-03-12 10:57:42 +00:00
Lisa
b5282fcce7
corrected label for trim in xml parser ui ( #2394 )
2020-03-12 10:54:53 +00:00
Ekta Mishra
bbf4f479da
Removed references to freebase in messages #2029 ( #2341 )
...
Removed all freebase references from all translation files
Closes #2029
2020-03-12 10:41:31 +00:00
Kush Trivedi
3fd3faca11
enh: URL checking for import web addresses ( #2377 )
...
* enh: URL checking for import web addresses
* Add the source for Regex
* Removing the console.log for production
2020-03-11 22:22:49 +00:00
Lisa
649ce93b3a
corrects wrong trim label for json importer config ( #2385 )
2020-03-11 09:41:16 +00:00
Hammad Aamer
e8f2a98cf0
Added feature to create column containing Q values ( #2378 )
...
* Added feature to create column containing Q values
* Defined better language for adding IDs column
* Fixed notations
* Add id column final fix
* Add id column final fix
Co-authored-by: Hammad Aamer <hammad.aamer97@gmail.com>
2020-03-11 09:34:49 +00:00
Kush Trivedi
fec414cb14
fix: List facets dialogue should be non editable ( #2375 )
2020-03-10 10:17:23 +00:00
zengchu2
c90fd31daf
Add cell.error field for error messages ( #2363 )
...
* Add case for querying cell.error for error messages
* Add testing file
* Refactor test case for cell with error
* Reformat spaces
2020-03-10 10:14:15 +00:00
Antonin Delpeuch
27f7cdc897
Merge pull request #2367 from OpenRefine/issue-2365-maven-deps
...
Migrate local dependencies to Maven Central.
2020-03-08 15:21:58 +00:00
Antonin Delpeuch
0678e6cf1e
Migrate local dependencies to Maven Central. Closes #2365 .
2020-03-07 21:35:31 +00:00
Antonin Delpeuch
3d5a93d506
Merge pull request #2324 from kushthedude/timeout
...
enh: Text Filter waits until user finishes updating
2020-03-07 21:10:21 +00:00
kushthedude
3b2aa2ccd0
applying timeout variance only for regex
2020-03-07 01:56:36 +05:30
kushthedude
620d7672c9
Addresing requested changes
2020-03-06 15:35:44 +05:30
Antonin Delpeuch
7a3b3a9a7a
Enforce uniform column widths in key-value columnize dialog
2020-03-04 09:43:42 +00:00
Alex
8816cd511a
changes for #898 :
...
* made "Columnize by Key/Value columns" dialog resizable
* set overflow styling, which solves the issue in Chromium-based browsers (Chrome, Edge, Opera) but doesn't work in FireFox and WebKit-based browsers (like Epiphany @ Linux, not tested in Safari but most likely won't work either)
2020-03-02 14:57:02 +02:00
Antonin Delpeuch
9356b846b6
Merge pull request #2339 from lisa761/modal-dialogs
...
Closes dialogs when escape key is pressed
2020-03-01 11:33:43 +00:00
Lisa Chandra
e563885de1
moved escapeKey handler to global scope (to prevent only said handler from executing when a dialog is closed)
2020-02-29 22:16:29 +05:30
Hosted Weblate
6e273fdf3c
Merge branch 'origin/master' into Weblate.
2020-02-28 14:13:03 +01:00
Isao Matsunami
d875f5edd3
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (737 of 737 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2020-02-28 14:13:01 +01:00
Lisa Chandra
07149d4083
removed closing of dialog box on an outside click and moved escape key logic to dialog.js
2020-02-28 18:40:15 +05:30
Antonin Delpeuch
bf5152a1ed
Merge pull request #2331 from mrcsparker/remove-deprecation
...
Replaced some deprecated methods
2020-02-27 16:59:34 -08:00
Lisa Chandra
ad017434dc
closes reorder/remove dialog when a click is made outside or when escape key is presses
2020-02-28 01:54:16 +05:30
kushthedude
89b63bb8f8
resetting schedule update to 500
2020-02-28 00:40:11 +05:30