Commit Graph

120614 Commits

Author SHA1 Message Date
William Desportes
011faf3808
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:59:36 +01:00
William Desportes
548cb7136e
Add a ChangeLog entry for #16585
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:58:15 +01:00
William Desportes
a9f12a1391
Merge #16586 - Fixes #16585 - BLOB to JPG transformation broken
Pull-request: #16586
Fixes: #16585

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:57:12 +01:00
William Desportes
b24bb6e5bd
Add a ChangeLog entry for #16252
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:54:27 +01:00
William Desportes
57065480f9
Merge #16370 - Fixes #16252 - Font size too small when editing rows (textareas)
Pull-request: #16370
Fixes: #16252

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:53:24 +01:00
William Desportes
eae9366d20
Upgrade node-notifier to 8.0.1
Fixes CVE-2020-7789

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:50:59 +01:00
William Desportes
c2420fb8f4
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:44:55 +01:00
William Desportes
0abaa9e51a
Add a ChangeLog entry for #16405
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:41:19 +01:00
William Desportes
3c4b7c99df
Merge #16409 - Add Jest Unit Testing compatibility
Pull-request: #16409
Fixes: #16405

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-24 00:39:22 +01:00
Saksham Gupta
a9634e5922
Add Jest Unit Testing compatibility
Fixes: #16405

Co-Authored-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: William Desportes <williamdes@wdes.fr>
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
2021-01-24 00:33:42 +01:00
Maurício Meneghini Fauth
05d1f0a0c8
Redesign the Triggers pages
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-01-23 18:07:02 -03:00
Maurício Meneghini Fauth
2d6719d090
Fix double encoding issue on the Settings page
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-01-23 14:35:01 -03:00
William Desportes
9648775c94
Fix a coding standard mistake
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 17:09:08 +01:00
William Desportes
b859fb4f89
Url encode the PMA_VERSION because it could contain special chars
See: https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/blob/debian/4%255.0.4+dfsg2-1/debian/patches/Fix-test-for-Debian-versions-on-Debian-CI.patch

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 16:55:10 +01:00
William Desportes
d36b7d6576
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 16:02:25 +01:00
William Desportes
b1ed10e480
#16583 - Remove useless yarn installs and things from TravisCI config
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 16:00:24 +01:00
William Desportes
24a87f1b7d
Merge branch 'QA_5_0' into QA_5_1
[ci skip]

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 15:47:06 +01:00
William Desportes
4470dce049
Update Debian link to use the DEP-14 convention
I applied DEP-14 on the Debian repo. master branch does not exist anymore.
Cherry-pick: 8f44729648

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 15:46:07 +01:00
William Desportes
f989603188
Merge branch 'QA_5_1'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 00:31:39 +01:00
William Desportes
9e8a49d5b6
Merge branch 'QA_5_0' into QA_5_1
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 00:30:51 +01:00
William Desportes
14ac081ed0
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 00:28:56 +01:00
Rajat Jain
223bceff90
Textarea font-size changed to initial
Signed-off-by: Rajat Jain <rajatjain.ix@gmail.com>
2021-01-23 00:22:01 +01:00
William Desportes
ed36df4116
Fix "Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Core::downloadHeader()"
Fatal error: Uncaught TypeError: Argument 1 passed to PhpMyAdmin\Core::downloadHeader() must be of the type string, null given,
called in libraries/classes/Controllers/TransformationWrapperController.php on line 171 and defined in 
libraries/classes/Core.php:617 Stack trace: #0 
libraries/classes/Controllers/TransformationWrapperController.php(171): PhpMyAdmin\Core::downloadHeader(NULL, 'application/oct...') #1 
libraries/classes/Routing.php(92): PhpMyAdmin\Controllers\TransformationWrapperController->index(Array) #2 
index.php(18): PhpMyAdmin\Routing::callControllerForRoute('/transformation...', Object(FastRoute\Dispatcher\GroupCountBased), Object(Symfony\Component\DependencyInjection\ContainerBuilder)) #3 {main} thrown in 
libraries/classes/Core.php on line 617

Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-23 00:03:55 +01:00
Florian Schirmer
fec6d65d96
Fix BLOB JPG preview thumbnail
Signed-off-by: Florian Schirmer <jolt@tuxbox.org>
2021-01-22 23:43:50 +01:00
William Desportes
19ddf4db76
Translated using Weblate (Vietnamese)
Currently translated at 82.2% (2743 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/vi/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:05 +01:00
William Desportes
d0df0844d1
Translated using Weblate (Ukrainian)
Currently translated at 99.0% (3301 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/uk/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:04 +01:00
William Desportes
0a3fa6f150
Translated using Weblate (Thai)
Currently translated at 32.9% (1097 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/th/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:04 +01:00
William Desportes
6c4a0676da
Translated using Weblate (Swedish)
Currently translated at 89.9% (2998 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sv/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:03 +01:00
William Desportes
77e53aeabf
Translated using Weblate (Slovak)
Currently translated at 76.6% (2555 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/sk/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:03 +01:00
William Desportes
3d39b0f818
Translated using Weblate (Romanian)
Currently translated at 95.2% (3176 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/ro/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:02 +01:00
William Desportes
27a7564456
Translated using Weblate (Polish)
Currently translated at 99.8% (3330 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pl/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:01 +01:00
William Desportes
654700ef1e
Translated using Weblate (Punjabi)
Currently translated at 4.3% (145 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pa/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:27:01 +01:00
William Desportes
476cea477e
Translated using Weblate (Norwegian Bokmål)
Currently translated at 62.6% (2090 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/nb_NO/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:59 +01:00
William Desportes
eab47b7912
Translated using Weblate (Korean)
Currently translated at 79.2% (2641 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/ko/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:59 +01:00
William Desportes
13da201bb7
Translated using Weblate (Hebrew)
Currently translated at 49.0% (1636 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/he/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:58 +01:00
William Desportes
41a12b177f
Translated using Weblate (Spanish)
Currently translated at 97.9% (3264 of 3334 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/es/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:58 +01:00
William Desportes
d9dac0a6f1
Translated using Weblate (Serbian (latin))
Currently translated at 40.1% (1358 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sr_Latn/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:57 +01:00
William Desportes
aa21316b2b
Translated using Weblate (Vietnamese)
Currently translated at 79.2% (2679 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/vi/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:56 +01:00
William Desportes
5bb41a8646
Translated using Weblate (Chinese (Simplified))
Currently translated at 96.6% (3267 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:56 +01:00
William Desportes
4c00ae6c62
Translated using Weblate (German)
Currently translated at 98.3% (3324 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/de/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:55 +01:00
William Desportes
1650cc970c
Translated using Weblate (Italian)
Currently translated at 96.1% (3249 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/it/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:54 +01:00
William Desportes
08a83ee143
Translated using Weblate (Kazakh)
Currently translated at 95.8% (3239 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/kk/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:53 +01:00
William Desportes
cf2e3303be
Translated using Weblate (Slovak)
Currently translated at 73.9% (2499 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sk/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:53 +01:00
William Desportes
92f0694602
Translated using Weblate (Greek)
Currently translated at 94.0% (3177 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/el/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:52 +01:00
William Desportes
580bc82a95
Translated using Weblate (Spanish)
Currently translated at 94.9% (3207 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:51 +01:00
William Desportes
b664119d69
Translated using Weblate (Norwegian Bokmål)
Currently translated at 62.3% (2106 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nb_NO/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:51 +01:00
William Desportes
31110ef584
Translated using Weblate (Swedish)
Currently translated at 86.8% (2934 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sv/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:50 +01:00
William Desportes
0e05240644
Translated using Weblate (Romanian)
Currently translated at 91.3% (3087 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ro/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:49 +01:00
William Desportes
8dc54f50ae
Translated using Weblate (Russian)
Currently translated at 97.6% (3301 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:49 +01:00
William Desportes
eb53443c1b
Translated using Weblate (Sinhala)
Currently translated at 53.6% (1812 of 3379 strings)

[ci skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/si/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-01-22 18:26:48 +01:00