Jacky
275dac976e
fix #137
2017-08-07 21:53:35 -04:00
jackyq2015
588024f60d
Merge branch 'master' of https://github.com/OpenRefine/OpenRefine
2017-08-06 22:06:58 -05:00
jackyq2015
fd58ac1e99
fix some xml issues
2017-08-06 22:05:17 -05:00
Antonin Delpeuch
3b30018cad
Merge pull request #1216 from OpenRefine/issue1214
...
Add test for KeyValueColumnize
2017-08-03 19:31:35 +01:00
Antonin Delpeuch
135dd50413
Fix Codacy issues
2017-08-03 12:47:09 +01:00
Antonin Delpeuch
afed8eb28a
Generate code coverage reports with Jacoco
2017-08-03 11:07:14 +01:00
Antonin Delpeuch
66eac0fae9
Ensure null values are not cached in URL fetching operation. Closes #1219 .
2017-08-01 13:05:29 +01:00
jackyq2015
53baa5a833
put the correct params description
2017-07-28 20:37:20 -04:00
Antonin Delpeuch
7de2a57c3a
Add RefineServletStub initialization in KeyValueColumnizeTests
2017-07-26 18:39:08 +01:00
Antonin Delpeuch
d941320f5e
Adapt test about #1214 to show how the function currently works.
...
With this test, if someone tries to fix this "bug" in the future, they will realize this use case should be preserved.
2017-07-26 18:07:52 +01:00
Antonin Delpeuch
453d35032b
Add test for issue #1214
2017-07-26 00:41:06 +01:00
jackyq2015
64ab5a4409
unit test for backward compatibility for cross function
2017-07-23 19:31:25 -04:00
jackyq2015
4950d29074
add backward compatility for cross function
2017-07-23 19:19:58 -04:00
Fadi Maali
0e21c0e594
correct classpath references and java version
...
- updated classpath references to existing versions of the libraries.
- Java version upgraded to 7 as some Java 7 specific features are used.
- corrected references to old project name (grefine-all) in the launch script
2017-07-18 22:15:46 +01:00
Thad Guidry
7f92251ed1
Merge pull request #1210 from wetneb/extend
...
Add data extension capabilities to the reconciliation API
2017-07-17 18:01:37 -05:00
Antonin Delpeuch
c04d9f3c33
Switch to public WMF endpoint for tests
2017-07-16 11:54:12 +01:00
Antonin Delpeuch
84c06821ee
Data extension tests
2017-07-16 11:47:12 +01:00
Antonin Delpeuch
8437a9d245
Cleaner HTML form generation
2017-07-15 14:17:27 +01:00
Antonin Delpeuch
9db113faa2
Localization
2017-07-15 10:23:31 +01:00
Antonin Delpeuch
05873f283d
Integration of constraints with service-defined forms
2017-07-14 22:17:40 +01:00
Antonin Delpeuch
9e3b0f1599
Remove separate endpoint, not used anymore
2017-07-14 16:47:39 +01:00
Antonin Delpeuch
3eadefe613
Do not add reconciliation statistics on columns without types
2017-07-14 12:53:54 +01:00
Antonin Delpeuch
6501c235e8
Pass the identifier and schema spaces along to create better ReconCandidates
2017-07-14 12:30:39 +01:00
Antonin Delpeuch
cc991cab21
Add nicer spinning gif while preview is loading.
...
Fix bug of multiple ColumnInfo being generated.
2017-07-14 11:30:17 +01:00
Antonin Delpeuch
d99128c330
Retrieve types from the extend service
2017-07-06 21:15:37 +02:00
Antonin Delpeuch
ad3a174abd
Starting to migrate data extension to standard reconciliation services
2017-07-04 23:14:19 +02:00
jackyq2015
1ee339cbbd
cross function test suite. #1204
2017-06-28 08:12:36 -04:00
jackyq2015
af731a3c1f
add test case for cross function
2017-06-25 23:27:48 -04:00
jackyq2015
f03be76475
Extend cross() function to take either a cell or a value #1204
2017-06-25 21:04:00 -04:00
Felix Lohmeier
2557cc5419
bugfix for new option autosave period
2017-06-24 22:42:49 +02:00
Felix Lohmeier
e54199a6f1
added options for initial java heap space and autosave period
2017-06-22 12:27:55 +02:00
jackyq2015
131dd5fcae
include the column selector dialog file in controller
2017-06-02 18:17:08 -04:00
jackyq2015
20acc17c05
add "transform all" support to allow the operation to be applied to multiple columns
2017-05-31 22:37:07 -04:00
jackyq2015
4a0892eb98
add "transform all" support to allow the operation to be applied to multiple columns
2017-05-31 22:33:40 -04:00
Adi Eyal
09c00c6a19
Fixes #1181
2017-05-05 23:38:37 +02:00
Bob Harper
909df1b6a7
xor can also accept 2+ params, rewrite tests to be consistent
2017-04-27 11:20:48 +01:00
Bob Harper
4ea0f440e9
remove 3 param error test for 'and' and 'or'
2017-04-27 11:07:04 +01:00
Bob Harper
ef4e039998
allow more than 2 AND and OR conditions
2017-04-26 20:51:58 +01:00
Thad Guidry
7784d436a9
Added missing contributors and Special Thankers
2017-03-17 07:48:15 -05:00
wangwenxiang
660df900d4
Fix bug: load wrong new value for RowStarChange
2017-03-15 12:54:01 +08:00
wangwenxiang
0314f49f36
Fix bug: load wrong new value for RowFlagChange
2017-03-15 10:39:33 +08:00
Jacky
912600f0bd
Merge pull request #1178 from wetneb/url_caching
...
Add caching in URL fetching
2017-03-09 17:28:38 -05:00
Antonin Delpeuch
22124ac57e
Add checkbox to disable caching
2017-03-09 00:21:34 +00:00
Antonin Delpeuch
32c232c2d6
Move to Guava's cache for ColumnAdditionByFetchingURLsOperation
2017-03-08 09:32:34 +00:00
Antonin Delpeuch
a9c4b0af16
Cache String, not URL, in ColumnAdditionByFetchingURLsOperation
2017-03-08 07:45:11 +00:00
Antonin Delpeuch
3297e6e7ee
Add tests for the URL caching feature
2017-03-08 00:50:09 +00:00
Antonin Delpeuch
782a2f5b48
Add caching in URL fetching
2017-03-07 20:24:50 +00:00
Thad Guidry
291d70c9d0
Merge pull request #1168 from amiaopensource/master
...
fix PR #1092 to work with Firefox
2017-02-10 15:02:05 -06:00
Jacky
5aede573dc
bump version to 2.7
2017-02-10 15:55:58 -05:00
Cora Johnson-Roberson
d12dc36e27
add export cluster link to body (needed for Firefox)
2017-02-10 12:18:07 -05:00
Cora Johnson-Roberson
2eebfbf2f7
minor formatting
2017-02-10 09:22:31 -05:00
Cora Johnson-Roberson
d00919a26c
add other translations
2017-02-10 09:10:23 -05:00
Cora Johnson-Roberson
fa030f7194
Merge branch 'master' of https://github.com/OpenRefine/OpenRefine
2017-02-10 08:40:44 -05:00
Thad Guidry
6dcd8be64c
Merge pull request #1160 from tomokane/fix_not_working_cluster_functions_when_select_japanese_lang
...
fix not working clustering functions when it select japanese lang.
2017-02-09 21:33:11 -06:00
Antonin Delpeuch
197de90294
Remove the namespaced service dialog, as it only worked with Freebase.
2017-02-08 18:14:33 +00:00
Antonin Delpeuch
aaf8f93c04
Remove various references to Freebase, where I'm confident
2017-02-08 17:56:03 +00:00
Antonin Delpeuch
5d8d372244
Simpler version
2017-02-07 23:59:12 +00:00
Antonin Delpeuch
d967605816
Change default reconciliation service to Wikidata
2017-02-07 23:29:43 +00:00
Akihiko Tomokane
89f0752e5f
fix not working cluster functions when it select japanese lang.
2016-11-15 16:34:19 +09:00
Jacky
b14dd56b80
Merge pull request #1146 from jackyq2015/bugfix/transpose
...
fix #1138 . column transpose
2016-11-06 13:17:55 -05:00
Joe Wicentowski
af1cc19c6d
Add labels for checkboxes in text facet, making them clickable
...
Checkboxes are small targets. Making the labels clickable for toggling checkboxes improves usability.
2016-09-19 09:03:30 -04:00
Qi Cui
773151380e
fix #1138 . column transpose
2016-08-24 13:56:35 -04:00
yamazakiryo
c8e9f6a7d0
fixed file format expression more friendly
2016-06-14 20:51:47 +09:00
yamazakiryo
bedb8c03bf
translate language-package into Japanese
2016-06-08 21:43:21 +09:00
Tom Morris
aa65bc5c18
Throw exception on error instead of logging to console
2016-05-17 15:10:09 -04:00
Tom Morris
6df822e5a6
Set ContentType to application/json
2016-05-17 15:10:09 -04:00
Tom Morris
5d45566455
Protect against NPE when content type is missing
2016-05-17 15:10:09 -04:00
Cora Johnson-Roberson
c2c4d92ce7
add method and function to JSON
2015-11-18 11:27:33 -08:00
Cora Johnson-Roberson
0b0abf6801
add timestamp to json
2015-11-18 11:26:24 -08:00
Cora Johnson-Roberson
534d2bd6c1
add project name to json
2015-11-18 11:25:13 -08:00
Cora Johnson-Roberson
e1a8e44a02
export clusters button added
2015-11-18 11:17:29 -08:00
Vitor Baptista
2a33d1ed99
Fix typo on encodeURIComponent JS call
2015-11-17 13:55:19 +00:00
Scott Wiedemann
16b0453b74
Update ToDate.java
...
Updating SimpleDateFormat api doc url for ToDate function.
2015-11-13 12:27:16 -07:00
Tom Morris
be7f880cbe
Revert addition of synchronized methods
2015-10-16 19:33:15 -04:00
Tom Morris
9fddf5014f
Improved fix for #1056 & #1060
...
Remove conditional logic and make it harder for states to get out of
sync.
2015-10-16 18:53:21 -04:00
Tom Morris
e3858da843
Escape cell data for HTML - fixes #1049
2015-10-16 15:41:03 -04:00
Tom Morris
c74fce0180
Fix URL encoding - fixes #1059
...
Fixes both permalink & "browse this cluster".
Substitutes encodeURIComponent for escape
2015-10-16 15:41:03 -04:00
Tom Morris
4834deca5e
Add TODO for _.escape cleanup
2015-10-16 15:41:03 -04:00
Martin Magdinier
8b4a1d577a
Merge pull request #1079 from RefinePro/issue-796
...
fixed issue #796 Columnize by key/value columns creates empty lines
2015-10-08 14:01:07 -04:00
jackyq2015
7a2a0eb52f
fixed issue #796 Columnize by key/value columns creates empty lines
2015-09-29 20:12:05 -04:00
Tom Morris
a2aa8dffb4
Merge pull request #1076 from nestorjal/master
...
ES translation updated - translation for throttle-delay
2015-09-29 11:13:06 -04:00
nestorjal
f78f09d658
Update translation-es.json
2015-09-28 10:30:13 -05:00
Tom Morris
1222acdc57
Update POI to 3.13 - replaces #1029
2015-09-25 20:06:21 -04:00
Tom Morris
48681e8877
Move assert where it belongs
2015-09-25 20:01:27 -04:00
Tom Morris
be936a86eb
Clean up PR #1055
2015-09-25 19:01:16 -04:00
Tom Morris
de66afa512
Revert " Use new algorithm for levenshtein clustering"
2015-09-25 16:44:25 -04:00
magdmartin
f286785955
Merge pull request #1069 from nestorjal/master
...
Update translation-es.json
2015-09-24 17:24:34 -04:00
nestorjal
c1764df20a
Line 516 fixed
...
Spanish translation of the term updated.
2015-09-21 21:38:09 -05:00
Thad Guidry
175f4a5319
Merge pull request #1047 from lemmingapex/master
...
Fixed #1046 Combine xls and xlsx formats by inspecting file header information in ExcelImporter
2015-09-21 20:33:05 -05:00
Thad Guidry
20220f7294
Merge pull request #1068 from RefinePro/issues-freebase-remove
...
Issues freebase remove
2015-09-21 20:24:06 -05:00
Thad Guidry
94e219042e
Merge pull request #1007 from lispc/master
...
Use new algorithm for levenshtein clustering
2015-09-21 20:23:45 -05:00
Thad Guidry
85ffce60d2
Merge pull request #1070 from RefinePro/issue-995
...
fix issue #995
2015-09-21 20:12:51 -05:00
jackyq2015
d671d7784b
fix issue #995
2015-09-21 21:03:25 -04:00
nestorjal
a73d8156b9
Update translation-es.json
...
157: "Huella" according to my colleagues is the way they used that term in Big Data.
158: "Huella del n-grma" same as 157.
456 to 465: for an easy reading I made some adjustments in the “menu” and in the “best-cand” options.
516: “Tiempo entre consultas” sounds better, because throttle-delay tells OpenRefine to wait the specified number of milliseconds between URL requests.
2015-09-21 14:07:27 -05:00
magdmartin
c1cc705449
Merge pull request #1064 from rudygt/master
...
added some spanish translations
2015-09-20 09:33:33 -04:00
magdmartin
ab56b73db9
Merge pull request #993 from RefinePro/OpenRefine-trunk
...
prevent the multiple sorting
2015-09-20 09:32:17 -04:00
magdmartin
b635f4e067
Merge pull request #1055 from RefinePro/issue-512
...
fix issue #512 to save the file location as a table column
2015-09-20 09:31:16 -04:00
magdmartin
425ef87de5
Merge pull request #1000 from RefinePro/issue-540
...
fix issue #540 to skip the empty URL when submit the import form
2015-09-20 09:29:42 -04:00
magdmartin
ab6e2951e9
Merge pull request #1051 from RefinePro/issue-1015
...
Issue 1015. add the meta utf-8
2015-09-20 09:28:10 -04:00
magdmartin
de3d01b2fb
Merge pull request #1035 from RefinePro/issue-708
...
patch for issue #708 . fix few hanging UIs when importing file
2015-09-20 09:25:00 -04:00
magdmartin
818af5d96c
Merge pull request #1029 from RefinePro/issue-925
...
upgrade POI from 3.8 to 3.12
2015-09-20 09:22:50 -04:00
magdmartin
92650af68f
Merge pull request #1042 from RefinePro/issue-1021
...
fix issue #1021 Move Column Right doesn't work
2015-09-20 09:20:18 -04:00
jackyq2015
e0a0477f79
remove the src of freebase
2015-09-19 15:59:42 -04:00
jackyq2015
2c48a56c3b
fix issue #1060 to skip the checkbox deselect when clicking on the clustering text candidate
2015-09-11 16:28:15 -04:00
Rudy Alvarez
0ab7b9775a
updated with suggested changes
2015-09-07 20:53:59 -06:00
Rudy Alvarez
cfb77d7f1a
added suggested changes, fixed typos
2015-09-05 10:44:21 -06:00
Rudy Alvarez
95380b94d0
fixed typo
2015-09-05 09:35:25 -06:00
Rudy Alvarez
a172a349d3
fixed typo
2015-09-04 23:33:23 -06:00
Rudy Alvarez
1bc3e72e9a
added some of the missing spanish translations pointed on https://github.com/OpenRefine/OpenRefine/issues/958#issuecomment-137841043
2015-09-04 23:01:51 -06:00
jackyq2015
4e6f584cde
fix issue #512 to save the file location as a table column
2015-08-27 15:13:20 -04:00
jackyq2015
a89dc7c25a
fix the junit issue
2015-08-06 22:27:20 -04:00
jackyq2015
dc7535c63e
1. take out of issue #1021 fix which was mistakenly put in
...
2. fix the expected value for JUNIT
2015-08-06 21:31:37 -04:00
Scott Wiedemann
5eab8893cc
Fixed #1046 Combine xls and xlsx formats by inspecting file header information in ExcelImporter.
2015-07-30 16:19:26 -06:00
jackyq2015
6181224b22
fix issue #1021 Move Column Right doesn't work
2015-07-24 21:24:41 -04:00
jackyq2015
819e1ba5c6
patch for issue #708 . fix few hanging UIs when importing file
2015-07-18 10:27:35 -04:00
magdmartin
ee38f9edde
fix typo replace ) by à
2015-07-17 15:56:13 -04:00
jackyq2015
6e315853a5
upgrade POI from 3.8 to 3.12
2015-07-11 11:08:29 -04:00
lispc
87c342a484
change EditDistanceJoiner.jar to newest version
2015-06-02 01:09:38 +08:00
lispc
4ce327dba5
change EditDistanceJoiner.jar to multicore version
2015-06-02 00:41:01 +08:00
lispc
43e441a4d0
Use new algorithm for levenshtein clustering
2015-06-01 20:35:21 +08:00
Tom Morris
fa7733e03e
Merge pull request #982 from OpenRefine/rebranding
...
Change from Google to General Refine Expression Language
2015-05-15 16:32:15 -04:00
Tom Morris
cbc3ab78c7
Revert "Update Guava to 18.0"
...
This reverts commit bfc39d9e8c
.
2015-05-14 15:24:59 -04:00
Tom Morris
04f6824177
Merge pull request #1001 from nestorjal/master
...
Partial Spanish (ES) translation
2015-05-11 12:03:17 -04:00
Nestor Beltran
3f62ae9546
Translation ES
...
Translation in spanish updated
2015-05-06 14:34:46 -05:00
Jacky
e789002368
fix issue #540 to skip the empty URL when submit the import form
2015-05-05 16:38:25 -04:00
Tom Morris
75ec34ea93
Fix duplicate ID for file selection I18N
2015-05-03 09:22:35 -04:00
Jacky
ed17c2f890
to fix the ticket #980
...
https://github.com/OpenRefine/OpenRefine/issues/980
2015-05-01 22:24:57 -04:00
Jacky
ca862970a4
prevent the multiple sorting
2015-05-01 15:04:51 -04:00
Tom Morris
d08bdd057f
Fix spelling of Godel. - fixes #992
2015-05-01 14:54:48 -04:00
magdmartin
383f8c5e50
Changed GREL to *General Refine Expression Language* as agreed in 2013 when drafting *Using OpenRefine*
2015-04-21 10:35:52 -04:00
magdmartin
efb1eed813
add missing translation tag on View string
2015-04-21 09:07:32 -04:00
magdmartin
5ec93587c4
Corrected French translations.
2015-04-21 00:00:00 +02:00
Gideon Thomas
79ba2c9152
Fix #896 - TextSearchFacet refreshes unnecessarily
2015-04-18 15:49:41 -04:00
Daniel Berthereau
d1dbaa6f77
Translated into French.
2015-04-06 00:00:00 +02:00
noamoss
cebb10f4b3
translate "core-views" into Hebrew (part 1)
2015-03-25 21:15:50 +02:00
noamoss
17dc89e2ff
translate "core-util-enc" into Hebrew
2015-03-18 21:49:12 +02:00
noamoss
20f53802b7
translate Reconciliation (core-recon) into hebrew
2015-03-18 21:16:08 +02:00
Matthew Blissett
5cdc6d7b5a
Fallback to English language to avoid need to maintain 'default' translation files.
2015-02-10 12:33:08 +00:00
Thad Guidry
9b2a506caa
Fixed javascript error with undefined Refine.
2015-02-09 10:36:55 -06:00
Thad Guidry
b3aae19568
Update project.vt
...
Optimized the loading of CSS and Javascript files a bit better for now. (The Butterfly controller.js still has some hardcoded style & script injection however that cause a few .less files to not be loaded in parallel, but that's a fix for another day.)
2015-02-06 15:46:35 -06:00
QI CUI
495dcd7bd5
use the LinkedHashMap instead of HashMap to make sure the retrive order
2015-01-30 15:03:20 -05:00
noamoss
d6cb285006
translate "core-project" into Hebrew
2015-01-03 11:09:34 +02:00
noamoss
0b6bd4abfa
transltate "core-facets" to Hebrew
2014-12-26 19:02:15 +02:00
noamoss
d9aabd77f0
add missing quotes
2014-12-26 18:52:00 +02:00
noamoss
776a139775
translate "core-dialogs" to Hebrew
2014-12-24 20:43:07 +02:00
Tom Morris
83da996a36
Change to Java 5 loop syntax
2014-12-23 00:04:24 -05:00
Tom Morris
ddfaecb3e6
Merge pull request #914 from opendatatrentino/rev-masschange
...
Fix wrong revert order in MassChange
2014-12-22 23:50:31 -05:00
David Leoni
4d2b90ad60
added MassChangeTests
2014-12-22 12:23:49 +01:00
Tom Morris
7186e42b0c
Remove old Freebase standard reconciliation service
2014-12-21 17:09:53 -05:00
Tom Morris
141529f57d
One more Guava 18.0 reference
2014-12-21 12:47:22 -05:00
Tom Morris
09f55fb436
Merge pull request #920 from opendatatrentino/fixEclipseDeps
...
Update deps in Eclipse projects and some jar sources
2014-12-21 12:39:43 -05:00
Tom Morris
bfc39d9e8c
Update Guava to 18.0
2014-12-21 12:32:50 -05:00
noamoss
f71a825de3
Translate "core-index-parser" into Hebrew
2014-12-21 19:14:30 +02:00
Tom Morris
a7abb37910
Merge pull request #921 from opendatatrentino/fixCalendarToStringTest
...
Fix calendar tests for non-US locales
2014-12-21 11:49:17 -05:00
Tom Morris
ea723413cb
Use StringUtils.toString() convenience method
2014-12-21 11:39:34 -05:00
Tom Morris
4eb6eb6eda
Merge pull request #915 from opendatatrentino/fixNullCellToString
...
Fixes Cell.toString failing on null value
2014-12-21 11:13:34 -05:00
Tom Morris
fddaae291b
Merge pull request #918 from RBGKew/reconciliation-http-encoding
...
Add charset=UTF-8 to HTTP Content-Type for reconciliation queries.
2014-12-21 11:08:18 -05:00
noamoss
49a742ccff
translate core-index-lang to Hebrew
2014-12-17 21:08:39 +02:00
noamoss
e1a890214f
translate core-index-open to Hebrew
2014-12-17 21:07:21 +02:00
noamoss
3bc6fce4d7
translate core-index-create & core-index-import
2014-12-16 21:29:59 +02:00
noamoss
7686fdddf1
translate core index to Hebrew
2014-12-14 21:42:01 +02:00
David Leoni
bf60360b26
fixes language context in browser calls
2014-12-03 14:52:06 +01:00
David Leoni
d1d436c184
Fixes locale dependent calendar to string test
2014-12-01 18:48:15 +01:00
David Leoni
ffad78c542
updated deps in Eclipse project and some jar sources
2014-12-01 16:17:25 +01:00
Matthew Blissett
f3e2b9622a
Add charset=UTF-8 to HTTP Content-Type for reconciliation queries.
...
Fixes problem where non-ASCII characters would be URL encoded as UTF-8, but interpreted according to the whims of the server.
2014-11-28 10:45:22 +00:00
David Leoni
c3884c57f5
Fixes Cell.toString failing on null value
2014-11-27 18:45:01 +01:00
David Leoni
d29bf230b5
Fixes wrong revert order in MassChange
2014-11-27 18:12:54 +01:00
Jan Mayer
00dc954336
Allow longer expressions by sendig them as POST
2014-11-11 11:41:55 +01:00
Tom Morris
c15f8d1ffd
Add XLSX export menu option - fixes #897
2014-11-02 16:58:04 -05:00
Tom Morris
b53dbcb4b5
Merge pull request #891 from Blakko/new-services
...
Fix reconciliation service modal so service panel list doesn't overlap services from @Blakko
2014-11-02 14:19:54 -05:00
Matthew Blissett
9f4c66b8d8
Fix Javascript so non-Freebase preview popouts work.
2014-11-02 14:04:43 -05:00
Thad Guidry
cdda1edcf0
Fixed issue with null cells after Fetch URL
...
Some websites do not set the charset= properly and use enclosing quotes. Tested and Verified.
2014-08-13 21:39:30 -05:00
Tom Morris
536493c5d3
Fix AbstractMethodError 500 - fixes #589
2014-08-05 14:55:45 -04:00
Blakko
2ae018bb50
Set z-index for the service list panel to avoid unwanted overlas with
...
the service panels
2014-07-04 11:50:53 +02:00
Tom Morris
8517111fc4
Add placeholder for recon services item to be translated
2014-07-03 18:11:50 -04:00
Tom Morris
4c2859a467
Merge branch 'new-services'
2014-07-03 18:07:44 -04:00
Tom Morris
31a3fdb67b
Merge remote-tracking branch 'upstream/master'
2014-07-03 15:38:21 -04:00
Tom Morris
62fb9632f9
Merge pull request #855 from ultraklon/modification12
...
Provide a default record path for JSON & XML importers
2014-07-03 15:37:05 -04:00
Tom Morris
c934c4415c
Remove old event handlers when facets are updated
2014-07-03 14:29:46 -04:00
Tom Morris
2fa9cf11c8
Merge pull request #859 from Arcadelia/Job-lastTouched-fix
...
Initialized ImportingJob.lastTouched
2014-07-03 10:36:48 -04:00
Tom Morris
655e0b0dc1
Wrap conditional statement in block
2014-07-03 10:35:24 -04:00
Tom Morris
b21cb56149
Merge pull request #852 from Arcadelia/Duplicate-job-id-fix
...
Import job duplicate id fix
2014-07-03 10:34:29 -04:00
Tom Morris
4333b1b2e7
Merge pull request #881 from zsxwing/simple-date-format-bug
...
Put ISO8601_FORMAT into ThreadLocal to fix the concurrency issue
2014-07-03 10:15:03 -04:00
Tom Morris
19fe478b7f
Use single event handlers on parent instead of each child element
2014-07-03 09:34:26 -04:00
Tom Morris
8149ea3969
Upgrade to jQuery 1.11.1
2014-07-03 09:27:16 -04:00
Tom Morris
0582a06e7e
Remove more Chrome Frame references. Set IE to edge mode.
2014-07-03 09:23:14 -04:00
Tom Morris
7f1ee08e5f
Handle unsupported navigator.language on IE
2014-07-03 09:05:39 -04:00
Tom Morris
07b787f535
Remove obsolete Chrome Frame support - fixes #889
2014-07-03 09:03:13 -04:00
Blakko
505857fc11
Made the recon service list collapsible to have more space for services
...
configuration
2014-06-12 14:56:46 +02:00
Blakko
f69f4b0c80
Getting rid of tables in html
2014-06-11 14:04:51 +02:00
Tom Morris
d106d61b25
Improve error messages - fixes #878
2014-05-30 01:47:22 -04:00
Tom Morris
5799c3d92b
Synchronize access to processes list - fixes #862
2014-05-30 01:47:21 -04:00
Tom Morris
e3cdd160d0
Test for issue #796 (failing until fixed)
2014-05-30 01:47:20 -04:00
zsxwing
4ee8e079c9
Put ISO8601_FORMAT into ThreadLocal to fix the concurrency issue
2014-05-30 11:45:28 +08:00
plhyc1216
65c13c9698
除freebase之外
...
出freebase那块的翻译更新
2014-04-23 15:47:06 +08:00
plhyc1216
e9a9c8e2b0
又更新一点
...
又翻译一点
2014-04-23 11:23:38 +08:00
plhyc1216
0f2a032fb5
again更新一点
...
再翻译一点
2014-04-22 22:01:23 +08:00
plhyc1216
d5213a893b
再更新一点
...
汉化再更新一点
2014-04-22 16:32:50 +08:00
plhyc1216
35445d9099
简体汉化
...
将操作语言译为简体中文
2014-04-21 22:20:12 +08:00
Tom Morris
a4d03968a5
Merge pull request #867 from abhillman/exceloutput255bugfix
...
Report error to user when attempting to export >255 columns, rather than generic 500 ISE
2014-04-20 23:43:19 -04:00