Tom Morris
914c58808a
Reduce memory requirements to address comment to issue #761
2013-08-10 17:38:14 -04: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
Tom Morris
3003c1a709
Make importers more robust to preview errors when someone selects the
...
wrong importer/parser
2013-07-27 13:35:12 -04:00
Tom Morris
57ca70132c
Turn all import conversions off by default - fixes #478
2013-07-27 13:32:26 -04:00
Tom Morris
5123dad6a8
More conservative approach for locking of jobs table
2013-07-26 18:51:08 -04:00
Tom Morris
0dc14af1aa
Fix bug in refactoring of ImportingJob from commit
...
1e5f89e84c
2013-07-26 18:50:03 -04:00
Tom Morris
46a1e198d8
Recompute max cell index when rebuiling maps in ColumnModel - fixes #406
2013-07-26 18:48:20 -04:00
Tom Morris
7edc550618
Give a reasonable error message on Excel 95 import failure - fixes #564
2013-07-26 16:24:56 -04:00
Tom Morris
ff4eeb549a
Fix typo
2013-07-26 15:35:18 -04:00
Tom Morris
dc4d04c132
Allow arrays containing null in Filter & ForEach - fixes #741
2013-07-26 15:20:44 -04:00
Tom Morris
c8f0e88bd4
Replace retired Freebase Topic Blocks with Freebase Suggest flyout -
...
part of
#696
2013-07-26 10:55:42 -04:00
Tom Morris
559e0124ca
Switch to patched (& non-minified) Suggest 4.2
2013-07-26 10:52:49 -04:00
Tom Morris
d16e8404b4
Patch Freebase Suggest 4.2 to deal with Freebase Search changes.
2013-07-26 10:50:22 -04:00
Tom Morris
1e5f89e84c
Centralize handling of import job config object & synchronize to allow
...
multiple accessors
2013-07-25 15:41:08 -04:00
Tom Morris
dc206e1889
Switch to ConcurrentHashMap for jobs table to allow multiple accessors
2013-07-25 15:36:54 -04:00
Tom Morris
0ff2d7ed9f
Simplify implementation from pull request #728
2013-07-25 13:45:44 -04:00
Tom Morris
6dd4b8ea23
Add tests for boolean functions and tighten up error handling
2013-07-25 13:45:04 -04:00
Tom Morris
2c2c0d3d68
Merge pull request #728 from jmcastagnetto/master
...
Implements Xor operation
2013-07-25 10:00:11 -07:00
Tom Morris
70d4229a2f
Restore code mistakenly removed in
...
109138366b
Put it where Eclipse doesn't get confused about it being unreferenced
2013-07-25 12:43:05 -04:00
Tom Morris
218ea46a4d
Merge remote-tracking branch 'blakko/internationalization' - close #755
...
Conflicts:
extensions/freebase/module/scripts/dialogs/schema-alignment/schema-alignment-dialog.html
main/webapp/modules/core/index.vt
main/webapp/modules/core/project.vt
main/webapp/modules/core/scripts/project/browsing-engine.js
main/webapp/modules/core/scripts/project/history-panel.html
2013-07-25 10:53:25 -04:00
Tom Morris
78bf52ff69
Add hyphens to camel case wiki links. Use https everywhere. fixes #757
2013-07-25 10:29:41 -04:00
Blakko
6e90bc41f6
Merge remote-tracking branch 'origin/master' into internationalization
...
Conflicts:
extensions/freebase/module/scripts/dialogs/schema-alignment/schema-alignment-dialog.html
main/webapp/modules/core/index.vt
main/webapp/modules/core/project.vt
main/webapp/modules/core/scripts/project/browsing-engine.js
main/webapp/modules/core/scripts/project/history-panel.html
2013-07-25 11:07:59 +02:00
Blakko
e0f16dede9
Merge pull request #4 from OpenRefine/master
...
Range check column move. Delete dead code. Fixes #602
2013-07-25 01:07:38 -07:00
Tom Morris
109138366b
Range check column move. Delete dead code. Fixes #602
2013-07-24 18:25:21 -04:00