ea459aed07Applied 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
a096fae7a0ParsingUtilities.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
1f2531f303uniform 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
70a8e46cbeturns out that /? is the default for help on windows
Stefano Mazzocchi
2010-05-13 01:40:01 +0000
a7e06721daIssue 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
5070de6446committing 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
95b37b876aadding 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
64b35a6380fixed the old URL
Stefano Mazzocchi
2010-05-12 23:40:11 +0000
a77533151cProperly quote json keys in suggested release version json.
David Huynh
2010-05-12 23:25:54 +0000
83bd1a368eGot build script to support building Windows .exe of x.x.x versions.
David Huynh
2010-05-12 22:57:31 +0000
93823899b7adding the first release and dates
Stefano Mazzocchi
2010-05-12 21:08:21 +0000
db5d94cadfAdded CHANGES.txt file.
David Huynh
2010-05-12 18:22:06 +0000
1b9cfbbf90detabbing (no functional changes)
Stefano Mazzocchi
2010-05-12 09:02:41 +0000
86465c2d6fforgot these pieces of for the previous commit
Stefano Mazzocchi
2010-05-12 09:00:38 +0000
11da70d223Applying patch for Issue 21 from iainsproat
Stefano Mazzocchi
2010-05-12 08:59:05 +0000
8412aa72ddFixed 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
992cb964ebFixed 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
59ab6c0a78Added a CSV file to test fix to issue 19.
David Huynh
2010-05-12 06:09:34 +0000
7ad438078fFixed 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
f53449966emake 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
c5e24fb563move 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
06da318eefremoving jackson sources since they're huge and not really that useful
Stefano Mazzocchi
2010-05-12 00:25:58 +0000
8285083fb9fixing classpath so that gw can be run direclty from eclipse
Stefano Mazzocchi
2010-05-12 00:25:39 +0000
0813d85712make sure to recompile the tests everytime because eclipse is actually saving the classes somewhere else
Stefano Mazzocchi
2010-05-11 22:38:03 +0000
668b763f6bintroducing 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
f341fa8db2Fixed Issue 13: float rejected from sandbox upload as Json object.
David Huynh
2010-05-11 06:45:49 +0000
114be582e8Fixed 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
3d59ba713eminor edits.
Jeff Fry
2010-05-11 00:46:44 +0000
938bcfe7b0added waits to get additional asserts to succeed. working on numeric filter
Jeff Fry
2010-05-11 00:45:05 +0000
a626ea51ffif 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
60ef31012aCheck 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
2161255cdbFixed issue 11: missing "lang" attribute in MQL generated in schema alignment.
David Huynh
2010-05-10 20:08:53 +0000
861516cd92Applying patch for Issue 9 (thanks again to iainsproat)
Stefano Mazzocchi
2010-05-10 16:06:07 +0000
b23f6e0fa1Issue 6: fixed by applying patch from iainsproat (thanks!)
Stefano Mazzocchi
2010-05-10 15:52:45 +0000
cc49d64ed7To avoid 666 as a revision number when released :)
David Huynh
2010-05-09 20:20:56 +0000
cbd23fa561Switched from pointing to peacock to pointing to gridworks-loads.
David Huynh
2010-05-09 20:11:11 +0000
9fa9401ccbFixed 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
fd61c4b9e4Changed file version to 1.0 from 1.0a.
David Huynh
2010-05-09 19:14:08 +0000
8a183a6efeuse the new metadata location originating from google code
Stefano Mazzocchi
2010-05-09 08:42:06 +0000
510df55ea5Oops, forgot to change the autosave period back to 5 minutes.
David Huynh
2010-05-09 04:37:36 +0000
8c03c1ddcfPrevent 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
164abc2057Factored 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
f7151cdbaaAdded additional facet tests. Work in progress commented out as TODO
Jeff Fry
2010-05-08 01:06:36 +0000
125039047eBrowsingEngine.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
b495ecf54fPut a line through deactivated options in the checkbox button set in the range facet.
David Huynh
2010-05-07 21:25:00 +0000
33895a7a6dIn scatterplot facets, made sure in log/log mode no point falls in the negative quadrants.
David Huynh
2010-05-06 22:49:19 +0000
fae6701493Added support for exporting a scatterplot facet's image as a large image.
David Huynh
2010-05-06 20:44:40 +0000
066fed7f3dMade 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
f37d24e04aScatterplot 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
0562881a06Round date/time diffs so the comparisons with 1 would work.
David Huynh
2010-05-06 16:44:18 +0000
ed5ef0fa16consistent background color
Stefano Mazzocchi
2010-05-06 01:54:21 +0000
8aa1f1d9a0move 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
e669f0f542bunch 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
92ecc0c0f5detab + dedos for java files (no functional changes)
Stefano Mazzocchi
2010-05-04 23:24:48 +0000
d35930fb66detab + dedos for html files (no functional changes)
Stefano Mazzocchi
2010-05-04 23:21:19 +0000
18075eb3eedetab + dedos for js files (no functional changes)
Stefano Mazzocchi
2010-05-04 23:17:09 +0000
3f1e6180c9detab + dedos for css files (no functional changes)
Stefano Mazzocchi
2010-05-04 23:15:42 +0000
641f99fc0fremoving tabs (no functional changes)
Stefano Mazzocchi
2010-05-04 23:14:36 +0000
e9b630bd76Fixed front page to James' new design.
David Huynh
2010-05-04 21:23:51 +0000
883fc65304Minor bug: blank maxColumns param caused SplitColumnCommand to throw an exception.
David Huynh
2010-05-04 16:14:13 +0000
4eab5a68c8Made screencasts link go directly to videos rather than group's front page.
David Huynh
2010-05-03 21:26:18 +0000
63cf331c89Linked 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
9641f28fe0Made 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
d303adc48eMade 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
b6ed5a3df5moving to freeq for real
Stefano Mazzocchi
2010-04-30 23:21:17 +0000
b17a8f1aafBranded header like in James' design.
David Huynh
2010-04-30 22:59:06 +0000
80a3e62d3eDisplay 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
78d62d3cafload more than one scatterplot at a time but still make the dialog be cancellable
Stefano Mazzocchi
2010-04-30 21:19:13 +0000
bab1e8905bJacked 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
7bc0810aa7make 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
065fccbeecrun peacock into another tab
Stefano Mazzocchi
2010-04-30 17:20:25 +0000
7f6398c254switched 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
0fb4af4813Made non-current scatter plots in scatter plot dialog render only on hover.
David Huynh
2010-04-30 04:09:04 +0000
3f40195ea1Implemented but disabled the denormalize operation.
David Huynh
2010-04-29 22:07:07 +0000
270f147d92Support 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
17c9b65889Made (blank) and (error) choices in list facets editable, too.
David Huynh
2010-04-29 20:18:06 +0000
cf01dcd965In 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
c56a578166When 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
f9698d77aeTemporary 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