Commit Graph

  • 66b324f9cc When displaying recon scores, don't round to integers; keep 3 decimal digits. David Huynh 2010-04-28 22:53:13 +0000
  • 890cbffb67 Added recon metadata to tripleloader payload. David Huynh 2010-04-28 22:04:39 +0000
  • 66c671fa5e Put more of the logic of suggesting properties for protograph links over to the gridworks-helper acre app. David Huynh 2010-04-28 18:57:19 +0000
  • 89e1d8b5ac Got history entries' IDs into Recon objects so we can track from a Recon object to all others created by the same operation. David Huynh 2010-04-28 17:18:44 +0000
  • 4f1aaff486 Support new fields for Recon objects. David Huynh 2010-04-27 23:21:21 +0000
  • 15c188ad7a Added more metadata into recon objects. Tried to minimize number of unique recon objects created when calling Recon.dup(). David Huynh 2010-04-27 23:17:18 +0000
  • e77b99e58b For relevance service, auto-match only if the type matches, the score is at least 100, and if there is more than one result, the ratio of the first result's score over the second result's score must be at least 1.5. David Huynh 2010-04-27 21:38:47 +0000
  • 8651eaaafb fixed relative positioning of the scatterfacet tints Stefano Mazzocchi 2010-04-27 21:02:29 +0000
  • ca2bc0a304 Fixed null pointer exception problem in HeuristicReconConfig when trying to use "recon" service. Made custom suggest widget rely on gridworks-helper acre app for fetching property suggestions. Made various property suggest in recon dialog use our custom suggest widget. David Huynh 2010-04-27 20:34:36 +0000
  • 5cd0301e57 make sure that users can't bypass easily the upload badge checks simply by tweaking dom values from firebug Stefano Mazzocchi 2010-04-27 19:47:12 +0000
  • b1375a8997 more polish Stefano Mazzocchi 2010-04-27 08:13:45 +0000
  • 0eb18633e6 implemented more conservative data loading workflow Stefano Mazzocchi 2010-04-27 07:13:11 +0000
  • e9652180a2 add favicon Stefano Mazzocchi 2010-04-27 03:07:22 +0000
  • e6012bc14a Fixes for Freeq Stefano Mazzocchi 2010-04-27 00:18:31 +0000
  • fece6187bf Jython libraries should now be properly imported on Windows as well. David Huynh 2010-04-26 17:57:52 +0000
  • 02536a625e Re-organized reconciliation menu commands similar to James' suggestions. David Huynh 2010-04-26 05:28:18 +0000
  • 53d7bd3287 Another star to flag copy and paste bug. David Huynh 2010-04-26 01:18:57 +0000
  • 3ae72ea630 Minor bug. David Huynh 2010-04-26 01:15:02 +0000
  • fed3c87fa6 Added row flagging support. Fixed bug in row star change: starring or unstarring one row wasn't undo-able previously. David Huynh 2010-04-26 01:08:56 +0000
  • 1b16ef0c5c Saved wrong slider-handle.png image by mistake. David Huynh 2010-04-26 00:16:51 +0000
  • abbb51a274 Styled tabs in various dialog boxes. David Huynh 2010-04-26 00:10:36 +0000
  • 4728eaa946 Fixed layout problem in history extract dialog box. David Huynh 2010-04-25 23:51:48 +0000
  • fd69f5fe50 Use image for cell edit links. Color cell values that have been parsed and are no longer just text strings. David Huynh 2010-04-25 23:43:53 +0000
  • a734a9c6cb Initialize the jython library with the custom lib/jython/ path if we're running as a packaged app on Mac OSX. David Huynh 2010-04-25 20:05:43 +0000
  • e28e9ce3cc fixing typos, removing leftover styles and fixing color artifacts in the cop cartoon Stefano Mazzocchi 2010-04-25 07:52:16 +0000
  • 007da57c1e More work on the extend data dialog. The suggested properties are now populated by the gridworks-helper acre app. Constraints can be specified per column, in the free form of a MQL query. It's a temporary solution. David Huynh 2010-04-25 06:39:03 +0000
  • fd062bdc2b Fixed layout bug in extend data dialog box. David Huynh 2010-04-25 02:22:15 +0000
  • 4247c8e00e Removed footer to save some more vertical space. David Huynh 2010-04-25 01:41:09 +0000
  • c5c587132a More polishing on the facets. Moved close buttons to left so they are separate from the "reset" links. Simplified the html generating code in scatterplot facet. Changed resize graphics for list facet. David Huynh 2010-04-25 01:08:23 +0000
  • 18afe534c5 adding the photoshop source file Stefano Mazzocchi 2010-04-24 08:42:53 +0000
  • 2a8d9a5705 now a cartoon cop will scare users away from uploading data to freebase they are not sure about Stefano Mazzocchi 2010-04-24 08:40:29 +0000
  • 00e195dbd3 even smoother oauth interaction on load Stefano Mazzocchi 2010-04-24 08:02:32 +0000
  • d14b840d04 Show/hide "cluster" button in list facet appropriately after the facet's expression is edited. David Huynh 2010-04-24 07:29:01 +0000
  • 2a5d99fe16 Make sure the facet panel resizes itself whenever it gets updated. David Huynh 2010-04-24 07:17:12 +0000
  • 909156dc70 condense status and controls in the list facet on a single line and use jquery_ui small radio buttons to make it look more coherent with the other facets Stefano Mazzocchi 2010-04-24 07:07:58 +0000
  • c9e4214a89 make the editable facet values behave like a toggled drawer (to save vertical space in the sidebar) Stefano Mazzocchi 2010-04-24 06:47:03 +0000
  • 2bd88bd848 - still polishing - fixed the scatterfacet not updating its selection area when another facet is removed (there are still issues with the fact that the tint is an absolute position... we need to turn that into relative somehow) Stefano Mazzocchi 2010-04-24 06:29:30 +0000
  • 1a6d1cf6b2 more polish Stefano Mazzocchi 2010-04-24 02:36:56 +0000
  • 0778b324de Made facets' expressions editable. David Huynh 2010-04-24 01:19:13 +0000
  • b8adb42c4e Made list facets resizable. Made facet pane scrollable. David Huynh 2010-04-24 00:44:33 +0000
  • 50778a9e24 more color/transparency alignment between facets Stefano Mazzocchi 2010-04-24 00:23:29 +0000
  • 9f68504e05 make the undo window slide up and down and disappear on its own after a little while Stefano Mazzocchi 2010-04-24 00:16:23 +0000
  • 02d0374c4f more cleanup (better handles for the numeric facet) Stefano Mazzocchi 2010-04-23 22:59:56 +0000
  • 00e03656c0 mistake Stefano Mazzocchi 2010-04-23 22:59:25 +0000
  • f9a829758e Pool recons and recon candidates. This yields smaller project files, change files, and AJAX responses for get-rows. It should make re-loading existing projects faster. David Huynh 2010-04-23 19:39:12 +0000
  • 3e37970540 polishing (no functional changes) Stefano Mazzocchi 2010-04-23 17:30:18 +0000
  • 6990604981 implemented the full gridworks -> freebase conduit via delegated oauth and freeq/tripleloader (still doesn't work as argus returns a 500 but the entire conduit is in place) Stefano Mazzocchi 2010-04-23 08:25:52 +0000
  • 531431a869 make sure the jython stuff is copied in the various distributions and that it can be found even when no environment parameter is sett Stefano Mazzocchi 2010-04-22 21:36:32 +0000
  • 2363d6de43 versioning this folder makes it a lot more complicated to build the distros Stefano Mazzocchi 2010-04-22 21:23:01 +0000
  • 439474caeb Checkpoint for OAuth functionality in Gridworks (doesn't work but since it's a substantial chunk of stuff, I want to get it in sooner rather than later) Stefano Mazzocchi 2010-04-21 21:08:34 +0000
  • 20a42646ba An attempt at optimizing list facet rendering. It seems slightly faster. David Huynh 2010-04-21 18:30:27 +0000
  • c05272e1ed Display facet's expression separately from title, so that later we can let the user edit the expression. David Huynh 2010-04-21 07:21:05 +0000
  • f4e7630357 Re-worked the way list facets render. Made sure list facets retain their scrolling positions on update. David Huynh 2010-04-21 07:04:44 +0000
  • 9d79278b99 better use of existing JYTHONPATH Stefano Mazzocchi 2010-04-21 00:18:31 +0000
  • 721e383bb5 removing unnecessary python src and test directories Vishal Talwar 2010-04-20 23:15:32 +0000
  • 5ba67b7b26 Implemented column split command. It seems to be working in "by lengths" mode. David Huynh 2010-04-20 23:08:14 +0000
  • d0df704d8a added python code part of jython distribution in lib/jython-2.5.1 added python.path vm arg to startup script fixed infinite loop in unwrap() when displaying sequences of sequences Vishal Talwar 2010-04-20 18:50:24 +0000
  • 35da36b0e8 Fixed misspell in clustering dialog. Added option for not splitting lines into columns on import. David Huynh 2010-04-20 07:26:07 +0000
  • d85a0e1851 Retrieve dates correctly from Excel files. David Huynh 2010-04-20 04:43:39 +0000
  • 2ee091e9ea Added mouse capture to slider widget. David Huynh 2010-04-20 04:28:15 +0000
  • 0ad08d49cc Remove basic.js , add initial JS test. Currently does little, but it works. More to come, now that I'm more up to speed at Windmill's JS library, and JS in general... Jeff Fry 2010-04-20 00:48:03 +0000
  • 2226d77c27 Oops, minor bug in range facet introduced in last check-in. David Huynh 2010-04-19 23:45:18 +0000
  • d1b0de95de Made our own slider widget to use in conjunction with our histogram widget. David Huynh 2010-04-19 23:27:57 +0000
  • b9bbff325e Delegated a lot of schema fetching to an acre app so our .js code can be less asynchronous. David Huynh 2010-04-19 20:18:43 +0000
  • 10e723cee4 More polishing on index page. Hide away advanced options originally. David Huynh 2010-04-19 00:02:34 +0000
  • 6bb9fde037 An attempt to redesign the index page. David Huynh 2010-04-18 23:05:56 +0000
  • 3a780b9a2d - upgraded to jquery_ui 1.8 - added 'buttons' capabilities to jquery_ui (needed by the scatterfacet) - added compact radio buttons for scatterfacet options Stefano Mazzocchi 2010-04-18 06:47:27 +0000
  • 72f1f0956e More polishing on the facet panel. David Huynh 2010-04-18 00:56:09 +0000
  • 3adc5a8e84 Forgot to check in latest version of menu-dropdown.psd. David Huynh 2010-04-17 23:43:13 +0000
  • a115251992 polishing usability of the scatterfacet Stefano Mazzocchi 2010-04-17 19:21:39 +0000
  • d61473e989 Added dispose method to facets so they can clean up themselves. David Huynh 2010-04-17 06:58:30 +0000
  • 98f12544de Quick fix to prevent jittering in facet panel. David Huynh 2010-04-17 06:40:42 +0000
  • 950abbc7ea Scatterplot facet now shows 2 layers of dots: one for the base distribution and one that's constrained by the other facets. David Huynh 2010-04-17 06:19:47 +0000
  • 3b63e0b969 Scatterplot facet can now filter the rows. David Huynh 2010-04-17 05:59:25 +0000
  • 85d7ed6b89 cleanup Stefano Mazzocchi 2010-04-17 03:02:34 +0000
  • 7a716a4a1b - updgraded commons-coded to the last version (needed for base64 encoding of data: uris) - added the ability to embed the scatterplot inside the returned json data with data: uris (although it doesn't seem to work well) - connected the selection logic to the scatterfacets (although it doesn't seem to filter the rows... and I'm puzzled as why) - reduced cut/paste and code overlap between the scatterplot generator and the scatterplot facet Stefano Mazzocchi 2010-04-17 03:00:38 +0000
  • 8085208cf0 Fixed toTitlecase to handle fully capitalized text. David Huynh 2010-04-16 23:42:52 +0000
  • b7c3f99e3c Added help message in history panel. Better resizing for left panel's tabs. David Huynh 2010-04-16 23:38:49 +0000
  • f1e05194e4 New column header popup menu button. Reorganized column header menus. Styled page size controls. David Huynh 2010-04-16 22:39:30 +0000
  • 9e73a4e68c Started to work on a MARC importer. It doesn't work properly yet. David Huynh 2010-04-16 19:52:01 +0000
  • 67662fcc96 Escape strings from TSV exporter. David Huynh 2010-04-16 06:45:57 +0000
  • 1e5a787281 avoid ArrayOutOfBoundsException Stefano Mazzocchi 2010-04-15 20:24:23 +0000
  • 397861b612 - replace the 'cos' library with the apache 'commons-fileupload' for licensing reason (the cos library had a weird arm-twisting license that forced you to buy an o'reilly book on servlets for each developer in your company... good thing I read it all) - some tweaks on imgareaselect's look Stefano Mazzocchi 2010-04-15 18:42:41 +0000
  • 93a8f78192 - updated to latest jquery (1.4.2) - removed commons-math which I don't use anymore - added imgareaselect - added a bunch of licenses for the javascript libraries dependencies Stefano Mazzocchi 2010-04-15 06:56:07 +0000
  • 8cf69301a5 added a new command to get column metadata prior of creating the scatterplot half-matrix, this allows us to build a much more compact table and make the browser crawl a little less Stefano Mazzocchi 2010-04-15 06:20:56 +0000
  • 155b5a483a When deleting project dirs, we need to recurse into them ourselves. David Huynh 2010-04-15 00:17:08 +0000
  • 1d938bc4d0 Better MQL batching during extending data operations. Tried to use JSON streaming in changes as well. David Huynh 2010-04-15 00:09:14 +0000
  • 2277f45ef6 For jython, wrap native values properly using Py.java2py(). David Huynh 2010-04-14 21:30:39 +0000
  • 6be29f712c Fix previous fix. Will Moffat 2010-04-14 21:18:27 +0000
  • 24a7ea91b6 Fixed bugs - MassEditOperation was barfing when engineConfig was missing - When parsing JSON in streaming mode, get long instead of int and double instead of float so that we won't get overflow exception. David Huynh 2010-04-14 20:34:29 +0000
  • 70c6f901ac Fix: build on mac Will Moffat 2010-04-14 18:17:15 +0000
  • ad1b920e0e better selection procedure for the scatterplot facet (the scatterfacet itself still doesn't work though) Stefano Mazzocchi 2010-04-14 05:14:33 +0000
  • 3bae823010 fixed eclipsed warning (no functional change) Stefano Mazzocchi 2010-04-14 02:39:24 +0000
  • 7680d98b49 synch credits Stefano Mazzocchi 2010-04-14 02:14:46 +0000
  • 2e1c8e688c bunch of fixes to make this script working also under cygwin (this is useful mostly to run automated ui testing on windows) Stefano Mazzocchi 2010-04-14 01:37:56 +0000
  • 4a06c49a9a Added streaming json parser for faster re-loading of existing projects. David Huynh 2010-04-13 23:57:03 +0000
  • 8142b27ee4 Fixed: Mac OS X default to Java 5. export JAVA_HOME to Java 6 Will Moffat 2010-04-13 22:14:02 +0000
  • a1a8758c37 Added options for specifying # lines the header columns take, and the # lines to skip processing entirely initially. David Huynh 2010-04-13 21:23:41 +0000
  • da55033df3 Forgot a console.log() in history-widget.js. Updated view header to look like James' new design. David Huynh 2010-04-13 08:06:05 +0000
  • 01fbca0fe6 Added help message when the facet panel is empty. David Huynh 2010-04-13 07:52:01 +0000