David Huynh
|
aef95e7c30
|
When failed to access a spreadsheet with login credentials, try to access it without.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2378 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-11-17 18:52:14 +00:00 |
|
David Huynh
|
39c6ae1b80
|
Consolidated the two different forms for public URLs together into one. Made sure we could still import public docs while signed in.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2377 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-11-17 01:32:28 +00:00 |
|
Tom Morris
|
c07046f542
|
Issue 461 - Add support for public Google Spreadsheets and ability to sign-out.
Kind of messy, but I don't think any of the previously existing functionality is broken.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2375 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-11-16 07:34:41 +00:00 |
|
Tom Morris
|
b8cc1e6c5f
|
Remove gData URL rewriters and wire about page back up
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2372 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-11-12 23:16:21 +00:00 |
|
Tom Morris
|
d4ec9f3279
|
Make sure writer is closed so we don't leak file handles
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2319 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-10-11 20:14:13 +00:00 |
|
David Huynh
|
765fb4ea8e
|
Use chrome frame to support IE. Also rewired gdata authentication process to support IE.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2270 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-10-05 04:39:42 +00:00 |
|
Tom Morris
|
2deae9d785
|
Issue 450 - Double escape our double escape so that single quotes in data don't cause uploads to fail
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2265 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-29 21:26:53 +00:00 |
|
David Huynh
|
4c5b2514fd
|
Support uploading directly to a new Google Fusion table.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2244 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-16 20:59:58 +00:00 |
|
David Huynh
|
5c446d28d0
|
Support uploading directly to a new Google spreadsheet.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2243 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-16 18:04:55 +00:00 |
|
David Huynh
|
02c58e2c56
|
Periodically clean up stale importing jobs to free up disk space.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2240 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-15 23:52:05 +00:00 |
|
David Huynh
|
0693205430
|
Added support for importing from fusion tables.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2239 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-15 21:40:40 +00:00 |
|
David Huynh
|
f7aa8c2705
|
Fixed styling problems introduced to previewed data table during importing stage, as introduced by recent changes to get the data table's headers stuck.
Some refactoring to gdata extension to prepare for other types of document.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2231 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-09-02 01:24:31 +00:00 |
|
David Huynh
|
680b8c989e
|
It turned out that using the generic DocsService class to retrieve spreadsheets' feeds yields feed URLs that couldn't be used with SpreadsheetService. And we needed to use SpreadsheetService so we can retrieve row counts for worksheets. DocsService for some reason always returns zero for row count.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2200 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-12 22:31:39 +00:00 |
|
David Huynh
|
8ded93008a
|
Generalized GData document listing to support other types of document in the future.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2199 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-12 21:32:45 +00:00 |
|
David Huynh
|
823729776d
|
Google spreadsheets can now be imported directly from within Refine.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2192 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-11 00:35:01 +00:00 |
|
David Huynh
|
c42382f3ae
|
Started deeper integration of GData: we now have a "Google Data" importing source, which lets you sign in and authorize access to your docs. It then lists all the spreadsheets you have access to. It does not yet let you import those spreadsheets.
Minor fixes to the open project action area; fixes to render relative dates properly.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2190 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-07 23:26:51 +00:00 |
|
Tom Morris
|
97a0f2a33e
|
Organize imports. com.google.refine last in a section of its own. Everything alphabetical in its section.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2180 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-02 21:10:22 +00:00 |
|
Tom Morris
|
123614539d
|
Add missing @Override annotations
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2171 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-02 19:30:23 +00:00 |
|
David Huynh
|
78edff6f7f
|
Merged new importer UI work from branch over.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2170 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-08-02 03:34:47 +00:00 |
|
Tom Morris
|
3a9ea77b5c
|
Use actual key parsing methods to make sure we can get a key before claiming we'll be able to open a URL.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2026 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-02-23 20:28:56 +00:00 |
|
Tom Morris
|
e72d590a31
|
Issue 334 - tighten up URL pattern matching for Google Spreadsheets & Fusion Tables
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2006 7d457c2a-affb-35e4-300a-418c747d4874
|
2011-02-14 22:23:48 +00:00 |
|
Tom Morris
|
ed724fd191
|
Fix bug causing Fusion Table rows to get imported multiple times. Initial implementation complete.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1895 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-11-18 08:19:57 +00:00 |
|
Tom Morris
|
acbed0c1ba
|
Initial Fusion Tables implementation
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1889 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-11-17 08:26:46 +00:00 |
|
Tom Morris
|
7dcd0c073d
|
Revert bad commit r1600
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1601 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-10-18 05:19:05 +00:00 |
|
Tom Morris
|
79c00bab36
|
Incomplete - task 157: Integrate Google Spreadsheet import/export plugin
http://code.google.com/p/google-refine/issues/detail?id=157
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1600 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-10-18 04:59:39 +00:00 |
|
Stefano Mazzocchi
|
f50880905e
|
fixed warnings
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1577 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-10-16 00:01:42 +00:00 |
|
Tom Morris
|
7dac05db03
|
Drop -extension suffix
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1541 7d457c2a-affb-35e4-300a-418c747d4874
|
2010-10-14 20:35:16 +00:00 |
|