Albin Larsson
4ba75034cb
Custom Tabular Exporter: add option to quote all strings #1869 ( #2427 )
2020-03-17 18:01:37 +00:00
Agha Saad Fraz
5ad6e18715
Fixed wrong and undefined stylings ( #2389 )
2020-03-17 11:11:29 +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
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
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
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
kushthedude
f96cb0e01f
enh: Text Filter waits until user finishes updating
...
Signed-off-by: kushthedude <kushthedude@gmail.com>
2020-02-28 00:37:45 +05:30
Antonin Delpeuch
55e77f4066
Merge pull request #2325 from kushthedude/exp
...
fix: cannot export a file if blank tab opened is not closed
2020-02-27 10:27:07 -08:00
Lisa Chandra
e3f125dd9f
closes reconcilation dialog when a click is made outsid the dialog box or when escape key is pressed
2020-02-27 22:35:20 +05:30
Lisa Chandra
512aac8143
closes sql exporter dialog box when a click is made outside the dialog box or when escape key is pressed
2020-02-27 22:18:38 +05:30
Lisa Chandra
2de7015645
closes templating export dialog when a click is made outside the dialog box or when escape key is pressed
2020-02-27 21:42:11 +05:30
Lisa Chandra
7e86197339
closes custom export tab when a click is made outside the tab or when escape key is pressed
2020-02-27 21:26:07 +05:30
Lisa Chandra
91058de64f
closes cluster dialog when a click is made outside the dialog box and when escape key is pressed
2020-02-27 18:59:16 +05:30
Thad Guidry
9a1d6a341a
fix typo
2020-02-26 07:55:35 -06:00
Thad Guidry
4baba6b125
fix typo
2020-02-26 07:44:44 -06:00
kushthedude
f56dc3e012
fix: cannot export a file if blank tab opened is not closed
...
Signed-off-by: kushthedude <kushthedude@gmail.com>
2020-02-23 21:55:37 +05:30
Woojin Kim
e75187189c
Translated using Weblate (Korean)
...
Currently translated at 9.3% (69 of 737 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ko/
2020-02-19 23:08:38 +01:00
Peter Nõu
a581bb2888
Translated using Weblate (Swedish)
...
Currently translated at 60.5% (446 of 737 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/sv/
2020-01-28 19:50:24 +01:00
Antonin Delpeuch
fad1209fbc
Translated using Weblate (French)
...
Currently translated at 96.7% (713 of 737 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2020-01-28 19:50:21 +01:00
Antonin Delpeuch
5894041943
Merge pull request #2296 from jamessspanggg/add-filldown-blankdown-for-all
...
[#2280 ] Add fill down and blank down operations for all columns
2020-01-27 10:24:08 +01:00
jamessspanggg
a19f859d2e
Reverse order of fill down operation
2020-01-27 17:14:57 +08:00
Antonin Delpeuch
fe147328f3
Merge pull request #2297 from jamessspanggg/2220-blank-per-column
...
[#2220 ] Add facet for blank values/records per column
2020-01-24 10:16:04 +01:00
changheecho
c8dbf14efe
Translated using Weblate (Korean)
...
Currently translated at 8.8% (65 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ko/
2020-01-23 06:21:28 +01:00
jamessspanggg
d7d4731f80
Utilise callbacks to chain fill/blank down operations
2020-01-21 01:56:03 +08:00
jamessspanggg
df76cb93b7
Fix error in calculation of blank records per column
2020-01-21 01:28:19 +08:00
jamessspanggg
8d3911556a
Add facet for blank values/records per column
2020-01-21 00:02:48 +08:00
jamessspanggg
73936183bb
Refactor to individual functions
2020-01-20 23:20:14 +08:00
jamessspanggg
90628e6ab0
Add fill down and blank down operations for all columns
2020-01-20 22:21:37 +08:00
Hosted Weblate
c5b1c434e7
Merge branch 'origin/master' into Weblate.
2020-01-10 18:21:31 +01:00
Luca Martinelli
d1d320f0c0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2020-01-10 18:21:25 +01:00
jamessspanggg
fc97b3f188
Fix mistake of translating wrong word
2020-01-08 08:31:51 +08:00