Owen Stephens
cd58557424
Merge pull request #1428 from OpenRefine/issue1351
...
Fix overflow issue in data extension dialog
2018-01-31 13:17:51 +00:00
Owen Stephens
a9be18d9df
Remove div no longer needed
2018-01-16 17:43:55 +00:00
Owen Stephens
91edc810a7
Removed unused code
2018-01-16 17:43:55 +00:00
Owen Stephens
4fb1867980
Option to add http headers in Add column by fetching URLs - support adding list of headers in backend, and exposing these in UI for user to edit and use
2018-01-16 16:54:11 +00:00
Owen Stephens
34e83fa98c
Initial work to add option to set http headers in Add column by fetching URLs
2018-01-16 16:54:11 +00:00
Antonin Delpeuch
7459a00171
Fix js warning in data extension
2018-01-04 01:40:24 +01:00
Jacky
cf3cf5d681
Merge pull request #909 from fluf1024/post-scripts
...
Allow longer expressions by sendig them as POST
2017-10-25 11:18:42 -04:00
Antonin Delpeuch
00f8e4fc6b
Merge pull request #1237 .
...
Conflicts:
.classpath
main/webapp/modules/core/langs/translation-en.json
main/webapp/modules/core/scripts/dialogs/extend-data-preview-dialog.js
Closes #363 and #56 .
2017-08-28 16:25:50 +01:00
Antonin Delpeuch
3dcda5a42c
Add reconciliation config in wikitext import.
2017-08-16 00:05:40 +01:00
Antonin Delpeuch
f2612b0d12
Make codacy happy
2017-08-13 17:48:18 +01:00
Antonin Delpeuch
81fa6093f4
Better error reporting in data extension
...
- when trying to use the operation on a non-reconciled column
- when using it with a service that does not support the protocol
2017-08-13 17:41:18 +01:00
Antonin Delpeuch
4033465cb4
Small fixes to the data extension interface
...
- removed mention to a missing .less file
- fixed the position of the Reset button in the preview dialog
- fixed the error for empty property selections
2017-08-13 11:42:41 +01:00
Antonin Delpeuch
8437a9d245
Cleaner HTML form generation
2017-07-15 14:17:27 +01:00
Antonin Delpeuch
9db113faa2
Localization
2017-07-15 10:23:31 +01:00
Antonin Delpeuch
05873f283d
Integration of constraints with service-defined forms
2017-07-14 22:17:40 +01:00
Antonin Delpeuch
9e3b0f1599
Remove separate endpoint, not used anymore
2017-07-14 16:47:39 +01:00
Antonin Delpeuch
6501c235e8
Pass the identifier and schema spaces along to create better ReconCandidates
2017-07-14 12:30:39 +01:00
Antonin Delpeuch
cc991cab21
Add nicer spinning gif while preview is loading.
...
Fix bug of multiple ColumnInfo being generated.
2017-07-14 11:30:17 +01:00
Antonin Delpeuch
d99128c330
Retrieve types from the extend service
2017-07-06 21:15:37 +02:00
Antonin Delpeuch
ad3a174abd
Starting to migrate data extension to standard reconciliation services
2017-07-04 23:14:19 +02:00
jackyq2015
4a0892eb98
add "transform all" support to allow the operation to be applied to multiple columns
2017-05-31 22:33:40 -04:00
Cora Johnson-Roberson
d12dc36e27
add export cluster link to body (needed for Firefox)
2017-02-10 12:18:07 -05:00
Cora Johnson-Roberson
2eebfbf2f7
minor formatting
2017-02-10 09:22:31 -05:00
Cora Johnson-Roberson
fa030f7194
Merge branch 'master' of https://github.com/OpenRefine/OpenRefine
2017-02-10 08:40:44 -05:00
Akihiko Tomokane
89f0752e5f
fix not working cluster functions when it select japanese lang.
2016-11-15 16:34:19 +09:00
Cora Johnson-Roberson
c2c4d92ce7
add method and function to JSON
2015-11-18 11:27:33 -08:00
Cora Johnson-Roberson
0b0abf6801
add timestamp to json
2015-11-18 11:26:24 -08:00
Cora Johnson-Roberson
534d2bd6c1
add project name to json
2015-11-18 11:25:13 -08:00
Cora Johnson-Roberson
e1a8e44a02
export clusters button added
2015-11-18 11:17:29 -08:00
Tom Morris
9fddf5014f
Improved fix for #1056 & #1060
...
Remove conditional logic and make it harder for states to get out of
sync.
2015-10-16 18:53:21 -04:00
Tom Morris
c74fce0180
Fix URL encoding - fixes #1059
...
Fixes both permalink & "browse this cluster".
Substitutes encodeURIComponent for escape
2015-10-16 15:41:03 -04:00
Tom Morris
de66afa512
Revert " Use new algorithm for levenshtein clustering"
2015-09-25 16:44:25 -04:00
Thad Guidry
94e219042e
Merge pull request #1007 from lispc/master
...
Use new algorithm for levenshtein clustering
2015-09-21 20:23:45 -05:00
jackyq2015
2c48a56c3b
fix issue #1060 to skip the checkbox deselect when clicking on the clustering text candidate
2015-09-11 16:28:15 -04:00
lispc
43e441a4d0
Use new algorithm for levenshtein clustering
2015-06-01 20:35:21 +08:00
Jan Mayer
00dc954336
Allow longer expressions by sendig them as POST
2014-11-11 11:41:55 +01:00
Pablo Moyano
cbcb257f7d
Proposed fix for #844
2014-01-26 03:01:39 -08:00
Blakko
d9ccaf53ad
More small bugfixes
2013-07-11 11:05:13 +02:00
Blakko
5a6bef4162
Internationalization of the dialog part
2013-07-04 11:51:04 +02:00
Charles Pritchard
05389aa099
Fixed checkbox restore in custom tabular exporter dialog box when applying saved JSON
2013-06-23 13:40:36 -04:00
Tom Morris
bad5bc37b2
Watch paste events on input fields. Fixes #730 .
2013-06-23 13:37:29 -04:00
Tom Morris
d1b2dc3fe9
Add type to text input field - fixes #706
...
Even though type="text" is the default, the find won't work without it
explicitly included
2013-04-13 17:04:03 -04:00
Tom Morris
0d2881dac6
Update link to help
...
Switch from Google Code to Github
2013-04-13 16:50:56 -04:00
Tom Morris
33aa1132d7
Clarify wording/naming of blank rows export option - fixes issue #651
...
- clarify that it refers to all non-null cells
- rename variables without compatibility constraints to match actual
function
2013-01-14 16:36:09 -05:00
Tom Morris
03d997be8e
FIXED - task 576: Use relative paths so works under a Java server named context - patch supplied by sergio@wikier.org
...
http://code.google.com/p/google-refine/issues/detail?id=576
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2584 7d457c2a-affb-35e4-300a-418c747d4874
2012-10-13 17:47:08 +00:00
Tom Morris
cdaf60c20b
FIXED - task 597: Deselect all button on Custom Tabular Exporter dialog doesn't work
...
http://code.google.com/p/google-refine/issues/detail?id=597
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2521 7d457c2a-affb-35e4-300a-418c747d4874
2012-08-03 22:11:51 +00:00
David Huynh
2ad885d6df
Fixed bug in custom tabular exporter where separators were not escaped/unescaped properly.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2386 7d457c2a-affb-35e4-300a-418c747d4874
2011-11-21 19:13:59 +00:00
Tom Morris
a7c81880a8
Issue 475 - Support escaped custom separators
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2355 7d457c2a-affb-35e4-300a-418c747d4874
2011-11-04 19:04:16 +00:00
Stefano Mazzocchi
b413833ca1
fixing a bunch of jslint issues
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2303 7d457c2a-affb-35e4-300a-418c747d4874
2011-10-07 23:44:11 +00:00
David Huynh
b6b8da99a8
Added more <label> to custom tabular exporter dialog.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2262 7d457c2a-affb-35e4-300a-418c747d4874
2011-09-29 10:35:07 +00:00