Commit Graph

788 Commits

Author SHA1 Message Date
Stefano Mazzocchi
af48cb799e moving Griworks to use the Butterfly webapp framework (this will allow us to make gw more extensible without excessive complexity... as a bonus we gain server side javascript support which might end up being useful)
git-svn-id: http://google-refine.googlecode.com/svn/trunk@940 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-05 00:50:18 +00:00
Stefano Mazzocchi
0648e8725e adding regexp group capturing GEL function
git-svn-id: http://google-refine.googlecode.com/svn/trunk@932 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 08:54:17 +00:00
Stefano Mazzocchi
5e0acf28d0 forgot to add the ngram class itself
git-svn-id: http://google-refine.googlecode.com/svn/trunk@931 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 08:04:40 +00:00
Stefano Mazzocchi
b3173211e3 adding an ngram function to GEL
git-svn-id: http://google-refine.googlecode.com/svn/trunk@930 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 08:02:28 +00:00
Stefano Mazzocchi
6dbab84ba6 make sure that servlet configurations are injected even upon reloading the servlet context
git-svn-id: http://google-refine.googlecode.com/svn/trunk@929 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 08:02:16 +00:00
Stefano Mazzocchi
ba2d94cc63 make sure that pywin32 extensions are available on windows when executing windmill
git-svn-id: http://google-refine.googlecode.com/svn/trunk@928 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 06:56:58 +00:00
Stefano Mazzocchi
82d3730568 no need for this anymore
git-svn-id: http://google-refine.googlecode.com/svn/trunk@927 7d457c2a-affb-35e4-300a-418c747d4874
2010-06-01 06:56:54 +00:00
Stefano Mazzocchi
fe004d5fa6 fixed client tests
git-svn-id: http://google-refine.googlecode.com/svn/trunk@926 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 17:56:07 +00:00
Stefano Mazzocchi
13399a48ee make sure to build the server when building the tests (this is needed for the client-side testing that needs to be able to launch the server)
git-svn-id: http://google-refine.googlecode.com/svn/trunk@925 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 17:56:03 +00:00
Stefano Mazzocchi
3b7f132430 fixing jython initialization logic
git-svn-id: http://google-refine.googlecode.com/svn/trunk@924 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 09:00:42 +00:00
Stefano Mazzocchi
b288f41854 another gitignore for eclipse git support
git-svn-id: http://google-refine.googlecode.com/svn/trunk@923 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 09:00:37 +00:00
Stefano Mazzocchi
7ce78776c6 refactored tests to avoid using static initialization which conflicts with our ability to have special log4j configurati
ons for testings. Also tagged all broken tests as broken so that the tree is now green. Also used the test class as the
logger name so that it's easier to groupt the logger verbosity based on java packages.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@922 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 08:51:51 +00:00
Stefano Mazzocchi
674eaf9efd fixed distros
git-svn-id: http://google-refine.googlecode.com/svn/trunk@921 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 07:06:55 +00:00
Stefano Mazzocchi
fc2a044767 this file is useful only on windows so it must have the CRLF line ending style
git-svn-id: http://google-refine.googlecode.com/svn/trunk@920 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-31 06:05:16 +00:00
Stefano Mazzocchi
2edda3f193 fixing linux distro
git-svn-id: http://google-refine.googlecode.com/svn/trunk@919 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 19:27:41 +00:00
Stefano Mazzocchi
97842fabdd starting GAE support
git-svn-id: http://google-refine.googlecode.com/svn/trunk@918 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 18:48:14 +00:00
Stefano Mazzocchi
f92ecfb715 make the clean refactor become the new trunk
git-svn-id: http://google-refine.googlecode.com/svn/trunk@917 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 18:24:30 +00:00
Stefano Mazzocchi
e3fc7ab603 bringing the refactor branch up to speed with trunk
(everything works like in trunk for now, although some tests still fail)


git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@915 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 18:18:59 +00:00
Stefano Mazzocchi
081df24a97 removing classes
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@914 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:32:22 +00:00
Stefano Mazzocchi
1313c2798a missing stuff
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@913 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:18:11 +00:00
Stefano Mazzocchi
301dd4deb3 adding eclipse project files and changing the build system
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@912 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:13:37 +00:00
Stefano Mazzocchi
01ea2043f8 moving the IDE stuff in the right place
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@911 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:07:20 +00:00
Stefano Mazzocchi
7f68a781d7 no longer used
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@910 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:03:43 +00:00
Stefano Mazzocchi
8e748fdc7a second batch of libraries
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@909 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:01:39 +00:00
Stefano Mazzocchi
726d90d871 moving first batch of libraries
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@908 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 17:00:35 +00:00
Stefano Mazzocchi
8369961b9e renaming tests
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@907 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:56:53 +00:00
Stefano Mazzocchi
aa4de48f95 some renaming, moving tests into main
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@906 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:55:53 +00:00
Stefano Mazzocchi
365868564f create 'main' and 'server'
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@905 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:52:50 +00:00
Stefano Mazzocchi
dd8699614e first batch of moves
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@904 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:49:05 +00:00
Stefano Mazzocchi
488f900dab creating the 'split-refactor' branch from the 1.1 tag line
git-svn-id: http://google-refine.googlecode.com/svn/branches/split-refactor@903 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-30 16:44:43 +00:00
Iain Sproat
ecca18f5ae XmlImporter and XmlImporterUtilities have further unit tests. 1 test (for Issue 61) still broken.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@902 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-29 19:39:07 +00:00
Iain Sproat
c21c472434 Correcting error introduced - column headers are now printed on exporting to CSV.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@901 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-29 04:56:27 +00:00
Stefano Mazzocchi
27a8e8db6e more reasonable starting point although this code is screwed and needs serious work
git-svn-id: http://google-refine.googlecode.com/svn/trunk@900 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-29 04:52:37 +00:00
Stefano Mazzocchi
07b1665749 avoid removing log4j that's not there anymore
git-svn-id: http://google-refine.googlecode.com/svn/trunk@899 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-29 04:52:24 +00:00
Stefano Mazzocchi
ded5981357 no idea what happened here but this folder disappeared, so I'm adding it again
git-svn-id: http://google-refine.googlecode.com/svn/trunk@889 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-29 00:03:09 +00:00
Stefano Mazzocchi
73da25732f adding ignores and moving .settings into the right place
git-svn-id: http://google-refine.googlecode.com/svn/trunk@888 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:59:34 +00:00
Stefano Mazzocchi
9b3848380d removing more classes
git-svn-id: http://google-refine.googlecode.com/svn/trunk@887 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:52:16 +00:00
Stefano Mazzocchi
0a8e42aee0 removing classes
git-svn-id: http://google-refine.googlecode.com/svn/trunk@886 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:51:27 +00:00
Stefano Mazzocchi
38cfe84337 remove empty dirs left over
git-svn-id: http://google-refine.googlecode.com/svn/trunk@885 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:50:40 +00:00
Stefano Mazzocchi
310d08fd91 hard rename
git-svn-id: http://google-refine.googlecode.com/svn/trunk@884 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:48:08 +00:00
Stefano Mazzocchi
2c8595098c Major refactor to separate the webapp part from the embedded servlet engine part
git-svn-id: http://google-refine.googlecode.com/svn/trunk@883 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-28 23:19:08 +00:00
David Huynh
d7aef8a5a5 Release 1.1.
git-svn-id: http://google-refine.googlecode.com/svn/tags/1.1@878 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 23:36:14 +00:00
David Huynh
ce570016d7 Updating CHANGES.txt for 1.1 release.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@877 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 23:31:51 +00:00
David Huynh
0f78b6a793 Bump dmg size up.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@876 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 23:29:32 +00:00
David Huynh
2f398cfeb3 Tabs to spaces.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@874 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 21:22:27 +00:00
Iain Sproat
6409f1531c Re-adding guessValueType feature which was mistakenly removed in r797.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@873 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 21:18:27 +00:00
David Huynh
b4c4c4308c Minor fix.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@872 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 21:08:56 +00:00
David Huynh
f9a0c51285 Added stemmed=1 to relevance calls.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@870 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 18:40:18 +00:00
David Huynh
98e1873272 - Fix: Protograph link UI was showing 2 different popups when the link was clicked.
- Fix: Protograph link UI's suggested compound properties were only rendered with the first segments. Now both segments are shown, and their names are shown, with their IDs as tooltips.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@867 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 05:14:40 +00:00
David Huynh
bf1fb5ebcd Schema skeleton dialog preview was broken by some previous checkin.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@866 7d457c2a-affb-35e4-300a-418c747d4874
2010-05-27 05:06:47 +00:00