Isao Matsunami
|
e0a07d2480
|
Translated using Weblate (Japanese)
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
|
2018-12-16 03:09:16 +01:00 |
|
Luca Martinelli
|
0203a9b8ef
|
Translated using Weblate (Italian)
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
|
2018-12-16 03:09:15 +01:00 |
|
ssantos
|
074a80b297
|
Translated using Weblate (German)
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
|
2018-12-16 03:09:14 +01:00 |
|
Antonin Delpeuch
|
9656ea3f8c
|
Merge pull request #1903 from ostephens/replace-smart-quotes
Add Common transform which replaces smart quotes with ascii equivalent
|
2018-12-12 12:09:49 +00:00 |
|
Jacky
|
150ee12058
|
Merge pull request #1902 from OpenRefine/cleanup
Tidy up various things
|
2018-12-11 20:59:50 -05:00 |
|
Jacky
|
7f7b71459c
|
Merge pull request #1901 from OpenRefine/issue1840
Fix zip slip vulnerability
|
2018-12-09 12:05:16 -05:00 |
|
Hosted Weblate
|
20c86cdd5c
|
Merge branch 'origin/master' into Weblate.
|
2018-12-09 14:47:43 +01:00 |
|
Antonin Delpeuch
|
d4222c05ef
|
Merge pull request #1877 from OpenRefine/issue1876
Fix reconciliation result deserialization
|
2018-12-09 22:47:40 +09:00 |
|
Hosted Weblate
|
84f3b0e793
|
Merge branch 'origin/master' into Weblate.
|
2018-12-09 14:47:26 +01:00 |
|
Owen Stephens
|
700850a5f7
|
Add Common transform which replaces smart quotes with ascii equivalent
|
2018-12-09 11:03:11 +00:00 |
|
Antonin Delpeuch
|
caf2b4d915
|
Add missing license headers
|
2018-12-09 12:22:40 +09:00 |
|
Antonin Delpeuch
|
98bd03e5f4
|
Reorganize Java imports
|
2018-12-09 11:19:39 +09:00 |
|
Antonin Delpeuch
|
79994e86da
|
Create dedicated temporary dir for zip slip test
|
2018-12-09 11:01:58 +09:00 |
|
jackyq2015
|
a8cf844f9c
|
fix issue #1900
|
2018-12-08 20:57:16 -05:00 |
|
Antonin Delpeuch
|
e243e73e40
|
Fix zip slip vulnerability. Closes #1840.
|
2018-12-09 10:41:33 +09:00 |
|
jackyq2015
|
d1ed842f02
|
support both jdk 8 and 9
|
2018-12-08 15:31:01 -05:00 |
|
Antonin Delpeuch
|
db3a878c78
|
Remove spurious println
|
2018-12-08 18:17:03 +09:00 |
|
Allan Nordhøy
|
833198e3cd
|
Translated using Weblate (Norwegian Bokmål)
Currently translated at 47.7% (339 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/nb_NO/
|
2018-12-07 17:54:31 +01:00 |
|
Antonin Delpeuch
|
5421a23fba
|
Merge pull request #1880 from OpenRefine/issue1874
Avoid localizing time for dates with unspecified time.
|
2018-12-06 23:01:46 +09:00 |
|
Antonin Delpeuch
|
be137fc53c
|
Add serialization tests in different timezone
|
2018-12-06 15:46:20 +09:00 |
|
Hosted Weblate
|
9dcf1d9ed1
|
Merge branch 'origin/master' into Weblate
|
2018-12-06 05:19:36 +01:00 |
|
Isao Matsunami
|
3b4c66f788
|
Translated using Weblate (Japanese)
Currently translated at 99.9% (709 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ja/
|
2018-12-06 05:19:35 +01:00 |
|
Dan Gillean
|
bc80c3f534
|
Translated using Weblate (French)
Currently translated at 99.6% (707 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/fr/
|
2018-12-06 05:19:34 +01:00 |
|
Owen Stephens
|
3ad4cca83a
|
Translated using Weblate (English)
Currently translated at 100.0% (710 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
|
2018-12-06 05:19:34 +01:00 |
|
Owen Stephens
|
8e247b83e0
|
Fix Reconcile facets affected by change to list facet boolean handling
|
2018-12-05 15:22:28 +00:00 |
|
J. Evan Ottinger
|
5ea6a2a5fe
|
Translated using Weblate (Arabic)
Currently translated at 4.5% (32 of 710 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ar/
|
2018-12-03 17:25:16 +01:00 |
|
Antonin Delpeuch
|
cf58092f2d
|
Fix stringToLocalDate for non-GMT timezones
|
2018-12-02 17:09:03 +09:00 |
|
Antonin Delpeuch
|
44c43253a1
|
Avoid localizing time for dates with unspecified time. Closes #1874.
|
2018-12-02 12:58:05 +09:00 |
|
Antonin Delpeuch
|
82598ae1d5
|
Fix reconciliation result deserialization. Closes #1876.
|
2018-12-02 11:59:47 +09:00 |
|
Antonin Delpeuch
|
5639f1b2f1
|
Merge pull request #1755 from OpenRefine/jackson-serialization
Jackson serialization
|
2018-12-01 23:56:50 +00:00 |
|
Antonin Delpeuch
|
1939af343d
|
Update to Jackson 2.9.7
|
2018-12-01 22:30:30 +00:00 |
|
Antonin Delpeuch
|
2e81c9ff2e
|
Remove uses of org.json after merge
|
2018-12-01 05:11:21 +09:00 |
|
Myoung Seok Lee
|
26f3673d89
|
Translated using Weblate (Korean)
Currently translated at 7.2% (51 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/ko/
|
2018-11-30 20:38:20 +01:00 |
|
ssantos
|
aca8d7a684
|
Translated using Weblate (German)
Currently translated at 99.9% (710 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/de/
|
2018-11-30 20:38:16 +01:00 |
|
Myoung Seok Lee
|
99ea5cf5c2
|
Translated using Weblate (English)
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/en/
|
2018-11-30 20:38:15 +01:00 |
|
Myoung Seok Lee
|
f62900da0a
|
Added translation using Weblate (Korean)
|
2018-11-30 17:33:22 +01:00 |
|
Flavio Pompermaier
|
3e47ca8010
|
Translated using Weblate (Italian)
Currently translated at 100.0% (711 of 711 strings)
Translation: OpenRefine/Translations
Translate-URL: https://hosted.weblate.org/projects/openrefine/translations/it/
|
2018-11-30 17:08:47 +01:00 |
|
Antonin Delpeuch
|
292700c6f4
|
Fix import error
|
2018-11-30 19:39:42 +09:00 |
|
Antonin Delpeuch
|
70d0e9b283
|
Support UI json format for ColumnDetail
|
2018-11-30 19:39:42 +09:00 |
|
Antonin Delpeuch
|
1e578384e2
|
Avoid double serialization of json mode in recon config
|
2018-11-30 19:39:42 +09:00 |
|
Antonin Delpeuch
|
a4117b470c
|
Remove leftover merge conflicts
|
2018-11-30 19:39:42 +09:00 |
|
Antonin Delpeuch
|
f667a78657
|
Migrate recent PRs to Jackson
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
5f86798377
|
Remove org.json dependency in Maven configuration
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
121661e8eb
|
Let OverlayModels access the Project at deserialization time
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
99e98a2e78
|
Remove all references to org.json in core
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
d6ca879558
|
Migrate ColumnRenameOperation to Jackson
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
7ea346d08e
|
Migrate ReconciledDataExtensionJob to Jackson
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
6ba3969d98
|
Remove spurious references to org.json
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
f08f488006
|
Migrate ColumnSplitChange to Jackson
|
2018-11-30 19:38:52 +09:00 |
|
Antonin Delpeuch
|
fa8e7d0e50
|
Remove temporary wrapping in PreferenceStore
|
2018-11-30 19:38:52 +09:00 |
|