Commit Graph

  • 53442c5ef2 Handle the case where an excel cell has a formula but the cached result of that formula is an error. David Huynh 2010-12-25 21:41:21 +0000
  • 687e9064df A shorter fix for toString() to handle Date than the last commit. David Huynh 2010-12-25 21:36:51 +0000
  • 0ff40eabbd toString() should handle Date, too, rather than just Calendar. David Huynh 2010-12-25 21:33:59 +0000
  • f85e9198d4 ignoring classes that are generated by jython Stefano Mazzocchi 2010-12-25 01:49:42 +0000
  • 2ab131b87a ISSUE-262 make running checks more solid Stefano Mazzocchi 2010-12-24 22:21:40 +0000
  • e6415bab4f ISSUE-258 avoid ignoring the JAVA_HOME environment if java is not in the path Stefano Mazzocchi 2010-12-24 21:17:21 +0000
  • 9c98842132 ISSUE-295 use "mktemp" instead of creating files locally which makes it possible to install Refine under a different user than the one executing it on *nix systems Stefano Mazzocchi 2010-12-24 20:05:57 +0000
  • 209f157656 RESOLVED - task 202: Sort text with accents http://code.google.com/p/google-refine/issues/detail?id=202 Tom Morris 2010-12-12 18:16:29 +0000
  • dda74792bc Add jsoup library so project will compile Tom Morris 2010-12-08 05:35:07 +0000
  • f55f11cd0d Adding classes to now make it possible to parse Html in GREL. Uses small subset of methods from the JSoup library, licensed under the MIT license. Iain Sproat 2010-12-06 23:15:24 +0000
  • 9aaa1c9919 Replace tabs with spaces. No functional change. Tom Morris 2010-12-05 20:50:03 +0000
  • a560cb56df Replace tabs with spaces. No functional changes. Tom Morris 2010-11-29 06:27:06 +0000
  • 3a8f9306bd Add some toString() methods to help with debugging Tom Morris 2010-11-29 06:24:50 +0000
  • af20157532 Fix indentation so indent levels match logical block levels. No code changes. Tom Morris 2010-11-28 17:46:57 +0000
  • 748b5699b9 Issue 61 - Turn on text coalescing and XML entity reference replacement Tom Morris 2010-11-27 22:07:15 +0000
  • e19148c375 Make sure we at least log an error if the import fails Tom Morris 2010-11-27 22:05:45 +0000
  • 824f445530 Unused import Tom Morris 2010-11-27 17:54:16 +0000
  • b9fa100d31 Don't try to save a null encoding Tom Morris 2010-11-27 17:54:01 +0000
  • 850c43d6f3 Issue 107 - set encoding on response Tom Morris 2010-11-27 02:46:10 +0000
  • 3d6458a0e5 Replace tabs with spaces Tom Morris 2010-11-27 01:38:32 +0000
  • bc8637f638 Issue 257 - Don't return a String where a Date is required (using generics in Criterion API would prevent this kind of problem, but that's incompatible with the use of the Eval_Error class) Tom Morris 2010-11-27 01:18:36 +0000
  • c7b0f4d024 Issue 184 - use default locale date formatting if no format string is specified Tom Morris 2010-11-26 23:47:09 +0000
  • 080ec5332e Issue 237 - Make sure project's character encoding is always set. Lower minimum confidence threshold for guesser. Tom Morris 2010-11-26 22:23:31 +0000
  • d5a742944e Set python.path properly from within the jython extension David Huynh 2010-11-21 03:05:28 +0000
  • 1e2af79851 Let's handle .tar files as well rather than requiring .tar.gz. David Huynh 2010-11-21 03:00:43 +0000
  • c496f1e941 Helped toward fixing issue 228: ButterflyServlet already tracks the ServletConfig, so there's no need for RefineServlet to do that, too. David Huynh 2010-11-21 02:58:15 +0000
  • 09fa36198c Additions to GREL: * Factorial function allowing variable steps * GreatestCommonDenominator function * LeastCommonMultiple function * Multinomial function * Quotient function Iain Sproat 2010-11-20 18:04:11 +0000
  • 43d0de2d8a Fixed registered name of GREL combination function Iain Sproat 2010-11-20 12:15:31 +0000
  • f1643565b8 Additions to GREL: * modulo operator, % * cos, sin and tan functions * acos, asin, atan and atan2 functions * cosh, sinh and tanh functions * fact and combin functions * degrees and radians functions * odd and even functions Iain Sproat 2010-11-20 12:11:37 +0000
  • 1ec7cb9f7b PI constant added to GREL Iain Sproat 2010-11-18 23:53:07 +0000
  • ed724fd191 Fix bug causing Fusion Table rows to get imported multiple times. Initial implementation complete. Tom Morris 2010-11-18 08:19:57 +0000
  • 675714d03d Add toString() methods to help with debugging Tom Morris 2010-11-18 08:19:05 +0000
  • dd333d5b43 Abs function now available in GREL Iain Sproat 2010-11-17 09:38:51 +0000
  • acbed0c1ba Initial Fusion Tables implementation Tom Morris 2010-11-17 08:26:46 +0000
  • 6a68fc9da7 Issue 227 - fix comment documenting default URL for extension index page Tom Morris 2010-11-17 05:31:01 +0000
  • 74e9288229 Additional error dialog for Issue 188 Iain Sproat 2010-11-11 14:25:46 +0000
  • 2f564589f5 Adding a Fixed Width data importer (Issue 85) and associated tests. Iain Sproat 2010-11-11 13:15:41 +0000
  • 4f9dc38066 TsvCsvImporter now uses the CSV test methods to also test the TSV importer. Separate tests for the two importers are no longer required. Iain Sproat 2010-11-11 13:06:39 +0000
  • 37a6f938c3 The TestNG DataProvider for the Tsv/Csv importer tests was previously providing just one test case with two parameters, rather than the two test cases of one parameter each which is required. This is now fixed, and the tests pass. Iain Sproat 2010-11-11 10:52:18 +0000
  • 703d2dbd19 IsTest should catch errors and wrap them. David Huynh 2010-11-08 21:19:25 +0000
  • 5d915be096 Numeric comparisons == and != should be special-cased, too. David Huynh 2010-11-05 19:17:57 +0000
  • fe08a43e0c FunctionCall and ControlCall should catch exceptions and wrap them as EvalError's. David Huynh 2010-11-05 04:26:10 +0000
  • b282952448 clean up top right nav James Home 2010-11-04 01:03:50 +0000
  • e33c00f388 GoogleRefineTests.launch now looks in the correct directories for the tests Iain Sproat 2010-11-03 19:38:54 +0000
  • 232d97f832 Prevent really long expressions from stretching the expression preview dialogs. David Huynh 2010-11-03 19:15:48 +0000
  • faaca5beea Fixed the GREL round function. David Huynh 2010-11-01 20:28:42 +0000
  • 1f12bfb409 Fixed bug in HasFieldsListImpl where list members weren't tested for being null. David Huynh 2010-11-01 18:13:53 +0000
  • 1eebe2e4a3 Fixed transpose-rows-into-columns command, which previously duplicated columns that precede the column being transposed. David Huynh 2010-11-01 17:59:58 +0000
  • 07db08e45e Missed one more reference to freebase-extension that should be just freebase David Huynh 2010-10-31 21:47:12 +0000
  • 258637c343 Minor bug introduced recently when trying to be smart to clean up operation json David Huynh 2010-10-28 23:37:50 +0000
  • c1ec3efdad More styling tweaks. Added link to sample data sets. Set project name whenever an upload file is picked David Huynh 2010-10-27 05:20:48 +0000
  • 687515a669 Made each bar in histogram a minimum of 2 pixels tall David Huynh 2010-10-27 04:14:33 +0000
  • 764558c48a In numeric bin index, count infinity values as errors David Huynh 2010-10-26 22:49:59 +0000
  • 8d422e2e54 Fixed Calendar vs. Date bug in time range facet David Huynh 2010-10-26 21:06:16 +0000
  • dfa9c538c7 Minor style tweaks to facets David Huynh 2010-10-26 07:24:02 +0000
  • 8ccf9d1bf8 The judgment facet created after a recon operation is done should also show (blank) and (unreconciled) choices David Huynh 2010-10-26 04:57:02 +0000
  • 2a77e7bd8a Fixed bug in recon dialog: previously, manually specified type didn't get its id transmitted properly to the server David Huynh 2010-10-26 04:05:04 +0000
  • 8030595254 Broke the history extract dialog in last night check in David Huynh 2010-10-26 01:18:01 +0000
  • c7a70333d9 Added mql key quote/unquote functions David Huynh 2010-10-25 22:23:04 +0000
  • 96b41450da Re-worked buttons in schema alignment dialog and added change indicator David Huynh 2010-10-25 20:05:48 +0000
  • 76fe6a963b Added logo illustrator file David Huynh 2010-10-25 18:39:05 +0000
  • d4969e02ee Fixed: Issue 167 in google-refine: 'No syntax error' is alarming David Huynh 2010-10-25 17:27:38 +0000
  • a193f9acf7 Added Thad to Special Thanks section. Various minor styling and url tweaks. David Huynh 2010-10-25 05:59:00 +0000
  • 88ff48d89a Fixed external docs URLs David Huynh 2010-10-25 05:36:48 +0000
  • ad2a03a106 Styling tweaks to history extract dialog. Apply some heuristics to pasted operation json to fix common json problems, such as missing commas or extra commas David Huynh 2010-10-25 04:31:28 +0000
  • 1cc2097cf1 Styling tweaks to schema alignment skeleton node dialog. Eliminated the auto create new topic option David Huynh 2010-10-25 02:07:09 +0000
  • e601ad8d40 bug: autoMatch flag wasn't actually used before David Huynh 2010-10-25 01:41:07 +0000
  • d6b1455fb2 Added help documentation links David Huynh 2010-10-25 01:35:00 +0000
  • 2d9e7c87f6 Increased recon batch size to 10 again. Various style tweaks. Polished up freebase extension's dialogs to be a bit more helpful David Huynh 2010-10-25 01:07:25 +0000
  • 424501ba0e UI tweaks to menu text James Home 2010-10-23 01:21:13 +0000
  • 8c1852914e Forgot a few logging statements. David Huynh 2010-10-22 23:53:25 +0000
  • cbb73b17be more facet tweaks, menu case tweaks James Home 2010-10-22 23:32:37 +0000
  • d85ae8c28c Fixed bug in protograph transposer in which cells in subsequent rows of a tree-shaped record (with blank context cells) are not processed. This bug was introduced when we started to allow a protograph node to correspond to more than one column. David Huynh 2010-10-22 21:05:06 +0000
  • 460d01230b Updated change list David Huynh 2010-10-22 07:39:05 +0000
  • bc4de76ec5 Minor styling tweaks to cells judged as new topics. David Huynh 2010-10-22 07:35:27 +0000
  • 345c1c62ac Added new recon commands: - clear recon data for all matching rows - clear recon data for one cell - clear recon data for similar cells - copy recon judgments across columns David Huynh 2010-10-22 07:25:27 +0000
  • 91797339e0 UI improvements to facetting, star and flags James Home 2010-10-22 01:43:56 +0000
  • 9d328231d3 Minor whitespace fixes David Huynh 2010-10-21 18:28:57 +0000
  • 47381ce485 Unified capitalization scheme for menu items' labels David Huynh 2010-10-21 18:02:12 +0000
  • 3fbefac8e1 UI fixes to table controls, matching dialogs and edit dialogs James Home 2010-10-20 23:43:37 +0000
  • 5a17acfd70 Prepended license text to java source David Huynh 2010-10-20 20:45:52 +0000
  • 9a96d2b8f0 Added license text to .js, .css, .less, and main .vt and .html pages David Huynh 2010-10-20 18:11:15 +0000
  • 9b8206da29 Fixed new bug for query-based reconciliation introduced by factoring out the freebase extension David Huynh 2010-10-20 04:52:35 +0000
  • 0e0c3ccea2 Added bottom padding to history so it clears the status bar of Chrome David Huynh 2010-10-20 04:52:05 +0000
  • 19878490f1 improved/simplified notifications, improved undo/redo James Home 2010-10-19 05:46:48 +0000
  • b10614579c New dmg background, temporary for now David Huynh 2010-10-19 05:28:49 +0000
  • 6cefdaf53e Forgot to change 'freebase-extension' to just 'freebase' in a few places. Fixed issue 161: Authorize error when trying to Sign In before loading to Freebase David Huynh 2010-10-19 00:53:04 +0000
  • 69b7d34e09 Reduce filtered out history items' heights rather than hiding them entirely David Huynh 2010-10-18 20:05:58 +0000
  • 83e94d240c Changed history panel's design to mimic Adobe Photoshop's history David Huynh 2010-10-18 19:47:36 +0000
  • a28b6fe21e Made sure suggest widgets automatically clean up their stuff when they get removed. David Huynh 2010-10-18 17:44:42 +0000
  • c4456fdba5 Look for Python 2.6 if default installation is Python 2.7 Tom Morris 2010-10-18 06:14:53 +0000
  • 05d8180016 Disable failing test until it can be debugged Tom Morris 2010-10-18 05:52:11 +0000
  • 7dcd0c073d Revert bad commit r1600 Tom Morris 2010-10-18 05:19:05 +0000
  • 79c00bab36 Incomplete - task 157: Integrate Google Spreadsheet import/export plugin http://code.google.com/p/google-refine/issues/detail?id=157 Tom Morris 2010-10-18 04:59:39 +0000
  • 3423b4f71e No need to process version.js anymore. David Huynh 2010-10-18 04:31:40 +0000
  • e7184ec9ab Deleted old empty protograph dirs. Use a default assign version even if running from trunk; this is so that we have at least some clue about an imported project file. David Huynh 2010-10-18 04:18:09 +0000
  • 8b8e9f1c1b Made some dialogs shorter to fit smaller screens David Huynh 2010-10-18 02:33:52 +0000
  • 2fc0374f79 Made data table view's All menu extensible. Added more common transforms. Touched up on a few menus. David Huynh 2010-10-18 01:53:23 +0000
  • 2090136d74 Added license for jquery eventstack plugin David Huynh 2010-10-18 01:08:11 +0000
  • a5c6a3af34 Support ESC key to dismiss menus and dialogs (which required jquery eventstack plugin). Updated binding names in project.vt so that the bound HTML elements are distinguished from the JS objects that manage them (e.g., summarBarDiv vs summaryBar). David Huynh 2010-10-18 01:07:35 +0000