Commit Graph

123453 Commits

Author SHA1 Message Date
William Desportes
124bb336fd
Remove openssl.cnf from vendor bundles as it is not necessary
See: https://github.com/phpseclib/phpseclib/issues/1781

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-04-27 12:52:47 +02:00
Maurício Meneghini Fauth
04f3f5a4b6
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-26 21:03:20 -03:00
Maurício Meneghini Fauth
4564ff5dc4
Add ChangeLog entries for #17494, #17335 and #17445
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-26 20:22:01 -03:00
Maurício Meneghini Fauth
0f13fe05e3
Merge pull request #17494 from MauricioFauth/jquery-svg
Remove jQuery SVG JS dependency
2022-04-25 17:17:54 -03:00
Maurício Meneghini Fauth
5d80594341 Remove jQuery SVG JS dependency
Removed by https://github.com/phpmyadmin/phpmyadmin/pull/17041.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:39:12 -03:00
Maurício Meneghini Fauth
b17700dd09 Remove PMA_IS_WINDOWS constant
Gets the value from the Config class instead.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 20:37:55 -03:00
Maurício Meneghini Fauth
8de8236726 Fix OpenDocumentTest on Windows
Cherry-picked from 9f4874ad10

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 19:57:23 -03:00
Maurício Meneghini Fauth
c287ebd805 Set sourceType to script for Babel
This does not add the 'use strict' statement for JS files.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 14:49:14 -03:00
Maurício Meneghini Fauth
449d922428
Improve type check for UserPreferences::load method
Related to https://github.com/phpmyadmin/phpmyadmin/issues/17465.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-24 01:23:17 -03:00
Maurício Meneghini Fauth
665e2e51f9
Disable dragging breadcrumbs links
This makes easy to select and copy the text.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-23 15:41:09 -03:00
Burak Yavuz
4c738ad5e4
Translated using Weblate (Turkish)
Currently translated at 100.0% (3385 of 3385 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2022-04-23 13:51:19 +02:00
Domen
66060b1189
Translated using Weblate (Slovenian)
Currently translated at 99.8% (3381 of 3385 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-04-23 13:51:18 +02:00
dingo thirteen
5c4d9f8816
Translated using Weblate (Dutch)
Currently translated at 100.0% (3385 of 3385 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-04-23 13:51:17 +02:00
Yonjae Lee
fcfe117e4a
Translated using Weblate (Korean)
Currently translated at 77.5% (2624 of 3385 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/ko/
Signed-off-by: Yonjae Lee <yjyj93@gmail.com>
2022-04-23 13:51:16 +02:00
Burak Yavuz
6e78cd4300
Translated using Weblate (Turkish)
Currently translated at 100.0% (3418 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2022-04-23 13:50:53 +02:00
Domen
2dae555d12
Translated using Weblate (Slovenian)
Currently translated at 99.9% (3416 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-04-23 13:50:52 +02:00
dingo thirteen
558341789b
Translated using Weblate (Dutch)
Currently translated at 100.0% (3418 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-04-23 13:50:52 +02:00
Yonjae Lee
b158313bfd
Translated using Weblate (Korean)
Currently translated at 75.1% (2570 of 3418 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ko/
Signed-off-by: Yonjae Lee <yjyj93@gmail.com>
2022-04-23 13:50:51 +02:00
Rodrigo Wanderley de Melo Cardoso
518a37d23f
FIXES #17414 - Adjusting export object in PluginExport to export databases with comp… (#17491)
* Adjusting export object in PluginExport to export databases with compress

Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>

* Adjusting dbi in tests and psalm requisites

Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>

* Adjusting dbi in tests and psalm requisites

Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>

* Adjusting dbi in tests and psalm requisites

Signed-off-by: Rodrigo Pokemaobr <contato@pokemaobr.dev>
2022-04-23 00:33:41 -03:00
Maurício Meneghini Fauth
4d1d015846
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-22 20:27:49 -03:00
Maurício Meneghini Fauth
8f3d79fb12
Merge pull request #17337 from xavier-dev/fix-column-toggle-overflow
Fix #17335: The menu to toggle column visibility is half hidden
2022-04-22 19:54:40 -03:00
Maurício Meneghini Fauth
2a2de71c06
Merge pull request #17356 from lrb2/fix-browse-end
Fix table navigation layout if row count is unknown
2022-04-22 13:50:38 -03:00
Maurício Meneghini Fauth
3beaaece7d
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 17:48:27 -03:00
Maurício Meneghini Fauth
ea6a70037c
Merge pull request #17440 from erolatreston/post-only-favorites
Prevent GET requests to add/remove favorite tables
2022-04-21 17:40:34 -03:00
Maurício Meneghini Fauth
bffb5ec0b1
Update po files
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:54:49 -03:00
Maurício Meneghini Fauth
e4f0a0d1e6
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:54:13 -03:00
Hosted Weblate
191d617be4
Merge branch 'origin/QA_5_1' into Weblate.
[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/
2022-04-21 20:44:12 +02:00
Maurício Meneghini Fauth
957861d69d
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.2% (3357 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 20:44:11 +02:00
Maurício Meneghini Fauth
48a6c4c3f0
Update po files
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:39:30 -03:00
Maurício Meneghini Fauth
3c3a423727
Fix translation string in Database\DesignerController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 15:38:28 -03:00
Maurício Meneghini Fauth
4c1668d663
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 14:29:25 -03:00
Maurício Meneghini Fauth
f600ba186f
Merge pull request #17438 from erolatreston/remove-definer-QA_5_2
Allow removing DEFINER clause from exported SQL
2022-04-21 14:13:55 -03:00
Maurício Meneghini Fauth
533766b3d7
Merge pull request #17437 from erolatreston/switch-user-QA_5_1
Allow authentication plugin to switch database users
2022-04-21 13:55:47 -03:00
Maurício Meneghini Fauth
48e31f3c34
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.9% (3410 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pt_BR/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-21 03:08:24 +02:00
Maurício Meneghini Fauth
b092616feb
Update PHPStan baseline
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-20 15:47:10 -03:00
Maurício Meneghini Fauth
3a433e160c
Merge branch 'QA_5_1' into QA_5_2
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-20 13:37:11 -03:00
Maurício Meneghini Fauth
d842c89d5c
Add ChangeLog entry for #17484
[ci skip]

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-04-20 13:25:49 -03:00
Sachin Bahukhandi
bffb5001f7
Fixed the css issue coming up on setup folder (#17486)
Signed-off-by: SachinBahukhandi <sachinb0013@gmail.com>
2022-04-20 13:16:31 -03:00
Cristian Alexander Avila González
0624fc9b7e
Translated using Weblate (Spanish)
Currently translated at 100.0% (3413 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/es/
Signed-off-by: Cristian Alexander Avila González <ag089222@gmail.com>
2022-04-19 20:10:21 +02:00
Emanuel
f5b09302da
Translated using Weblate (Spanish)
Currently translated at 100.0% (3384 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/es/
Signed-off-by: Emanuel <emanuel12m@gmail.com>
2022-04-19 20:10:18 +02:00
Cristian Alexander Avila González
ab5b4a3145
Translated using Weblate (Spanish)
Currently translated at 100.0% (3384 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/es/
Signed-off-by: Cristian Alexander Avila González <ag089222@gmail.com>
2022-04-19 20:10:18 +02:00
Raphael Rott
9174669a7c
Translated using Weblate (German)
Currently translated at 95.3% (3255 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/de/
Signed-off-by: Raphael Rott <raphael@rottbande.at>
2022-04-17 15:12:18 +02:00
Raphael Rott
7005844990
Translated using Weblate (German)
Currently translated at 98.4% (3330 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/de/
Signed-off-by: Raphael Rott <raphael@rottbande.at>
2022-04-17 15:10:04 +02:00
William Desportes
ac5e3c4cc5
Bump actions/checkout to v3
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-04-16 13:09:12 +02:00
William Desportes
076a09917d
Remove non needed anymore ci skip code on workflows
Ref: https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/

Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-04-16 13:09:10 +02:00
Cristian Alexander Avila González
7022d292f3
Translated using Weblate (Spanish)
Currently translated at 99.1% (3356 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/es/
Signed-off-by: Cristian Alexander Avila González <ag089222@gmail.com>
2022-04-14 02:11:07 +02:00
Luis45ccs
f09e10e881
Translated using Weblate (Spanish)
Currently translated at 98.5% (3364 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/es/
Signed-off-by: Luis45ccs <luis45ccs@hotmail.com>
2022-04-14 02:07:01 +02:00
Cristian Alexander Avila González
3d35b7f1cf
Translated using Weblate (Spanish)
Currently translated at 98.5% (3364 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/es/
Signed-off-by: Cristian Alexander Avila González <ag089222@gmail.com>
2022-04-14 02:07:01 +02:00
Cristian Alexander Avila González
76de62875f
Translated using Weblate (Spanish)
Currently translated at 95.6% (3236 of 3384 strings)

[ci skip]

Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/es/
Signed-off-by: Cristian Alexander Avila González <ag089222@gmail.com>
2022-04-12 21:08:48 +02:00
darek525
168802cd6a
Translated using Weblate (Polish)
Currently translated at 96.4% (3292 of 3413 strings)

[ci skip]

Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: darek525 <duda.dariusz.dd@gmail.com>
2022-04-11 10:11:29 +02:00