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
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
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
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
Hosted Weblate
e38a36af54
Merge branch 'origin/master' into Weblate.
2019-03-13 01:04:04 +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
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
691386b354
Add missing translation in recon dialog
2019-03-01 09:19:01 +00:00
Antonin Delpeuch
ddd9bf9aa8
Merge pull request #1906 from OpenRefine/issue1893
...
Make clustering extensible
2018-12-31 14:13:46 +01:00
Antonin Delpeuch
a57082ef3e
Hook the new command to the UI to expose all clusterers
2018-12-11 11:59:37 +00:00
Owen Stephens
700850a5f7
Add Common transform which replaces smart quotes with ascii equivalent
2018-12-09 11:03:11 +00: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
Antonin Delpeuch
5639f1b2f1
Merge pull request #1755 from OpenRefine/jackson-serialization
...
Jackson serialization
2018-12-01 23:56:50 +00: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
Antonin Delpeuch
5a4a79028f
Revert "data package metadata ( #1398 )"
...
This reverts commit c4b0ff6bea
.
2018-11-30 19:35:31 +09:00
Antonin Delpeuch
516d140ae7
Add missing English header for metadata dialog
2018-11-27 14:07:44 +09:00
Thad Guidry
0253dac826
fix typo for "remplacement"
2018-11-21 13:51:08 -06:00
Antonin Delpeuch
375839bb22
Update translation files for new format
2018-11-21 15:25:58 +00: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
610a8b3100
UI for UseValuesAsIdentifiers operation
2018-10-02 12:32:46 +01:00
Mathieu Saby
4a49691a4e
Deplace menu and simplifiy UI
2018-09-25 08:14:32 +02: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
xseris
280650867e
move "comma separated" near "Column values"
2018-09-13 16:25:04 +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
de30b34e67
commit missing translation file
2018-09-12 15:54:55 +02: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
Antonin Delpeuch
3e48734538
Fix English translation
2018-05-17 18:04:06 +02:00
Jacky
a103e1fb90
merge the translation
2018-05-16 15:40:05 -04:00
Antonin Delpeuch
34941ce632
Merge pull request #1581 from OpenRefine/issue1376
...
Migrate "Match all filtered cells" to use standard reconciliation services
2018-05-06 08:46:03 +02:00
Antonin Delpeuch
3fcde510f9
Migrate "Match all filtered cells" to use standard reconciliation services
...
Closes #1376 .
2018-04-23 17:33:04 +02:00
Antonin Delpeuch
c77882ee3f
Remove MQLWrite and Triple Loader exporters in the UI.
...
Closes #206 .
2018-04-23 15:38:43 +02:00
TonyO
c7c0d8884a
check empty cells
2018-04-22 00:39:11 -05:00
Owen Stephens
9c05326573
Added option to toggle show/hide null values in cells in data-table
2018-04-19 12:00:38 +01:00
Antonin Delpeuch
eeef6055a0
Merge pull request #1525 from OpenRefine/google-api
...
Google api
2018-04-07 20:28:44 +02:00
TonyO
223d16db39
added ignore facet and trim column name options
2018-03-25 21:01:53 -05:00
TonyO
3834c27c8f
SQL Export Code Commit
2018-03-24 22:41:07 -05:00
Joanne
20660337c4
Update translations for blank facets
2018-03-17 22:28:57 +08:00