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
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
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
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
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
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
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
Antonin Delpeuch
11c7788239
Fix CSRF token addition on import project form
2019-11-04 20:04:16 +00: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
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
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
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
Antonin Delpeuch
c078c3a81d
Fix change of language. Closes #2158 .
2019-09-12 11:53:21 +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