Commit Graph

  • ea459aed07 Applied a bunch of patches from Tom Morris (Issue 25, 26 and 27) - make java6 dependency explicit in eclipse project files - avoid using NotImplementException especially the sun.* one - avoid using internal sun signal handling and rely on standard java.* APIs (I tested this one and it seems to be working fine) Stefano Mazzocchi 2010-05-13 21:02:19 +0000
  • a096fae7a0 ParsingUtilities.evaluateJsonStringToObject is now unit tested CommandTests and CancelProcessesCommandTests are slightly formatted to match code standards. Command and CancelProcessesCommand are slightly tweaked to pass under all unit tests. Iain Sproat 2010-05-13 09:23:37 +0000
  • 1f2531f303 uniform newlines and seeting the proper svn controls for native line ending (so that diffs from windows don't end up all screwed up) Stefano Mazzocchi 2010-05-13 02:22:31 +0000
  • 70a8e46cbe turns out that /? is the default for help on windows Stefano Mazzocchi 2010-05-13 01:40:01 +0000
  • a7e06721da Issue 23 making gridworks print out the parameters that it was initialized with (we have to pass them from the command line because there is no way to access it directly from java from the standard java library) Stefano Mazzocchi 2010-05-13 01:10:41 +0000
  • 5070de6446 committing Iain's new tests and polished things a little (also added a test-specific log4j conf so that we don't show all the warnings during the tests that were distracting) Stefano Mazzocchi 2010-05-13 00:54:02 +0000
  • 95b37b876a adding eclipse special files (and a README to explain what these are and how to use them) Stefano Mazzocchi 2010-05-12 23:47:19 +0000
  • 64b35a6380 fixed the old URL Stefano Mazzocchi 2010-05-12 23:40:11 +0000
  • a77533151c Properly quote json keys in suggested release version json. David Huynh 2010-05-12 23:25:54 +0000
  • 83bd1a368e Got build script to support building Windows .exe of x.x.x versions. David Huynh 2010-05-12 22:57:31 +0000
  • 93823899b7 adding the first release and dates Stefano Mazzocchi 2010-05-12 21:08:21 +0000
  • db5d94cadf Added CHANGES.txt file. David Huynh 2010-05-12 18:22:06 +0000
  • 1b9cfbbf90 detabbing (no functional changes) Stefano Mazzocchi 2010-05-12 09:02:41 +0000
  • 86465c2d6f forgot these pieces of for the previous commit Stefano Mazzocchi 2010-05-12 09:00:38 +0000
  • 11da70d223 Applying patch for Issue 21 from iainsproat Stefano Mazzocchi 2010-05-12 08:59:05 +0000
  • fe0afa0bc3 Fixed Issue #18 Stefano Mazzocchi 2010-05-12 07:53:26 +0000
  • 8412aa72dd Fixed Issue 17: Conflated triples - all rows are producing triple with "s" :" $Name_0". Also exposed "id" field for recon objects. David Huynh 2010-05-12 07:45:22 +0000
  • 992cb964eb Fixed Issue 2: Undo History bug. The MassChange class didn't write out each elemental change's class and so they couldn't be read back in. David Huynh 2010-05-12 06:35:01 +0000
  • 59ab6c0a78 Added a CSV file to test fix to issue 19. David Huynh 2010-05-12 06:09:34 +0000
  • 7ad438078f Fixed Issue 19: CSV import is too basic. Quoted cells in a CSV file can now contain line breaks. Added a CSV file to test that. David Huynh 2010-05-12 06:07:44 +0000
  • c0e006861a d'oh (typo) Stefano Mazzocchi 2010-05-12 02:24:44 +0000
  • f53449966e make it possible run the ant script without having to pass parameters to it from the ./gridworks script (this helps with IDE integration) Stefano Mazzocchi 2010-05-12 02:21:46 +0000
  • c5e24fb563 move log4j.properties into the classpath so that it's easier to run gw directly from an IDE Stefano Mazzocchi 2010-05-12 02:05:17 +0000
  • 06da318eef removing jackson sources since they're huge and not really that useful Stefano Mazzocchi 2010-05-12 00:25:58 +0000
  • 8285083fb9 fixing classpath so that gw can be run direclty from eclipse Stefano Mazzocchi 2010-05-12 00:25:39 +0000
  • 0813d85712 make sure to recompile the tests everytime because eclipse is actually saving the classes somewhere else Stefano Mazzocchi 2010-05-11 22:38:03 +0000
  • a643eabc88 fixed eclipse warning Stefano Mazzocchi 2010-05-11 18:18:07 +0000
  • 668b763f6b introducing a wrapper around windmill-js that adds support for macros in order to make it easier to make gridworks-specific UI testing a lot more compact (this is a tiny bit more verbose than the previuos method, but it allows us to group waits with actions and assertions which wasn't possible before, so it's a good price to pay). Stefano Mazzocchi 2010-05-11 17:17:34 +0000
  • f341fa8db2 Fixed Issue 13: float rejected from sandbox upload as Json object. David Huynh 2010-05-11 06:45:49 +0000
  • 114be582e8 Fixed issue 5: Localized Windows cause save problems for Gridworks. jdatapath library returns a path in which each unicode character (in the user ID) has been replaced by ?. So we need to grab the actual user ID from environment variables such as APPDATA or USERPROFILE. David Huynh 2010-05-11 04:16:26 +0000
  • 3d59ba713e minor edits. Jeff Fry 2010-05-11 00:46:44 +0000
  • 938bcfe7b0 added waits to get additional asserts to succeed. working on numeric filter Jeff Fry 2010-05-11 00:45:05 +0000
  • a626ea51ff if the user's computer's clock is not synchronized with Freebase's, the initial oauth handshake will fail because Freebase believe there is a replay attack going on. To avoid that we ask Acre to tell us what time it is in Freebase land and we sign the request with that instead. We default back to the user clock only if Acre is down or swamped. Stefano Mazzocchi 2010-05-10 23:24:58 +0000
  • 60ef31012a Check for missing "target" in protograph link node's serialized json object when reloading from project files. David Huynh 2010-05-10 20:49:45 +0000
  • 2161255cdb Fixed issue 11: missing "lang" attribute in MQL generated in schema alignment. David Huynh 2010-05-10 20:08:53 +0000
  • 861516cd92 Applying patch for Issue 9 (thanks again to iainsproat) Stefano Mazzocchi 2010-05-10 16:06:07 +0000
  • b23f6e0fa1 Issue 6: fixed by applying patch from iainsproat (thanks!) Stefano Mazzocchi 2010-05-10 15:52:45 +0000
  • cc49d64ed7 To avoid 666 as a revision number when released :) David Huynh 2010-05-09 20:20:56 +0000
  • cbd23fa561 Switched from pointing to peacock to pointing to gridworks-loads. David Huynh 2010-05-09 20:11:11 +0000
  • 9fa9401ccb Fixed a bug in which if the target of a protograph link was somehow missing, the project.html wouldn't load. David Huynh 2010-05-09 19:35:42 +0000
  • fd61c4b9e4 Changed file version to 1.0 from 1.0a. David Huynh 2010-05-09 19:14:08 +0000
  • 8a183a6efe use the new metadata location originating from google code Stefano Mazzocchi 2010-05-09 08:42:06 +0000
  • 510df55ea5 Oops, forgot to change the autosave period back to 5 minutes. David Huynh 2010-05-09 04:37:36 +0000
  • 8c03c1ddcf Prevent autosave timer events from bunching up when the computer is put into sleep mode. Don't autosave while creating or importing projects, exporting rows, or uploading data to Freebase. Those are potentially intensive operations. David Huynh 2010-05-09 04:34:36 +0000
  • 164abc2057 Factored out url to gridworks-helper app, and used a versioned url instead of the published or the dev url. Made sure in the protograph link popup we show no more than 10 property suggestions. David Huynh 2010-05-08 05:52:32 +0000
  • f7151cdbaa Added additional facet tests. Work in progress commented out as TODO Jeff Fry 2010-05-08 01:06:36 +0000
  • 125039047e BrowsingEngine.prototype.addFacet should call Gridworks.update rather than this.update so that the ajax flag gets set properly for testing. David Huynh 2010-05-07 23:25:34 +0000
  • b495ecf54f Put a line through deactivated options in the checkbox button set in the range facet. David Huynh 2010-05-07 21:25:00 +0000
  • b4343731a1 more uniform Stefano Mazzocchi 2010-05-07 00:14:46 +0000
  • 4058fc8045 more polish for the scatterplot dialog Stefano Mazzocchi 2010-05-07 00:02:32 +0000
  • 5bb944161c better scatterfacet selection dialog Stefano Mazzocchi 2010-05-06 23:20:51 +0000
  • 33895a7a6d In scatterplot facets, made sure in log/log mode no point falls in the negative quadrants. David Huynh 2010-05-06 22:49:19 +0000
  • fae6701493 Added support for exporting a scatterplot facet's image as a large image. David Huynh 2010-05-06 20:44:40 +0000
  • 066fed7f3d Made choice count in list facet into a link that lets you copy off the choices and their counts as TSV. David Huynh 2010-05-06 19:59:26 +0000
  • f37d24e04a Scatterplot facets: - Changed coordinate systems of selection to zero to one, as fraction of plot's size - Used affine transform to do proper plot rotation - Filled negative quadrants of plot to indicate rotation - Set default dot size of actual facet's plot to regular David Huynh 2010-05-06 19:34:51 +0000
  • 0562881a06 Round date/time diffs so the comparisons with 1 would work. David Huynh 2010-05-06 16:44:18 +0000
  • ed5ef0fa16 consistent background color Stefano Mazzocchi 2010-05-06 01:54:21 +0000
  • 991063f296 prevent undo slidedown/slideup events to queue Stefano Mazzocchi 2010-05-06 01:53:50 +0000
  • df7a79089a update to the latest suggest Stefano Mazzocchi 2010-05-06 01:34:06 +0000
  • 5d6fa58258 setting the right EOL subversion settings Stefano Mazzocchi 2010-05-06 01:05:48 +0000
  • cc1b0a8974 much less verbose js testing Stefano Mazzocchi 2010-05-06 00:06:39 +0000
  • 7d63fc2f6f fixing tests Stefano Mazzocchi 2010-05-05 02:23:23 +0000
  • e000f28ed6 more styling consistency for the edit dialog Stefano Mazzocchi 2010-05-05 02:02:27 +0000
  • 47e0535e66 style consistency Stefano Mazzocchi 2010-05-05 01:54:33 +0000
  • fc5dd69c33 wrong fix Stefano Mazzocchi 2010-05-05 01:50:54 +0000
  • 8aa1f1d9a0 move the (x) image away from the link selecting the project (opposite tasks should never be so close as to allow the user to click on one by mistake while implying the other) Stefano Mazzocchi 2010-05-05 01:45:37 +0000
  • c32899aea6 clearing PMD warnings Stefano Mazzocchi 2010-05-05 01:42:08 +0000
  • e6d36710ff findbug cleanups Stefano Mazzocchi 2010-05-05 01:35:51 +0000
  • 1582836dca Reworked in as functions instead of an array of commands Jeff Fry 2010-05-05 00:43:20 +0000
  • 900e9a4bbc more jslint fixes Stefano Mazzocchi 2010-05-05 00:39:40 +0000
  • e669f0f542 bunch of fixes to make jslint happier (can't make it shut up because it's *really* obnoxious) Stefano Mazzocchi 2010-05-05 00:26:26 +0000
  • 860172f751 - set native eol properties for the startup scripts for unix and win - add a whitespace normalizing command to the gridworks script Stefano Mazzocchi 2010-05-04 23:41:57 +0000
  • 92ecc0c0f5 detab + dedos for java files (no functional changes) Stefano Mazzocchi 2010-05-04 23:24:48 +0000
  • d35930fb66 detab + dedos for html files (no functional changes) Stefano Mazzocchi 2010-05-04 23:21:19 +0000
  • 18075eb3ee detab + dedos for js files (no functional changes) Stefano Mazzocchi 2010-05-04 23:17:09 +0000
  • 3f1e6180c9 detab + dedos for css files (no functional changes) Stefano Mazzocchi 2010-05-04 23:15:42 +0000
  • 641f99fc0f removing tabs (no functional changes) Stefano Mazzocchi 2010-05-04 23:14:36 +0000
  • 4f8aea9935 more useful dates Stefano Mazzocchi 2010-05-04 23:05:10 +0000
  • e9b630bd76 Fixed front page to James' new design. David Huynh 2010-05-04 21:23:51 +0000
  • 883fc65304 Minor bug: blank maxColumns param caused SplitColumnCommand to throw an exception. David Huynh 2010-05-04 16:14:13 +0000
  • 4eab5a68c8 Made screencasts link go directly to videos rather than group's front page. David Huynh 2010-05-03 21:26:18 +0000
  • 63cf331c89 Linked to screencasts and wiki documentation. Checked if the user has selected any file yet before creating a project. David Huynh 2010-05-03 21:19:11 +0000
  • 9641f28fe0 Made extend data from freebase command available on columns not officially reconciled, since some columns might contain reconciled data copied from other columns. David Huynh 2010-05-02 22:27:17 +0000
  • d303adc48e Made data upload dialog shows only limited preview of triples, but made actual uploading process and the tripleloader exporter generate all triples. Added spinner busy dialog during uploading process. David Huynh 2010-05-01 00:11:44 +0000
  • b6ed5a3df5 moving to freeq for real Stefano Mazzocchi 2010-04-30 23:21:17 +0000
  • b17a8f1aaf Branded header like in James' design. David Huynh 2010-04-30 22:59:06 +0000
  • 80a3e62d3e Display progress percentage in window title while some long running process is occurring. Expose recon candidates to expressions. David Huynh 2010-04-30 22:49:59 +0000
  • 78d62d3caf load more than one scatterplot at a time but still make the dialog be cancellable Stefano Mazzocchi 2010-04-30 21:19:13 +0000
  • bab1e8905b Jacked up jetty form upload size limit. Added a few more array bound checks. Reduced number of recon candidate and recon objects created by extend data operations. David Huynh 2010-04-30 19:41:53 +0000
  • 7bc0810aa7 make the scatterplot icons load one at a time to avoid overloading the server and allow it to be cancelled when one is selected Stefano Mazzocchi 2010-04-30 19:14:45 +0000
  • 065fccbeec run peacock into another tab Stefano Mazzocchi 2010-04-30 17:20:25 +0000
  • 7f6398c254 switched to javascript tests Stefano Mazzocchi 2010-04-30 17:20:01 +0000
  • ce40122754 - fixed oauth problem with non-127.0.0.1 hosts - fixed scatterfacet filtering consistency - increased size of scatterplot in the scatterfacet Stefano Mazzocchi 2010-04-30 06:12:42 +0000
  • 0fb4af4813 Made non-current scatter plots in scatter plot dialog render only on hover. David Huynh 2010-04-30 04:09:04 +0000
  • 3f40195ea1 Implemented but disabled the denormalize operation. David Huynh 2010-04-29 22:07:07 +0000
  • 270f147d92 Support inverting list facet selection. Make sure blank and error selections are saved and restored in permanent links. David Huynh 2010-04-29 21:22:28 +0000
  • 17c9b65889 Made (blank) and (error) choices in list facets editable, too. David Huynh 2010-04-29 20:18:06 +0000
  • cf01dcd965 In column addition and text transform operations, for expressions that evaluate to cells or wrapped cells, use the whole cells as the result cells. This effectively copies their recon objects as well. David Huynh 2010-04-29 19:44:39 +0000
  • c56a578166 When editing a facet choice inside a facet, still apply constraints from all the other facets to restrict the effect of the change. David Huynh 2010-04-29 00:54:48 +0000
  • f9698d77ae Temporary fix: map guid to id before showing topicblock popups for recon candidates. Added match and match similar buttons on topicblock popups. Made topicblock popups show only 2 blocks. David Huynh 2010-04-28 23:51:38 +0000