RandomSec/main/src/com/google/refine
Tom Morris b3f5fada95 FIXED - task 578 & 596: Clean up JSON importer
http://code.google.com/p/google-refine/issues/detail?id=578
http://code.google.com/p/google-refine/issues/detail?id=596

Extend tree parser framework to allow any Serializable instead of just Strings. Use this in JSON importer to: Import keywords null, true, false; Import empty strings and don't trim whitespace from strings on import;  Import numbers directly instead of importing them as text and then parsing them ourselves. Add tests to verify all this stuff

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2543 7d457c2a-affb-35e4-300a-418c747d4874
2012-09-08 01:20:25 +00:00
..
browsing Issue 430 - Fix timeline facet to handle Calendar type as well as Date 2011-11-17 23:52:32 +00:00
clustering Ask people not to reformat since this is imported code. 2011-08-02 22:18:50 +00:00
commands moving oauth authorize and deauthrorize into the core module because they are reusable across extensions 2012-06-29 19:39:42 +00:00
exporters commented out unused variables 2011-11-01 21:47:24 +00:00
expr FIXED - task 432: cross() failing - flush join cache table when column changes 2012-08-30 16:31:22 +00:00
grel Make sure all conditionals and loops are in blocks (too bug-prone otherwise) 2011-08-02 22:21:47 +00:00
history FIXED - task 559: Deadlock between autosave thread and history code 2012-08-30 16:22:28 +00:00
importers FIXED - task 578 & 596: Clean up JSON importer 2012-09-08 01:20:25 +00:00
importing Throw an exception if unsupported verb is used 2012-08-05 15:36:23 +00:00
io we could be leaking file descriptors here 2012-06-30 07:05:08 +00:00
logging Make sure all conditionals and loops are in blocks (too bug-prone otherwise) 2011-08-02 22:21:47 +00:00
model FIXED - task 578 & 596: Clean up JSON importer 2012-09-08 01:20:25 +00:00
oauth fixing oauth problems with redirection for the Freebase API 2012-08-01 21:46:53 +00:00
operations task 603: range check column move commands 2012-08-18 22:01:23 +00:00
preference Keep track of when we have unsaved preference changes 2012-06-02 21:06:46 +00:00
process Attempt at fixing Issue 500: Sequential creation of related columns using apply-operation command 2011-11-30 23:54:40 +00:00
sorting Convert tabs to spaces. No functional changes. 2011-08-02 20:26:32 +00:00
templating Convert tabs to spaces. No functional changes. 2011-08-02 20:26:32 +00:00
util make oauth against freebase work again in chrome 2012-08-23 20:58:08 +00:00
ClientSideResourceManager.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
HttpResponder.java Organize imports. com.google.refine last in a section of its own. Everything alphabetical in its section. 2011-08-02 21:10:22 +00:00
InterProjectModel.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
Jsonizable.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
ProjectManager.java Switch to class name for logging, per convention 2012-03-08 14:53:27 +00:00
ProjectMetadata.java Mark project as modified when metadata is changed 2012-04-14 14:10:11 +00:00
RefineServlet.java Checked in Shardul Deo's patch from 2011-11-25 03:48:03 +00:00