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
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
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
jamessspanggg
c2d72c6236
Translate sort link using i18n
2020-01-07 11:42:59 +08:00
Antonin Delpeuch
a4c4a20767
Fix Google Sheets and Google Drive export
2020-01-04 15:56:24 +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
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
Denise Jansen
d879615cca
Translated using Weblate (Dutch)
...
Currently translated at 55.5% (408 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2019-11-23 11:04:52 +01:00
Sam Reed
da3ae056c9
Translated using Weblate (English (United Kingdom))
...
Currently translated at 0.7% (5 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en_GB/
2019-11-23 11:04:50 +01:00
Sam Reed
3277d40330
Added translation using Weblate (English (United Kingdom))
2019-11-22 10:31:32 +01:00
Mathieu Saby
88ed34f795
Translated using Weblate (French)
...
Currently translated at 96.1% (706 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2019-11-22 10:31:03 +01:00
Antonin Delpeuch
4d3d2f006a
Merge pull request #2203 from weblate/weblate-openrefine-translations
...
Update from Weblate
2019-11-04 20:23:34 +00:00
Antonin Delpeuch
11c7788239
Fix CSRF token addition on import project form
2019-11-04 20:04:16 +00:00
Isao Matsunami
40d29f5636
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-10-31 14:03:46 +01:00
Kai Huang
8f0e8e6fcd
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 91.4% (672 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/zh_Hans/
2019-10-22 19:53:10 +02:00
Mattias Münster
c53968095f
Translated using Weblate (Swedish)
...
Currently translated at 56.9% (418 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/sv/
2019-10-22 19:53:05 +02:00
Antonin Delpeuch
10c046698a
Merge pull request #2182 from OpenRefine/issue-2164-csrf
...
Add CSRF protection to POST endpoints
2019-10-20 10:43:53 +01:00
Antonin Delpeuch
aa228c43b2
Fix frontend for extensions for CSRF protections
2019-10-17 11:44:57 +01:00
Antonin Delpeuch
1ee5068f0d
CSRF protection for Wikidata extension
2019-10-17 10:42:05 +01:00
Antonin Delpeuch
9ae6a7a581
Tie up CSRF tokens in the frontend
2019-10-15 12:07:14 +01:00
Antonin Delpeuch
5dc005749a
Add CSRF protection to remaining commands
2019-10-15 12:07:13 +01:00
Antonin Delpeuch
3559eeb11f
CSRF protection for project and recon commands
2019-10-15 12:07:12 +01:00
Antonin Delpeuch
a340c137d0
CSRF protection for OpenWorkspaceDirCommand and language loading
2019-10-15 12:07:04 +01:00
Antonin Delpeuch
f7177e670d
Adapt frontend for CSRF in import dialog
2019-10-15 12:04:17 +01:00
Hosted Weblate
ee34fccea3
Merge branch 'origin/master' into Weblate.
2019-10-15 10:52:58 +02:00
CennoxX
4ff38f6961
Translated using Weblate (English)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2019-10-15 10:52:56 +02:00
CennoxX
ea262606aa
Translated using Weblate (German)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-10-15 10:52:55 +02:00
Antonin Delpeuch
91cead27f8
CSRF protection for ImportingController
2019-10-14 16:24:26 +01:00
Antonin Delpeuch
70e37b9085
Add CSRF protection to cell, history, column and expr commands
2019-10-14 16:24:26 +01:00
Antonin Delpeuch
51ddd27909
Require CSRF token in EditOneCellCommand
2019-10-14 16:24:26 +01:00
Michael
695ef94b50
#1970 Disable spell check for expressions.
2019-10-12 16:51:04 +02:00
CennoxX
826c55e218
set paging of right side
2019-10-11 11:43:26 +02:00
CennoxX
48a9911649
Fix overlapping viewpanel-header
...
This fixes #2183
2019-10-11 11:39:18 +02:00
Antonin Delpeuch
1c2ac45dee
Merge pull request #2169 from fsteeg/2168-suggest
...
Set suggestOptions.type to the selected reconciliation type
2019-10-10 17:10:43 +01:00
Fabian Steeg
84af07506d
Prefer view.url pattern for data extension preview links
...
See https://github.com/OpenRefine/OpenRefine/issues/2177
2019-10-04 14:55:34 +02:00
Antonin Delpeuch
aa5d7b03cd
Merge pull request #2167 from fsteeg/2166-properties
...
Don't remove data.suggest in _destroy function
2019-09-27 10:34:41 +02:00
Fabian Steeg
cf578cf641
Set suggestOptions.type to the selected reconciliation type
...
Remove Freebase-specific option and default value
See https://github.com/OpenRefine/OpenRefine/issues/2168
2019-09-23 12:22:13 +02:00
Fabian Steeg
ce3abaa6a0
Don't remove data.suggest in _destroy function
...
See https://github.com/OpenRefine/OpenRefine/issues/2166
2019-09-23 09:31:49 +02:00
Hosted Weblate
f26ba67879
Merge branch 'origin/master' into Weblate.
2019-09-22 22:27:59 +02:00
Mathieu Saby
1b0b416899
Translated using Weblate (French)
...
Currently translated at 96.3% (708 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2019-09-22 22:27:57 +02:00
Saladoc
fdaaa4bb95
Translated using Weblate (German)
...
Currently translated at 97.6% (717 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-09-22 22:27:54 +02:00
Antonin Delpeuch
18a78dbb4e
Merge pull request #2159 from OpenRefine/issue-2158-language-setting
...
Fix UI language change
2019-09-18 19:08:03 +01:00
Isao Matsunami
6d4754b225
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-09-14 00:23:53 +02:00
Hosted Weblate
5042b78165
Merge branch 'origin/master' into Weblate.
2019-09-12 22:23:56 +02:00
Isao Matsunami
f1ac2d7ff8
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-09-12 22:23:53 +02:00
Antonin Delpeuch
c078c3a81d
Fix change of language. Closes #2158 .
2019-09-12 11:53:21 +01:00
Antonin Delpeuch
d4ba7e2791
Merge pull request #2149 from weblate/weblate-openrefine-translations
...
Update from Weblate
2019-09-08 19:26:18 +01:00
Hosted Weblate
69824c2fe1
Merge branch 'origin/master' into Weblate.
2019-09-07 23:24:36 +02:00
Isao Matsunami
7c6c270b99
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-09-07 23:24:32 +02:00
leela
10dcb925e0
ellipsis, added
2019-09-06 12:48:43 +00:00
Antonin Delpeuch
9d72de1874
Merge pull request #2139 from katrinleinweber/2130-autofocus-separatorInput
...
Auto-focus input fields into which users likely type immediately
2019-08-31 14:10:30 +01:00
Katrin Leinweber
8a3cc41acb
Reset history-panel to 4a8d8afb
...
The changes in abe4137a
do not translate here. Maybe because history-panel-filter is loaded in the background in the "Undo / Redo" tab?
2019-08-31 06:59:43 +02:00
Katrin Leinweber
abe4137ae5
Speed up input of separator characters ( fix #2130 )
2019-08-31 06:50:34 +02:00
Katrin Leinweber
200d11cbef
Search autofocus element in DOM, instead of defining function
2019-08-28 19:59:59 +02:00
Katrin Leinweber
609a639129
Move focussing code to proper .js file
2019-08-28 19:35:33 +02:00
Katrin Leinweber
439f34171c
Fix typo in input field id
2019-08-28 19:26:28 +02:00
Katrin Leinweber
90af379d5f
Partially revert "Use JavaScript-based focussing, rathrer than"
...
This partially reverts commit 870a1b20a1
.
2019-08-28 19:21:10 +02:00
Katrin Leinweber
870a1b20a1
Use JavaScript-based focussing, rathrer than
...
Reverts feb4ec3
2019-08-26 15:12:51 +02:00
Katrin Leinweber
feb4ec31a9
Auto-focus input fields into which users likely type immediately
2019-08-26 11:30:11 +02:00
Isao Matsunami
bca269cc89
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (735 of 735 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-08-26 09:23:59 +02:00
Katrin Leinweber
9407afe37f
Retain GREL keywords in translated string
2019-08-21 20:49:54 +02:00
Katrin Leinweber
d3fa2c687b
Use idiomatic translation
...
"Kunde" is literally "customer", but "Nutzer"/"user" fits better.
2019-08-21 12:09:05 +02:00
Katrin Leinweber
18e6f36340
Fix typo
2019-08-21 10:03:57 +02:00
Katrin Leinweber
b1bc478c3c
Fix typos
2019-08-21 09:52:50 +02:00
Antonin Delpeuch
4a8d8afbd5
Merge pull request #2124 from weblate/weblate-openrefine-translations
...
Update from Weblate
2019-08-16 13:43:09 +01:00
Antonin Delpeuch
328df189ec
Add margins in Join columns dialog
2019-08-16 13:31:23 +01:00
Elizabeth Sherrock
574cb1cb26
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 88.4% (638 of 722 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/zh_Hans/
2019-08-12 16:23:36 +02:00
Mathieu Saby
f0616eff79
Remove all columns at once and escape input
2019-08-09 02:03:58 +02:00
Mathieu Saby
7836e5b2db
Fix grammar and use callbacks
2019-08-07 23:20:28 +02:00
Mathieu Saby
27d5fb88fa
Init commit
2019-08-04 15:32:36 +02:00
Isao Matsunami
1658148502
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (722 of 722 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-07-24 18:51:49 +02:00
Hosted Weblate
ca6bb8a8a8
Merge branch 'origin/master' into Weblate.
2019-07-24 16:56:26 +02:00
Sjoerd de Bruin
3df811d5bb
Translated using Weblate (Dutch)
...
Currently translated at 53.5% (386 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2019-07-24 16:56:25 +02:00
Thad Guidry
94fa0c2189
remove mention of recon on help
2019-07-23 22:36:32 -05:00
Thad Guidry
c7d46a4eca
fix dialog description names
...
record -> record-fields
recon -> recon-fields
2019-07-20 15:20:56 -05:00
Thad Guidry
6555eca9a5
Add "record" and "recon" to English translation
2019-07-20 15:14:06 -05:00
Thad Guidry
afce62fcd3
[WIP] Add recon and record to Help tab
2019-07-20 14:52:21 -05:00
Antonin Delpeuch
7f995466dd
Merge pull request #2084 from mtricht/issue-2044
...
Add a unique id to text filter facet checkboxes and labels.
2019-07-15 16:17:50 +01:00
Isao Matsunami
cfdaed1bf9
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (721 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-07-12 12:01:42 +02:00
Michael
3cac19e089
Add a unique id to text filter facet checkboxes and labels.
2019-07-11 23:09:52 +02:00
Owen Stephens
7b9966a378
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 54.0% (389 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-07-11 11:22:03 +02:00
Allan Nordhøy
25ba8c70f6
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 54.0% (389 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-07-11 11:22:03 +02:00
Owen Stephens
5803eef29a
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (720 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-07-11 11:22:00 +02:00
Michael van Tricht
638af5ef12
Translated using Weblate (English)
...
Currently translated at 100.0% (721 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2019-07-11 11:22:00 +02:00
Allan Nordhøy
a46ae6bd17
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 53.1% (383 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-06-27 22:01:33 +02:00
Isao Matsunami
8654aa5a7f
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (720 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-06-27 22:01:33 +02:00
Allan Nordhøy
880f331104
Translated using Weblate (English)
...
Currently translated at 100.0% (721 of 721 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2019-06-27 22:01:31 +02:00
Antonin Delpeuch
4f43515ec9
Fix project metadata UI
2019-06-06 17:15:25 +01:00
Allan Nordhøy
3803969616
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 53.8% (385 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-05-21 12:49:36 +02:00
Sjoerd de Bruin
1514c2294c
Translated using Weblate (Dutch)
...
Currently translated at 15.1% (108 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2019-05-21 12:49:36 +02:00
Hosted Weblate
7e177ab69f
Merge branch 'origin/master' into Weblate.
2019-04-09 00:04:51 +02:00
ssantos
755d5bbbdf
Translated using Weblate (German)
...
Currently translated at 100.0% (716 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-04-09 00:04:49 +02:00
Daniel Sader
d21ca26b2f
Added Select All/Select None buttons to Excel importer
2019-04-01 14:53:50 -03:00
ssantos
7dd893ac44
Translated using Weblate (German)
...
Currently translated at 99.9% (715 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-03-26 22:38:58 +01:00
Sjoerd de Bruin
737e720660
Translated using Weblate (Dutch)
...
Currently translated at 10.5% (75 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nl/
2019-03-26 22:38:57 +01:00
ssantos
dd81f1da13
Translated using Weblate (German)
...
Currently translated at 99.2% (710 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-03-25 21:44:01 +01:00
Sjoerd de Bruin
f8f189747f
Added translation using Weblate (Dutch)
2019-03-25 21:43:58 +01:00
Allan Nordhøy
75d1838385
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 53.6% (384 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-03-14 03:03:57 +01:00
Isao Matsunami
849f7e582a
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (716 of 716 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-03-14 03:03:50 +01:00
Hosted Weblate
e38a36af54
Merge branch 'origin/master' into Weblate.
2019-03-13 01:04:04 +01:00
Stefan Olsson
a7e8ccf571
Translated using Weblate (Swedish)
...
Currently translated at 56.0% (399 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/sv/
2019-03-13 01:04:01 +01:00
Allan Nordhøy
bf5cd5215b
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 45.6% (325 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2019-03-13 01:04:00 +01:00
Allan Nordhøy
c677754d98
Translated using Weblate (English)
...
Currently translated at 100.0% (712 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2019-03-13 01:03:59 +01:00
Felix Lohmeier
2c266d3f20
renamed new facets in menu All
2019-03-11 20:33:51 +01:00
Felix Lohmeier
9c55c7e121
fix facet by blank (switched true/false)
2019-03-08 20:51:14 +01:00
Felix Lohmeier
2db567ab0f
added facet "Count non-blank records/column" to menu All
2019-03-08 20:26:18 +01:00
Felix Lohmeier
229b049f23
added facet "Count non-blank values/column" to menu All
2019-03-08 20:25:38 +01:00
Felix Lohmeier
4bdc0b6fb3
added facet by blank to menu All
2019-03-08 20:22:36 +01:00
Antonin Delpeuch
21468a35a5
Merge branch 'master' of ssh://github.com/OpenRefine/OpenRefine
2019-03-01 09:19:16 +00:00
Antonin Delpeuch
691386b354
Add missing translation in recon dialog
2019-03-01 09:19:01 +00:00
Antonin Delpeuch
79394b9c0e
Merge pull request #1959 from OpenRefine/issue1943
...
Show reconciliation previews on hover of reconciliation candidates
2019-02-27 10:57:18 +00:00
Antonin Delpeuch
7f6831523e
Merge pull request #1969 from OpenRefine/revert-1888-fix-reconcile-facets
...
Revert "Fix Reconcile facets affected by change to list facet boolean handling"
2019-02-27 10:33:21 +00:00
Antonin Delpeuch
5dcd4a2f38
Add cell-ui.previewMatchCells=false preference to disable hover
2019-02-27 10:32:57 +00:00
Antonin Delpeuch
70094f68b2
Merge pull request #1958 from OpenRefine/issue1934
...
Make suggest items clickable with the middle button.
2019-02-25 10:30:31 +00:00
Antonin Delpeuch
9cc481dcdc
Make hover more stable on reconciliation candidates
2019-02-23 09:18:18 +00:00
Antonin Delpeuch
2bfc268e69
Revert "Merge pull request #1666 from ostephens/list-facet-changes"
...
This reverts commit 29a818f7b4
, reversing
changes made to 1189cdb4f9
.
2019-02-22 18:38:45 +00:00
Antonin Delpeuch
7205da734a
Revert "Fix Reconcile facets affected by change to list facet boolean handling"
2019-02-22 18:28:40 +00:00
Antonin Delpeuch
4344b2474c
Remove buttons when previewing a matched cell
2019-02-19 16:56:07 +00:00
Antonin Delpeuch
c509dd3847
Show reconciliation previews on hover of reconciliation candidates and matches.
...
Closes #1943 .
2019-02-19 16:46:24 +00:00
Antonin Delpeuch
f9ef60e839
Also allow ${id} syntax for consistency with flyout
2019-02-19 14:47:24 +00:00
Antonin Delpeuch
b068e18ada
Make suggest items clickable with the middle button.
...
Clicking on an item with the middle button leads the user to the page
for this item. This lets users inspect items without selecting them.
Closes #1934 .
2019-02-19 14:37:11 +00:00
Antonin Delpeuch
9ff27b7861
Fix untranslated string in UI. Closes #1942 .
2019-02-19 12:45:21 +00:00
Stefan Olsson
8cb493b6fc
Translated using Weblate (Swedish)
...
Currently translated at 56.7% (404 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/sv/
2019-02-09 20:10:58 +01:00
Stefan Olsson
9d3b948794
Added translation using Weblate (Swedish)
2019-02-05 15:43:14 +01:00
Daniel Sader
d1a80b20ee
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.3% (707 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/pt_BR/
2019-02-03 18:10:21 +01:00
ssantos
0fbb22303a
Translated using Weblate (German)
...
Currently translated at 100.0% (712 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2019-01-27 00:05:46 +01:00
Antonin Delpeuch
89ee45d001
Merge pull request #1931 from browncow5/issue1537
...
Timeline facet - show max date #1537
2019-01-22 08:57:50 +01:00
browncow5
9b658ad9c8
Code review changes.
2019-01-21 20:04:43 -07:00
Tamás Dombos
f8c36da493
Translated using Weblate (Hungarian)
...
Currently translated at 99.0% (705 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/hu/
2019-01-20 17:40:30 +01:00
browncow5
200c3f0a4b
Added a maximum date to the time range.
2019-01-09 19:30:33 -07:00
Isao Matsunami
c7f36e7983
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (712 of 712 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2019-01-06 15:55:48 +01:00
Antonin Delpeuch
ddd9bf9aa8
Merge pull request #1906 from OpenRefine/issue1893
...
Make clustering extensible
2018-12-31 14:13:46 +01:00
Isao Matsunami
e0a07d2480
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-12-16 03:09:16 +01:00
Luca Martinelli
0203a9b8ef
Translated using Weblate (Italian)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2018-12-16 03:09:15 +01:00
ssantos
074a80b297
Translated using Weblate (German)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-12-16 03:09:14 +01:00
Antonin Delpeuch
9656ea3f8c
Merge pull request #1903 from ostephens/replace-smart-quotes
...
Add Common transform which replaces smart quotes with ascii equivalent
2018-12-12 12:09:49 +00:00
Antonin Delpeuch
22cf0517b9
Better fallback for non-localized keyers and distances
2018-12-11 12:16:58 +00:00
Antonin Delpeuch
a57082ef3e
Hook the new command to the UI to expose all clusterers
2018-12-11 11:59:37 +00:00
Antonin Delpeuch
7ae71470ef
Add new command to expose known clustering functions and distances
2018-12-11 10:51:29 +00:00
Owen Stephens
700850a5f7
Add Common transform which replaces smart quotes with ascii equivalent
2018-12-09 11:03:11 +00:00
Allan Nordhøy
833198e3cd
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 47.7% (339 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2018-12-07 17:54:31 +01:00
Hosted Weblate
9dcf1d9ed1
Merge branch 'origin/master' into Weblate
2018-12-06 05:19:36 +01:00
Isao Matsunami
3b4c66f788
Translated using Weblate (Japanese)
...
Currently translated at 99.9% (709 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-12-06 05:19:35 +01:00
Dan Gillean
bc80c3f534
Translated using Weblate (French)
...
Currently translated at 99.6% (707 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-12-06 05:19:34 +01:00
Owen Stephens
3ad4cca83a
Translated using Weblate (English)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2018-12-06 05:19:34 +01:00
Owen Stephens
8e247b83e0
Fix Reconcile facets affected by change to list facet boolean handling
2018-12-05 15:22:28 +00:00
J. Evan Ottinger
5ea6a2a5fe
Translated using Weblate (Arabic)
...
Currently translated at 4.5% (32 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ar/
2018-12-03 17:25:16 +01:00
Antonin Delpeuch
5639f1b2f1
Merge pull request #1755 from OpenRefine/jackson-serialization
...
Jackson serialization
2018-12-01 23:56:50 +00:00
Myoung Seok Lee
26f3673d89
Translated using Weblate (Korean)
...
Currently translated at 7.2% (51 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ko/
2018-11-30 20:38:20 +01:00
ssantos
aca8d7a684
Translated using Weblate (German)
...
Currently translated at 99.9% (710 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-11-30 20:38:16 +01:00
Myoung Seok Lee
99ea5cf5c2
Translated using Weblate (English)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
2018-11-30 20:38:15 +01:00
Myoung Seok Lee
f62900da0a
Added translation using Weblate (Korean)
2018-11-30 17:33:22 +01:00
Flavio Pompermaier
3e47ca8010
Translated using Weblate (Italian)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
2018-11-30 17:08:47 +01:00
Antonin Delpeuch
a4117b470c
Remove leftover merge conflicts
2018-11-30 19:39:42 +09:00
Antonin Delpeuch
5a4a79028f
Revert "data package metadata ( #1398 )"
...
This reverts commit c4b0ff6bea
.
2018-11-30 19:35:31 +09:00
Hosted Weblate
c96877a54b
Merge branch 'origin/master' into Weblate
2018-11-29 03:15:31 +01:00
Isao Matsunami
032ca32f6d
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-11-29 03:15:30 +01:00
Antonin Delpeuch
7dd4db1ca1
Fix i18n calls after migration
2018-11-28 23:22:38 +09:00
Antonin Delpeuch
516d140ae7
Add missing English header for metadata dialog
2018-11-27 14:07:44 +09:00
Antonin Delpeuch
29a818f7b4
Merge pull request #1666 from ostephens/list-facet-changes
...
List facet changes
2018-11-22 20:10:41 +00:00
Antonin Delpeuch
1189cdb4f9
Merge pull request #1850 from ostephens/fix-transformall-label
...
Fix on screen text in Transform All columns dialog
2018-11-22 17:41:35 +00:00
Hosted Weblate
859fc9cf63
Merge branch 'origin/master' into Weblate
2018-11-22 17:09:40 +01:00
ssantos
62308d7ec8
Translated using Weblate (German)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-11-22 17:09:39 +01:00
Antonin Delpeuch
ccde661a27
Merge pull request #1835 from msaby/fixreplace
...
Fix regular expression option in replace menu. Closes #1834
2018-11-22 16:09:34 +00:00
Owen Stephens
90cd3dadd0
Ensure Facet by Star/Flag still work as expected
2018-11-22 15:07:41 +00:00
Owen Stephens
795d7232aa
Update Custom facets that output a boolean to convert to string
2018-11-22 12:36:37 +00:00
Owen Stephens
62971b3804
Don't display 'edit' option for number/date/boolean groups in list facet
2018-11-22 12:36:37 +00:00
Owen Stephens
477d9acf9b
Add frontend support for number, date, boolean groups in list facet
2018-11-22 12:36:37 +00:00
Owen Stephens
3052155c0a
Fix on screen text in Transform All columns dialog
2018-11-22 11:39:29 +00:00
Hosted Weblate
dcd44b9d6f
Merge branch 'origin/master' into Weblate
2018-11-22 10:38:21 +01:00
Allan Nordhøy
ef3f15b476
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 47.9% (340 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2018-11-22 10:38:20 +01:00
Isao Matsunami
b2835795ec
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-11-22 10:38:18 +01:00
Antonin Delpeuch
22322bd027
Merge pull request #1846 from OpenRefine/new_i18n
...
Migrate to Wikimedia's i18n jQuery library
2018-11-22 09:38:11 +00:00
Thad Guidry
0253dac826
fix typo for "remplacement"
2018-11-21 13:51:08 -06:00
Antonin Delpeuch
333c027b0b
Init i18n with the locale set by the user
2018-11-21 18:26:55 +00:00
Antonin Delpeuch
10931e1e4d
Migrate js to new localization syntax
2018-11-21 17:30:00 +00:00
Remi Rampin
2356656b50
Load new message catalogs using jquery.i18n
2018-11-21 17:29:49 +00:00
Remi Rampin
ebbafd5977
Add jquery.i18n library, version 1.0.4
...
https://github.com/wikimedia/jquery.i18n
2018-11-21 17:29:49 +00:00
Antonin Delpeuch
b46c5a7b4e
Flatten remaining messages
2018-11-21 17:26:53 +00:00
Antonin Delpeuch
5153dd950a
Merge remote-tracking branch 'wltr/master'
2018-11-21 16:04:19 +00:00
Allan Nordhøy
77b9e1fadf
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 33.2% (236 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2018-11-21 16:44:28 +01:00
Antonin Delpeuch
375839bb22
Update translation files for new format
2018-11-21 15:25:58 +00:00
Antonin Delpeuch
9bf0bb2154
Merge JS i18n strings with slash
2018-11-21 15:24:57 +00:00
Jon Harald Søby
ebd2b2f811
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 17.6% (125 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
2018-11-19 10:51:38 +01:00
Jon Harald Søby
2c4edb9d12
Added translation using Weblate (Norwegian Bokmål)
2018-11-19 02:29:34 +01:00
Mathieu Saby
2be4365550
Fix regex search in replace menu
2018-11-18 12:27:55 +01:00
Mathieu Saby
2cc6368266
Translated using Weblate (French)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-11-18 12:07:51 +01:00
Hosted Weblate
1e500cf7e8
Merge branch 'origin/master' into Weblate
2018-11-07 11:31:58 +01:00
Bodhisattwa Mandal
384a8e83ad
Translated using Weblate (Bengali)
...
Currently translated at 1.0% (7 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/bn/
2018-11-07 11:31:57 +01:00
Bodhisattwa Mandal
93d999673b
Added translation using Weblate (Bengali)
2018-11-06 20:47:48 +01:00
Antonin Delpeuch
f0788afbef
Restore tab behaviour in encoding dialog. Closes #1812 .
2018-11-06 18:51:26 +00:00
Mathieu Saby
51beca3cc4
Translated using Weblate (French)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-11-01 23:07:45 +01:00
emma peel
29f40db129
Translated using Weblate (Spanish)
...
Currently translated at 95.9% (681 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2018-11-01 13:03:59 +01:00
Hosted Weblate
a65e49a48b
Merge branch 'origin/master' into Weblate
2018-10-27 22:12:59 +02:00
emma peel
b5a65f72b4
Translated using Weblate (Spanish)
...
Currently translated at 87.0% (618 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2018-10-27 22:12:58 +02:00
Owen Stephens
94b52f6d55
Add n-triple and ttl formats and small rearrangement of controller.js
2018-10-27 19:13:35 +01:00
Owen Stephens
42e8c86a78
Add support for JSON-LD import
2018-10-27 06:34:33 +01:00
ssantos
59f38d94fd
Translated using Weblate (German)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-10-22 20:54:52 +02:00
Antonin Delpeuch
a81462fb21
Translated using Weblate (Russian)
...
Currently translated at 90.9% (646 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ru/
2018-10-19 20:39:45 +02:00
Isao Matsunami
88af287933
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-10-15 19:05:06 +02:00
Hosted Weblate
df1b131e08
Merge branch 'origin/master' into Weblate
2018-10-14 23:35:51 +02:00
Isao Matsunami
888ea81ded
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (700 of 700 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-10-14 23:35:49 +02:00
Antonin Delpeuch
e8d5a497fd
Fix JSON format error
2018-10-14 22:23:01 +01:00
Antonin Delpeuch
726960b410
Merge branch 'master' into replaceGUI
2018-10-14 22:12:25 +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
d2edffcef4
Merge pull request #1754 from OpenRefine/issue1596
...
Directly use column as reconciliation results
2018-10-12 11:05:12 +01:00
Antonin Delpeuch
61928a671b
Codacy cleanup
2018-10-05 10:27:09 +01: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
610a8b3100
UI for UseValuesAsIdentifiers operation
2018-10-02 12:32:46 +01:00
Antonin Delpeuch
2a68e761cb
Implementation of UseValuesAsIdentifiers operation and command
2018-10-02 12:31:59 +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
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
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
8c72b03201
Fix Wikimedia language code for Japanese, closes #1738 .
2018-09-17 16:20:52 +01:00
Isao Matsunami
f6a7a39e9f
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (694 of 694 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-09-16 03:45:20 +02:00
xseris
f04b5ef048
moved input box below label
2018-09-13 17:10:04 +02:00
xseris
280650867e
move "comma separated" near "Column values"
2018-09-13 16:25:04 +02:00
xseris
f288bc653e
Added test, changed visualization
2018-09-13 14:45:38 +02:00
Antonin Delpeuch
4298e13f02
Change title of column selection dialog for transform all operation
2018-09-13 11:29:21 +01:00
Antonin Delpeuch
8ea6f6e251
Fix mixup of dialog titles, closes #1657 .
2018-09-13 11:01:27 +01:00
xseris
81e8e4c2f6
Fix visualization. Auto refresh preview on input change.
2018-09-13 11:25:07 +02:00
xseris
de30b34e67
commit missing translation file
2018-09-12 15:54:55 +02:00
xseris
deab8ceeb0
custom column names for separator based importer
2018-09-12 15:45:52 +02:00
Antonin Delpeuch
ad51081de2
Merge pull request #1710 from OpenRefine/issue1667
...
Improve facet expression for type match.
2018-09-05 15:18:22 +01:00
ssantos
413d734785
Translated using Weblate (German)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
2018-08-15 22:47:47 +02:00
Antonin Delpeuch
4352e2b1ec
Improve facet expression for type match. Closes #1667 .
2018-08-15 11:48:47 +01:00
Andrew Adell
0e6d54a2d5
Added translation using Weblate (Arabic)
2018-08-10 13:26:39 +02:00
Andrew Adell
358a172ace
Added translation using Weblate (Inuktitut)
2018-08-10 13:26:00 +02:00
Isao Matsunami
3fe2dfac2c
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-08-06 06:25:21 +02:00
Hosted Weblate
ea19f6dff1
Merge branch 'origin/master' into Weblate
2018-08-05 12:20:55 +02:00
Antonin Delpeuch
2f21105e13
Merge pull request #1672 from waldyrious/patch-1
...
translation-en.json: add colon to "custom" label
2018-08-05 11:20:50 +01:00
Mathieu Saby
18b5f0182e
Translated using Weblate (French)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-07-29 17:23:31 +02:00
Jacky
05abcd2d75
Merge pull request #1579 from Vern1erCa11per/fix/allow/nonnumerical/exportname
...
fix #1578 enable export with filename composed of non-alphanumerical …
2018-07-11 18:49:38 -04:00
Jacky
5f4f2861de
Merge branch 'master' into fix/allow/nonnumerical/exportname
2018-07-07 14:18:04 -04:00
Waldir Pimenta
1a82cf8350
translation-en.json: add colon to "custom" label
...
The styling of the text field that appears after this label
makes it easy to miss as an input field.
Having the colon after the label makes it clearer
that the user can type into the text box.
2018-07-04 17:24:11 +01:00
Isao Matsunami
813771c504
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-06-28 10:39:46 +02:00
Isao Matsunami
cac08f7d99
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-06-22 12:21:39 +02:00
Isao Matsunami
11994519f1
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
2018-06-21 04:00:52 +02:00
Weblate
59ee857986
Merge branch 'origin/master' into Weblate
2018-06-17 10:23:59 +02:00
Jacky
5a6c9d72f0
fix the template load issue and package typo
2018-06-16 15:43:29 -04:00
Antonin Delpeuch
400729a247
Translated using Weblate (French)
...
Currently translated at 100.0% (692 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
2018-06-15 10:05:31 +02:00
Noah Geraci
07acbb0c44
Translated using Weblate (Spanish)
...
Currently translated at 89.3% (618 of 692 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/es/
2018-05-30 04:55:49 +02:00