Tom Morris
844b8182a4
Fix case of TestNG attribute (docs are wrong)
2013-08-16 18:29:33 -04:00
Tom Morris
3828139ed0
Abort build if tests fail
2013-08-16 18:23:50 -04:00
Tom Morris
eeb082b763
Merge remote-tracking branch 'origin/master' into fusiontables-migration
...
Conflicts:
extensions/freebase/module/langs/translation-default.json
extensions/freebase/module/langs/translation-en.json
extensions/freebase/module/langs/translation-it.json
extensions/freebase/src/com/google/refine/freebase/commands/LoadLanguageCommand.java
extensions/gdata/module/MOD-INF/controller.js
extensions/gdata/module/langs/translation-default.json
extensions/gdata/module/langs/translation-en.json
extensions/gdata/module/langs/translation-it.json
extensions/gdata/src/com/google/refine/extension/gdata/commands/LoadLanguageCommand.java
main/src/com/google/refine/commands/lang/LoadLanguageCommand.java
main/src/com/google/refine/commands/lang/SetLanguageCommand.java
main/webapp/modules/core/langs/translation-default.json
main/webapp/modules/core/langs/translation-en.json
main/webapp/modules/core/langs/translation-it.json
main/webapp/modules/core/scripts/index/lang-settings-ui.js
2013-08-16 17:56:56 -04:00
Tom Morris
f3b18da0ea
Line endings
2013-08-16 16:25:27 -04:00
Tom Morris
40d6b045f5
line endings
2013-08-16 16:18:42 -04:00
Tom Morris
3aa1e3c436
Fix revision calculation
2013-08-15 16:50:26 -04:00
Tom Morris
25f02dd9b9
Fix Java 6 incompatibility
2013-08-15 15:57:24 -04:00
Tom Morris
4ab69a0ecb
Fix getting of git describe strings for #768
2013-08-15 15:34:19 -04:00
Tom Morris
d5873c5803
Rename data directory from Google/Refine to OpenRefine - closed #777
2013-08-15 15:28:43 -04:00
Tom Morris
fa072df85c
Add locale support to toDate() - fixes #729
2013-08-15 15:19:01 -04:00
Tom Morris
89f713a025
Merge pull request #784 from sparkica/mac_dist_fix
...
Don't exclude .class files - fixes #780
2013-08-14 09:03:28 -07:00
Tom Morris
ab42df6ea3
Merge pull request #658 from Arcadelia/CSV_Multi-char-separator_support
...
Support for multi-char-separators in CSV
2013-08-14 07:29:45 -07:00
Mateja Verlic
03029be67e
Removed exclude, because extensions' .class files were not included in the app
2013-08-14 09:10:12 +02:00
Tom Morris
f87b830f69
Ignore editor backup files
2013-08-12 23:29:36 -04:00
Tom Morris
bcd5f35099
Add weird Mac file
2013-08-12 23:23:57 -04:00
Tom Morris
37d8abc114
Minor improvement to recon error handling
2013-08-10 18:03:06 -04:00
Tom Morris
8b59e1ed5b
Delete Suggest 4.2 - #762
2013-08-10 18:00:09 -04:00
Tom Morris
cafdb5c70a
Reapply patch to Suggest to allow type param to be passed through to
...
Search
2013-08-10 17:59:15 -04:00
Tom Morris
4fd20f1b4e
Update to Suggest 4.3 - fixes #762
2013-08-10 17:56:09 -04:00
Tom Morris
77f86617ee
Merge remote-tracking branch 'upstream/master'
2013-08-10 17:42:14 -04:00
Tom Morris
914c58808a
Reduce memory requirements to address comment to issue #761
2013-08-10 17:38:14 -04:00
Tom Morris
66b470a612
Merge pull request #779 from sparkica/linux_extensions
...
Running Refine from Linux kit did not load extensions
2013-08-10 08:04:28 -07:00
Mateja Verlic
273ba08d1e
Removed extra slash in replacefilter
2013-08-10 12:34:14 +02:00
Tom Morris
1d8784e059
Make workspace saving and loading more robust - fixes #528
...
- don't overwrite old files if we get an error writing new ones
- don't write unchanged data
- keep backup files around until next write rather than deleting
immediately
- attempt to recreate missing metadata as best as possible
2013-08-09 19:53:53 -04:00
Tom Morris
c4bd5d7392
Fix typo in Best candidates type match label - fixes #775
2013-08-08 13:34:05 -04:00
Tom Morris
b1e56a4dab
Fix display of HTML encoded NBSP characters - fixes #766
2013-08-08 11:49:13 -04:00
Tom Morris
579d71b7eb
Switch back to NUL character for quote now that OpenCSV handles it -
...
fixes #653
2013-08-07 17:07:17 -04:00
Tom Morris
cf6e855bf5
Update to latest patched OpenCSV
2013-08-07 16:18:48 -04:00
Tom Morris
71a9d2e0af
Switch from encodeURIComponent to encodeURI - revised fix for #290
2013-08-06 13:35:34 -04:00
Tom Morris
0c483fa9f6
Correct I18N code for progress display - really fix #767 this time
2013-08-06 12:20:23 -04:00
Tom Morris
9c04e189cc
Improve startup logging to help debug browser window issues like #193
...
and
#773
2013-08-06 12:18:01 -04:00
Tom Morris
e6c0571ebf
Remove stray headless line - Fixes #773
2013-08-06 12:16:50 -04:00
Tom Morris
7b5b549113
More project saving changes for #528
...
- reduce project retention in memory from 1 hr to 15 min.
- free all unmodified projects if we get an error on save (we could be
running low on memory)
- make sure exceptions propagate up to where they can be usefully
handled
2013-08-05 14:13:56 -04:00
Tom Morris
190a031a8a
Comments only. No code changes.
2013-08-05 14:11:06 -04:00
Tom Morris
3500f20e47
Save all modified projects before importing new one - hopefully helps
...
#528
2013-08-05 14:10:26 -04:00
Tom Morris
57f5e9873d
Add Javadoc. No code changes.
2013-08-05 13:08:30 -04:00
Tom Morris
c3cab0524a
Narrow exceptions thrown and let them propagate up so we know
...
workspace file isn't valid - first step for #528
2013-08-05 13:08:02 -04:00
Tom Morris
cc37c7053f
Add TODO for JSONRPC replacement
2013-08-05 13:05:09 -04:00
Tom Morris
94936d7374
Fix variable name typo - fixes #767
2013-08-03 15:55:47 -04:00
Tom Morris
36e4fd1ef5
URI encode IDs before replacing them in URL. Fixes #290
2013-08-03 13:50:37 -04:00
Tom Morris
a7273625d7
Add support for Basic Authentication over HTTPS - addresses #217
2013-08-02 19:15:24 -04:00
Tom Morris
4f7da9d18e
Switch to Apache HTTP client for downloads - fixes #748
2013-08-02 18:13:41 -04:00
Tom Morris
d7531bbbd8
Handle quoted fields with embedded new lines. Sort separators by score
...
rather than just standard deviation
2013-08-02 17:59:09 -04:00
Tom Morris
f4ff227340
Clean up localization - fixes #760 , modifies pull request #755
...
- make all file loading relative to module base
- move core language files into appropriate place
- eliminate all SetLanguage commands and use SetPreference instead
- eliminate all LoadLanguage commands except for core's
- fix duplicate keys in JSON language files
- remove BOM from JSON language files
OPEN - task 760: Translations not being loaded from built kit
http://github.com/OpenRefine/OpenRefine/issues/issue/760
2013-07-31 00:31:31 -04:00
Tom Morris
ccbc163c50
Turn on code signing
2013-07-30 14:41:01 -04:00
Tom Morris
c8587717be
Add script to unsign Mac executables
2013-07-29 18:31:05 -04:00
Tom Morris
840c8979cf
Clean up version handling
2013-07-29 18:30:23 -04:00
Tom Morris
fc6d1821ea
Remove SVN revision & add OS name for builds
2013-07-29 17:59:00 -04:00
Tom Morris
9450d483ce
Fix up line endings
2013-07-29 15:49:20 -04:00
Tom Morris
c93d9a836f
Ignore editor backup files
2013-07-29 15:48:37 -04:00