David Huynh
f232e96471
Mount jython extension at jython rather than jython-extension
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1575 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 20:38:24 +00:00
Tom Morris
07de9919ea
Switch Java facet to Java 1.6 as well
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1574 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 20:16:55 +00:00
Tom Morris
ad06f13c16
Convert to faceted project so we can have Javascript highlighting
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1573 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 20:10:43 +00:00
Tom Morris
27ff79cad8
Use Java 1.6 for Eclipse builds
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1572 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 20:10:00 +00:00
David Huynh
f504a59eb1
Removed 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.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1571 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 18:43:17 +00:00
Tom Morris
c8bb6a3475
Fix failing template exporter test. Disable HTML exporter no column headers test (unimplemented)
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1570 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 18:07:17 +00:00
Tom Morris
47dd5f8da6
Make sure the stream/writer is flushed in case the exporter forgets to do it
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1569 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 17:10:37 +00:00
Tom Morris
aba75a9b4a
Add a couple more tests
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1568 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 17:10:07 +00:00
Tom Morris
87b6d940b7
Some very basic tests for exporters with no test coverage
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1567 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 15:50:25 +00:00
Tom Morris
0041863a13
Placeholder (failing) tests for exporters with no test coverage
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1566 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 13:27:44 +00:00
Tom Morris
bbebb4d2dc
Add @Overrides so we get warned about API changes
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1565 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 13:26:25 +00:00
Tom Morris
b963fc2fc7
Allow top level directory to be imported as Eclipse project grefine-all
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1564 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 12:47:40 +00:00
David Huynh
4859b7eb4e
Firefox 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.
...
Prevent last modified dates for projects from wrapping.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1563 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 07:54:14 +00:00
David Huynh
e251a77077
Renamed "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).
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1562 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 07:33:34 +00:00
James Home
6686a48804
various improvements to data table and reconciliation indicators
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1561 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 06:42:24 +00:00
David Huynh
c5ba025bad
Removing facets individually should also show the help message if there is no more facet.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1560 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 06:40:23 +00:00
David Huynh
7b74a59da1
Exporters need to implement either WriterExporter or StreamExporter.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1559 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 06:18:52 +00:00
David Huynh
7e9df21b70
Exporters need to implement either WriterExporter or StreamExporter.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1558 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 06:18:20 +00:00
David Huynh
73042712ed
Made 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.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1557 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 05:30:15 +00:00
David Huynh
35def004ac
Made expression bars inside facets highlight on hover to suggest they are editable.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1556 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 05:17:07 +00:00
David Huynh
1066169c05
When a new facet is added, make sure to switch to the Filter / Facet tab in the sidebar.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1555 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 05:10:05 +00:00
David Huynh
855dec26e5
Adjusted sidebar's and view panel's resizing code to pixel-precision.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1554 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 04:53:05 +00:00
David Huynh
15e715dce4
When "change" is clicked in a facet, and the expression bar is opened, then it should automatically open the dialog box to edit the expression.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1553 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 04:23:46 +00:00
James Home
fdc6fee052
dialog styles, first round of improvements to facets, data table, menus
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1552 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 02:23:22 +00:00
David Huynh
9e35ea3775
Better error message for numeric range facet if there's no numeric value.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1551 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-15 01:00:51 +00:00
Tom Morris
2b87bbf32e
Comment out unused exporter injection. Target has moved anyway
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1550 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 23:34:27 +00:00
James Home
f254740b11
refactor css, sidebar help UX, data table UX
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1549 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 23:31:27 +00:00
Tom Morris
45ba2ed4b5
Comment out super secret future capability
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1548 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 21:44:07 +00:00
Tom Morris
083abd4329
Refactor exporter interface along same lines as importer
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1547 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 21:33:50 +00:00
Tom Morris
9858849198
Reexport some libs that are useful for extensions. Should really be independent, but fewer duplicate libs this way.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1546 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 21:32:06 +00:00
Tom Morris
c66e124ed5
Tell SVN to ignore classes directory
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1545 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 21:28:51 +00:00
Tom Morris
495b3b6ec3
Rename gdata and sample extensions to drop the -extension suffix
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1544 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 21:12:44 +00:00
James Home
5719309a22
tightened project list type, deleted unused images
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1543 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 20:37:33 +00:00
Tom Morris
a683f0cdc1
Drop -extension suffix
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1542 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 20:36:29 +00:00
Tom Morris
7dac05db03
Drop -extension suffix
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1541 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 20:35:16 +00:00
James Home
5ab02f5a77
ui improvements: data-table-view header
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1540 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 20:24:05 +00:00
Tom Morris
42cd990e5a
Rename gdata and sample extensions to drop the -extension suffix
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1539 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 19:59:23 +00:00
Tom Morris
3939c8e43e
Delete derived directory
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1538 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 19:54:45 +00:00
David Huynh
9542c1f254
Converted list facet's "sorted by name/count" from radio buttons to links.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1537 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 19:23:21 +00:00
Tom Morris
60870afac3
Fix reference to grefine main
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1536 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 19:15:42 +00:00
Tom Morris
f97e443e03
build gdata-extension
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1535 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 19:04:29 +00:00
David Huynh
f7222f70f7
Converted "Show as rows/records" from radio buttons to links.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1534 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 18:31:34 +00:00
James Home
d6015f783c
first round of UI improvements:
...
- new front page
- new header
- improved about and preference pages
- new project tabs and header
- new buttons
- new logos
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1533 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 17:39:41 +00:00
David Huynh
4ccdbc8716
Fixed bug in which a newly created and unedited project would never get saved because it had the same modified time and last save time.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1530 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-14 01:43:26 +00:00
Tom Morris
1f1586715d
Initial commit for Google Spreadsheet import/export extension
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1501 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 23:54:47 +00:00
Tom Morris
987fcacbee
Missed this commit - Complete - task 141: Gridworks workspace directory not migrated to new Refine location on Windows or Linux
...
http://code.google.com/p/google-refine/issues/detail?id=141
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1493 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 22:38:37 +00:00
David Huynh
dc49047092
We 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.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1479 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 18:33:27 +00:00
Tom Morris
6e71e1ba76
Fix redirect & owner website. Obsoleted by David's commit, but just in case...
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1476 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 14:46:51 +00:00
David Huynh
a16df8f2d6
For unrecoverable projects, rename them with a suffix so the next time we won't try to recover them again.
...
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1472 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 07:05:34 +00:00
David Huynh
91ffe71d17
Lowering 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
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1470 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-13 05:03:49 +00:00