5c54984c96Css tweaks to make tabs' top corners squared in Firefox
David Huynh
2010-10-18 00:04:01 +0000
02857122c0Added 'Create project' message to history panel as another hint for understanding the history.
David Huynh
2010-10-17 23:55:17 +0000
c8dcc10ab8Be sure to use UTF-8 when saving data.txt, pool.txt, and change files. Fix issue 163: Refine doesn't retain the characters for flat or sharp.
David Huynh
2010-10-17 23:43:02 +0000
a9a3944cbfUpgraded to suggest 1.2.1. Fixed issue 160: Cancel button on Search for Match dialog sometimes not working.
David Huynh
2010-10-17 20:49:54 +0000
7a6d53783bFactored out some HTML from history-panel.js.
David Huynh
2010-10-17 06:54:27 +0000
ac04675f5eRenamed HistoryWidget to HistoryPanel, ProcessWidget to ProcessPanel, SummaryWidget to SummaryBar, and renamed and moved their files accordingly. Added quick filter support to history panel.
David Huynh
2010-10-17 06:23:58 +0000
7f48b3a692Added padding to "working" popup. Use background colors to explain undo/redo better, hopefully.
David Huynh
2010-10-17 05:30:03 +0000
8e8231d8c6Fixed 'are you sure?' dialog box's styling.
David Huynh
2010-10-16 19:13:34 +0000
d99abaa52bAdded 'browse workspace directory' link to index.vt.
David Huynh
2010-10-16 19:12:26 +0000
3b57c84175Removed borders from tab panel bodies in schema alignment skeleton. Render operation index in history widget so user can refer to each operation.
David Huynh
2010-10-16 18:36:35 +0000
6da68b37efAdded class 'button' to buttons.
David Huynh
2010-10-16 06:43:01 +0000
c451b2ded5Re-laid out 'cell search for match' dialog so buttons wouldn't be obscured by suggest dropdown. Also added 'new' button. Made sure history widget is always scrolled to the 'done upto here' bar.
David Huynh
2010-10-16 06:21:00 +0000
a62638e88dFor each recon group, try at least 3 times if the service keeps failing. Log errors more for debugging purposes.
David Huynh
2010-10-16 00:19:31 +0000
80c1e5ac97Convert mixed Java/Javascript projects to faceted form so we can support both languages in Eclipse
Tom Morris
2010-10-15 21:42:49 +0000
f232e96471Mount jython extension at jython rather than jython-extension
David Huynh
2010-10-15 20:38:24 +0000
07de9919eaSwitch Java facet to Java 1.6 as well
Tom Morris
2010-10-15 20:16:55 +0000
ad06f13c16Convert to faceted project so we can have Javascript highlighting
Tom Morris
2010-10-15 20:10:43 +0000
27ff79cad8Use Java 1.6 for Eclipse builds
Tom Morris
2010-10-15 20:10:00 +0000
f504a59eb1Removed left, right, bottom borders to sidebar tab panels to streamline them a bit. Moved extract, apply links of history widget to the top and made them into buttons. And always show them even if there's no operation. Minor tweaks to history entries' visual.
David Huynh
2010-10-15 18:43:17 +0000
c8bb6a3475Fix failing template exporter test. Disable HTML exporter no column headers test (unimplemented)
Tom Morris
2010-10-15 18:07:17 +0000
47dd5f8da6Make sure the stream/writer is flushed in case the exporter forgets to do it
Tom Morris
2010-10-15 17:10:37 +0000
aba75a9b4aAdd a couple more tests
Tom Morris
2010-10-15 17:10:07 +0000
87b6d940b7Some very basic tests for exporters with no test coverage
Tom Morris
2010-10-15 15:50:25 +0000
0041863a13Placeholder (failing) tests for exporters with no test coverage
Tom Morris
2010-10-15 13:27:44 +0000
bbebb4d2dcAdd @Overrides so we get warned about API changes
Tom Morris
2010-10-15 13:26:25 +0000
b963fc2fc7Allow top level directory to be imported as Eclipse project grefine-all
Tom Morris
2010-10-15 12:47:40 +0000
4859b7eb4eFirefox doesn't understand a pixel offset and a positional keyword used together to position a background image. So we use a separate element to position the logo on the home page.
David Huynh
2010-10-15 07:54:14 +0000
e251a77077Renamed "freebase-extension" to just "freebase". Tried to validate literal values when generating freeq triples (e.g., so numeric years get converted into strings for /type/datetime properties).
David Huynh
2010-10-15 07:33:34 +0000
6686a48804various improvements to data table and reconciliation indicators
James Home
2010-10-15 06:42:24 +0000
c5ba025badRemoving facets individually should also show the help message if there is no more facet.
David Huynh
2010-10-15 06:40:23 +0000
7b74a59da1Exporters need to implement either WriterExporter or StreamExporter.
David Huynh
2010-10-15 06:18:52 +0000
7e9df21b70Exporters need to implement either WriterExporter or StreamExporter.
David Huynh
2010-10-15 06:18:20 +0000
73042712edMade csv/tsv importer not trim whitespace even if "guess cells' types" is checked (for cells that are strings). Updated csv tests to expect un-trimmed cells.
David Huynh
2010-10-15 05:30:15 +0000
35def004acMade expression bars inside facets highlight on hover to suggest they are editable.
David Huynh
2010-10-15 05:17:07 +0000
1066169c05When a new facet is added, make sure to switch to the Filter / Facet tab in the sidebar.
David Huynh
2010-10-15 05:10:05 +0000
855dec26e5Adjusted sidebar's and view panel's resizing code to pixel-precision.
David Huynh
2010-10-15 04:53:05 +0000
15e715dce4When "change" is clicked in a facet, and the expression bar is opened, then it should automatically open the dialog box to edit the expression.
David Huynh
2010-10-15 04:23:46 +0000
fdc6fee052dialog styles, first round of improvements to facets, data table, menus
James Home
2010-10-15 02:23:22 +0000
9e35ea3775Better error message for numeric range facet if there's no numeric value.
David Huynh
2010-10-15 01:00:51 +0000
2b87bbf32eComment out unused exporter injection. Target has moved anyway
Tom Morris
2010-10-14 23:34:27 +0000
f254740b11refactor css, sidebar help UX, data table UX
James Home
2010-10-14 23:31:27 +0000
45ba2ed4b5Comment out super secret future capability
Tom Morris
2010-10-14 21:44:07 +0000
083abd4329Refactor exporter interface along same lines as importer
Tom Morris
2010-10-14 21:33:50 +0000
9858849198Reexport some libs that are useful for extensions. Should really be independent, but fewer duplicate libs this way.
Tom Morris
2010-10-14 21:32:06 +0000
c66e124ed5Tell SVN to ignore classes directory
Tom Morris
2010-10-14 21:28:51 +0000
495b3b6ec3Rename gdata and sample extensions to drop the -extension suffix
Tom Morris
2010-10-14 21:12:44 +0000
5719309a22tightened project list type, deleted unused images
James Home
2010-10-14 20:37:33 +0000
a683f0cdc1Drop -extension suffix
Tom Morris
2010-10-14 20:36:29 +0000
7dac05db03Drop -extension suffix
Tom Morris
2010-10-14 20:35:16 +0000
5ab02f5a77ui improvements: data-table-view header
James Home
2010-10-14 20:24:05 +0000
42cd990e5aRename gdata and sample extensions to drop the -extension suffix
Tom Morris
2010-10-14 19:59:23 +0000
3939c8e43eDelete derived directory
Tom Morris
2010-10-14 19:54:45 +0000
9542c1f254Converted list facet's "sorted by name/count" from radio buttons to links.
David Huynh
2010-10-14 19:23:21 +0000
60870afac3Fix reference to grefine main
Tom Morris
2010-10-14 19:15:42 +0000
f97e443e03build gdata-extension
Tom Morris
2010-10-14 19:04:29 +0000
f7222f70f7Converted "Show as rows/records" from radio buttons to links.
David Huynh
2010-10-14 18:31:34 +0000
d6015f783cfirst round of UI improvements:
James Home
2010-10-14 17:39:41 +0000
4ccdbc8716Fixed bug in which a newly created and unedited project would never get saved because it had the same modified time and last save time.
David Huynh
2010-10-14 01:43:26 +0000
1f1586715dInitial commit for Google Spreadsheet import/export extension
Tom Morris
2010-10-13 23:54:47 +0000
dc49047092We have previously changed the standard-reconcile acre app to return mids, but we still need to make sure its metadata says that its identifier space is mid, not id. And we need Refine to test for the mid identifier space as well.
David Huynh
2010-10-13 18:33:27 +0000
6e71e1ba76Fix redirect & owner website. Obsoleted by David's commit, but just in case...
Tom Morris
2010-10-13 14:46:51 +0000
a16df8f2d6For unrecoverable projects, rename them with a suffix so the next time we won't try to recover them again.
David Huynh
2010-10-13 07:05:34 +0000
91ffe71d17Lowering recon batch size from 7 to 3 to avoid timeout problem. This is a temporary fix only for Issue 156: Reconcile is not picking up alias hints or even type hints correctly
David Huynh
2010-10-13 05:03:49 +0000
208152b55cAdded .vt template for reporting errors with stacktraces. Fixed Issue 155: Blank browser shown when non-GZIP format is detected during import
David Huynh
2010-10-13 04:51:01 +0000
7cd5a47fbfWe haven't been using non-split row parser, so we need to fix the trimming problem in the tsv/csv importer instead.
David Huynh
2010-10-12 23:24:16 +0000
facecaa35duse png 24 to reduce the grainyness of the 16px favicon (by Heather)
Stefano Mazzocchi
2010-10-12 23:15:18 +0000
2d276fa1e6Non split row parser shouldn't trim lines because whitespaces are significant
David Huynh
2010-10-12 22:45:30 +0000
69c338c728Text filter was throwing an exception if the column went away (which happened when the column got split).
David Huynh
2010-10-11 23:15:13 +0000
336a773069Only try to create the workspace dir if it doesn't exist.
David Huynh
2010-10-11 23:04:06 +0000
c42c78dc0aLog errors if things don't go as expected
Tom Morris
2010-10-11 22:28:22 +0000
24565cf5deDefault to /tmp if TMPDIR is not set
Tom Morris
2010-10-11 22:20:58 +0000
99f14b7decRemove mistaken commit
Tom Morris
2010-10-09 16:56:28 +0000
8f8d0b54f3Initial import.
Tom Morris
2010-10-09 16:42:15 +0000
2ba485104fsince I can't seem to find a way to preserve that damn space, I'm moving the name in the java source code which does the same thing
Stefano Mazzocchi
2010-10-08 23:39:45 +0000
f4ddec2da9Forgot to update the build.xml file
David Huynh
2010-10-08 22:21:04 +0000
18a653de4dThe class I copied over from main/ was not up to date yesterday. It missed Stefano's latest changes. So I copied the latest version from svn/main/ here and check it in.
David Huynh
2010-10-08 17:08:28 +0000
142591a090Added a mention of the new JsonImporter to CHANGES.txt Corrected the logger name in JsonImporter.java
Iain Sproat
2010-10-08 07:58:59 +0000
ad0d227ab3Remove remaining Freebase related functionalities.
David Huynh
2010-10-08 02:04:47 +0000
6ddd945a80The Freebase functionalities have been extracted out in the last commit. We're removing them from the core module now. This is not a complete checkin. SVN is having some trouble with some directories.
David Huynh
2010-10-08 01:54:00 +0000
be17d0b3b4Extracted out Freebase related functionalities. Another check-in will remove that code from the core module
David Huynh
2010-10-08 01:39:38 +0000
5040b06d9fMake exceptions more specific for load errors. Still no error returned to user though (just hangs)
Tom Morris
2010-10-07 14:20:28 +0000
ea28784e8bDon't save null project if load failed
Tom Morris
2010-10-07 14:19:42 +0000
215165ed97spell out tweezer parameters
Stefano Mazzocchi
2010-10-07 08:20:46 +0000
9ea477c80dAllowed a single operation class to be registered under several names, so that we can rename operations (to better names) while maintaining backward compatibility.
David Huynh
2010-10-07 05:42:01 +0000
1de5e7c00eRenamed package gel to grel. Replaced gel with grel in other places in the code base while maintaining backward compatibility. Changed layout in expression preview dialog to accommodate long GREL name.
David Huynh
2010-10-07 05:19:35 +0000
4ba1538366removing gridworks watermark from the front page and fixed a broken link
Stefano Mazzocchi
2010-10-06 23:24:28 +0000
90d1111ebcAdded "project" argument to OverlayModel methods, as suggested by Fadi Maali.
David Huynh
2010-10-06 20:47:11 +0000
76115a4eddAdded summary widget to show the row or record counts. Moved browsing mode toggles from browsing panel to view panel.
David Huynh
2010-10-06 19:15:29 +0000
d88dc68aa7upgrading virtualenv since there's a bug in snow leopard
Stefano Mazzocchi
2010-10-05 00:29:22 +0000
bf3335a0bafavicon as well
Stefano Mazzocchi
2010-10-04 23:39:58 +0000
8c126c4365updated icons from Heather
Stefano Mazzocchi
2010-10-04 23:32:42 +0000
3ba8e63249Register Json importer.
David Huynh
2010-10-04 18:53:41 +0000
d977f42f51Changed behaviour of the XmlImporter to make it more permissive, and allow arrays within mixed elements to be used as candidates for importing to Refine. This change has also allowed the JsonImporter to pass all its unit tests without any further modification.
Iain Sproat
2010-10-04 18:33:59 +0000
ec0581e3a9Added two additional unit tests for ensuring the XmlImporter is behaving correctly.
Iain Sproat
2010-10-04 17:32:27 +0000
8d51223610An additional unit test for the JsonImporter, which it unfortunately fails.
Iain Sproat
2010-10-04 15:19:29 +0000
ec9898ba92Some tidying up of the XmlImporter which reduces the number of generic TreeParser tokens to a minimum - and should allow elements such as comments and CDATA to be ignored/skipped.
Iain Sproat
2010-10-04 15:02:09 +0000
d3f223c196The JsonImporter now passes all current unit tests.
Iain Sproat
2010-10-04 10:02:50 +0000