Rafael Fontenelle
43cf319f79
Added translation using Weblate (Portuguese (Brazil))
2020-06-12 20:40:58 +02:00
dependabot-preview[bot]
2c490e101c
Bump httpclient from 4.5.5 to 4.5.12
...
Bumps httpclient from 4.5.5 to 4.5.12.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 08:22:37 +00:00
Tom Morris
2adb789a09
Merge pull request #2665 from OpenRefine/dependabot/maven/com.google.http-client-google-http-client-jackson2-1.35.0
...
Bump google-http-client-jackson2 from 1.20.0 to 1.35.0
2020-06-10 20:50:27 -04:00
Tom Morris
09a76a1f05
Merge pull request #2676 from OpenRefine/dependabot/maven/org.jasypt-jasypt-1.9.3
...
Bump jasypt from 1.9.2 to 1.9.3
2020-06-10 20:33:16 -04:00
Tom Morris
e3df28c155
Merge pull request #2672 from OpenRefine/dependabot/maven/org.testng-testng-7.1.0
...
Bump testng from 6.9.10 to 7.1.0
2020-06-10 20:29:07 -04:00
dependabot-preview[bot]
28d7f93edb
Bump google-http-client-jackson2 from 1.20.0 to 1.35.0
...
Bumps [google-http-client-jackson2](https://github.com/googleapis/google-http-java-client ) from 1.20.0 to 1.35.0.
- [Release notes](https://github.com/googleapis/google-http-java-client/releases )
- [Changelog](https://github.com/googleapis/google-http-java-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/googleapis/google-http-java-client/compare/1.20.0...v1.35.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-11 00:11:01 +00:00
Isao Matsunami
6dff3e3026
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (60 of 60 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ja/
2020-06-07 16:53:29 +02:00
dependabot-preview[bot]
46021fbe33
Bump jasypt from 1.9.2 to 1.9.3
...
Bumps [jasypt](https://github.com/jasypt/jasypt ) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/jasypt/jasypt/releases )
- [Commits](https://github.com/jasypt/jasypt/commits/jasypt-1.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-04 08:50:36 +00:00
dependabot-preview[bot]
56bbb073cd
Bump testng from 6.9.10 to 7.1.0
...
Bumps [testng](https://github.com/cbeust/testng ) from 6.9.10 to 7.1.0.
- [Release notes](https://github.com/cbeust/testng/releases )
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt )
- [Commits](https://github.com/cbeust/testng/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-03 08:49:47 +00:00
dependabot-preview[bot]
72b8bfed05
Bump commons-lang3 from 3.6 to 3.10 ( #2648 )
...
Bumps commons-lang3 from 3.6 to 3.10.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 07:03:01 +01:00
dependabot-preview[bot]
88ab328e93
Bump mockito-core from 2.23.4 to 3.3.3 ( #2662 )
...
Bumps [mockito-core](https://github.com/mockito/mockito ) from 2.23.4 to 3.3.3.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v2.23.4...v3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-03 07:01:22 +01:00
dependabot-preview[bot]
7058f39aee
Bump maven-dependency-plugin from 3.1.1 to 3.1.2 ( #2651 )
...
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases )
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.1.1...maven-dependency-plugin-3.1.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-30 10:49:21 +01:00
Antoine Beaubien
356c7636d8
Only show the database login fields when necessary ( #2615 )
...
* DB login fields visibility controled by CSS
The database login field’s visibility is now controled by CSS styling.
* Change field name from Database to Database file.
Change field name from Database to Database file.
* Use full db name as CSS classes
Use full db name instead of diminutives for the CSS classes.
* Added translation to placeholders
Added translation to the Input placeholders.
* Undo a change, remerge Database field & File
remerge Database field and DatabaseFile Field like before.
* Created DatabaseSourceUI._updateDatabaseType(dbType)
Created Refine.DatabaseSourceUI.prototype._updateDatabaseType(databaseType)
* Make MySQL the default database
<option value="mysql" selected="selected"">MySQL</option>
* Update database-import-form.html
Fixed typo. (<option value="mysql" selected="selected">MySQL</option>)
* New default connection name value
New default connection name value, translation of it, changing cssClassName from options to dbtype-options, adding the prefix "dbt-" to the db types and fix the changing of placeholder databaseName/databaseFileName when neccessary.
* Fix issue with « saved connections »
Fix issue with « saved connections » and added 2 defaults values for dbHost and dbType.
* Default DB back to MySQL.
<option value="mysql" selected="selected">MySQL</option>
* Update extensions/database/module/langs/translation-en.json
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
* Better default with « mysql »
* Fix sqlite #databaseHost before calling self._updateDatabaseType()
Fix $( "#databaseHost" ).val(self._defaultDatabaseHost) to be set before calling self._updateDatabaseType(self._defaultDatabaseType) that may change it.
* Removed field name & fixed default connection name
Removed field name text since it's populated from i18n and fixed the default connection name so that it has no space in it.
* Little update to placeholder text
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-05-30 09:20:05 +01:00
Antonin Delpeuch
d7d567439e
Set version to 3.5-SNAPSHOT
2020-05-13 22:56:33 +02:00
Antonin Delpeuch
5597e1c942
Set version to 3.4-beta
2020-05-13 22:52:25 +02:00
Thad Guidry
baf3caa4f0
Revert "Adds Maven release for compile target"
...
This reverts commit fa540b03f7
.
2020-04-17 10:45:28 -05:00
Thad Guidry
fa540b03f7
Adds Maven release for compile target
...
Details: https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#release
2020-04-17 10:14:22 -05:00
Ciarán Ainsworth
6693ad065d
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (50 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/en_GB/
2020-04-11 00:09:44 +02:00
黄添祥
7e59611732
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 38.0% (19 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/zh_Hans/
2020-03-19 09:36:37 +01:00
黄添祥
0096f89499
Added translation using Weblate (Chinese (Simplified))
2020-03-18 09:01:14 +01:00
Bodhisattwa Mandal
786e799fa2
Translated using Weblate (Bengali)
...
Currently translated at 4.0% (2 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/bn/
2020-03-17 13:36:35 +01:00
Bodhisattwa Mandal
c84573d992
Added translation using Weblate (Bengali)
2020-03-16 12:59:09 +01:00
Thad Guidry
089a14d0c2
remove unused import Owasp Encoder ( #2370 )
2020-03-13 11:12:25 +00:00
Chris Parker
93d34d781a
Replaced some deprecated methods
2020-02-24 23:51:41 -06:00
Chris Parker
e5120a1a02
Added SQLite support
...
* Added SQLite support
* Fixed database import code
2020-02-22 21:53:12 -06:00
Antonin Delpeuch
429f26c2ae
Set version to 3.4-SNAPSHOT
2020-01-31 19:06:56 +01:00
Antonin Delpeuch
58b839b9c5
Set version to 3.3
2020-01-31 18:22:18 +01:00
pinar dag
adbaeb612e
Translated using Weblate (Turkish)
...
Currently translated at 8.0% (4 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/tr/
2020-01-28 19:50:25 +01:00
pinar dag
51468fe9ef
Added translation using Weblate (Turkish)
2020-01-27 19:30:26 +01:00
Ducksoo Yang
5bf628466d
Translated using Weblate (Korean)
...
Currently translated at 62.0% (31 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ko/
2020-01-23 06:21:29 +01:00
Hosted Weblate
c5b1c434e7
Merge branch 'origin/master' into Weblate.
2020-01-10 18:21:31 +01:00
Luca Martinelli
bb1227406b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (50 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/it/
2020-01-10 18:21:26 +01:00
Antonin Delpeuch
faece760f6
Set version to 3.3-SNAPSHOT
2020-01-08 20:56:51 +01:00
Antonin Delpeuch
e62bb7ac0e
Set version to 3.3-rc1
2020-01-06 13:30:39 +01:00
Sam Reed
b2d747b56f
Added translation using Weblate (English (United Kingdom))
2019-11-22 10:31:01 +01:00
Antonin Delpeuch
aa228c43b2
Fix frontend for extensions for CSRF protections
2019-10-17 11:44:57 +01:00
Antonin Delpeuch
b52c009491
CSRF protection for database extension
2019-10-17 09:10:28 +01:00
Antonin Delpeuch
28c2a6154e
Merge pull request #2181 from OpenRefine/update_jackson
...
Update Jackson to 2.9.10
2019-10-10 17:21:05 +01:00
Antonin Delpeuch
334147d611
Update Jackson to 2.9.10
2019-10-10 16:55:56 +01:00
Isao Matsunami
dcee3d9719
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (50 of 50 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/ja/
2019-10-09 10:58:37 +02:00
Hosted Weblate
9a816f191c
Merge branch 'origin/master' into Weblate.
2019-10-08 09:56:29 +02:00
Nicolas @belett VIGNERON
7ed73195ff
Translated using Weblate (French)
...
Currently translated at 100.0% (46 of 46 strings)
Translation: OpenRefine/database
Translate-URL: https://hosted.weblate.org/projects/openrefine/database/fr/
2019-10-08 09:56:26 +02:00
Antonin Delpeuch
1a79176942
Merge pull request #2151 from tcbuzor/tcbuzor_orefine_xss_tr
...
Database Extension: input validation for database connection data
2019-09-27 10:37:26 +02:00
Antonin Delpeuch
71e76524e5
Fix database connection list rendering and backend unit test
2019-09-22 18:31:38 +01:00
tcbuzor
dca496aa3b
remove debug statements
2019-09-14 23:07:23 -05:00
tcbuzor
575a7d4979
input validation for database connection data
2019-09-08 23:22:22 -05:00
Antonin Delpeuch
6c128d6692
Attempt to fix surefire on Appveyor
2019-08-28 10:08:22 +01:00
Antonin Delpeuch
8ab7653e0b
Set version to 3.3-SNAPSHOT
2019-07-26 15:52:00 +01:00
Antonin Delpeuch
e3417bff49
Set version to 3.2
2019-07-26 15:29:57 +01:00
Antonin Delpeuch
d7156a1ea3
Enable MySQL tests
2019-06-13 13:51:03 +01:00