Maurício Meneghini Fauth
f80862938c
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-19 13:51:40 -03:00
Angelo Grebenarov
64f2c7b360
Fixed broken filtering - ticket #17593
...
Fixes #17593
Closes #17610
In (Page-related settings) -> (Where to show the table row links) there
are 4 options: Left, Right, Both, and Nowhere.
The 3 dummy elements (mentioned in this ticket) are only needed for
Left, Both, and Nowhere... and they are NOT needed for "Right".
Since the main thing that distinguishes the "Right" position from the
other 3 is - "colspan", my code checks for the presence of "colspan"
on the first existing (non-dummy) element, and then decides whether
or not to add the 3 additional dummy- elements.
Signed-off-by: Angelo Grebenarov <grebenarov@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-19 13:47:16 -03:00
Maurício Meneghini Fauth
7576d5cf86
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-19 13:10:34 -03:00
atomu330
6957064cea
replace isset to empty
...
IF statement ! isset($this->uiprefs) was causing issue.
Private property 'uiprefs' is initialized to empty array, so ! isset($this->uiprefs) is always FALSE;
It's not hopefull, so I replace ! isset($this->uiprefs) to empty($this->uiprefs) to fix #17617 bug;
Fixes #17617
Closes #17644
Signed-off-by: Atomu Oku <atomu.work@gmail.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-19 13:04:59 -03:00
Maurício Meneghini Fauth
2532c25c8d
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-18 15:50:37 -03:00
Maurício Meneghini Fauth
ddb4d5b730
Bump jquery-validation version from 1.19.3 to 1.19.5
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-18 15:31:14 -03:00
phpMyAdmin bot
0ff9113f86
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-07-17 00:20:21 +00:00
Maurício Meneghini Fauth
59b8f31a83
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-16 02:05:39 -03:00
Maurício Meneghini Fauth
519522428e
Fix some languages not getting correctly detected
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-15 21:32:22 -03:00
Maurício Meneghini Fauth
346923e20a
Set dbi only when the test needs it
...
Related to https://github.com/phpmyadmin/phpmyadmin/pull/17637
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-14 02:21:45 -03:00
William Desportes
f5dac447a0
Cleanup paragonie/sodium_compat vendor folder
...
Ref: https://github.com/paragonie/sodium_compat/pull/147
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 19:49:58 +02:00
William Desportes
458e7902bc
Remove some useless files from the release bundle
...
Ref: https://github.com/php-fig/http-factory/pull/12
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 19:49:56 +02:00
William Desportes
024b93a441
Allow composer/ca-bundle pem file in release bundle
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 19:23:32 +02:00
William Desportes
3732dec17d
Stop allowing openssl.cnf in check release script
...
Ref: 124bb336fd
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 19:22:26 +02:00
Maurício Meneghini Fauth
615782a727
Merge pull request #17637 from MauricioFauth/dbi-test
...
Push `dbi` and `dummyDbi` members down
2022-07-13 13:09:05 -03:00
William Desportes
0fb9f4c266
Fix PHP 8.2: ${var} deprecated string interpolation syntax on Git class
...
Ref: af7338f706
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 15:28:08 +02:00
William Desportes
fd006f1555
Write a test for Git::extractDataFormTextBody
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 15:27:33 +02:00
William Desportes
0daa68d85c
Remove ignore config.inc.php for psalm because it fails the CI
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 14:56:40 +02:00
William Desportes
9054339999
Update psalm baseline and ignore config.inc.php for psalm
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 11:50:42 +02:00
William Desportes
03e27019ad
Add a ChangeLog entry for 6a69face6c
...
Ref: 6a69face6c
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 11:15:43 +02:00
William Desportes
6a69face6c
Fix PHP 8.2: ${var} deprecated string interpolation syntax
...
Ref: https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated
Left over to patch:
- libraries/classes/Git.php#L397
- libraries/classes/Database/Qbe.php#L878
- libraries/classes/Database/Qbe.php#L879
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 11:14:20 +02:00
William Desportes
af7338f706
Remove gd extension for PHP 8.2
...
It causes issues in the CI: https://github.com/phpmyadmin/phpmyadmin/runs/7313899827?check_suite_focus=true
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-13 11:12:59 +02:00
Kristijan Fremen Velkovski
6a6801e864
Translated using Weblate (Macedonian)
...
Currently translated at 16.1% (553 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-07-13 06:20:57 +02:00
Kristijan Fremen Velkovski
1dfa7eafcb
Translated using Weblate (Macedonian)
...
Currently translated at 16.1% (553 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-07-13 06:14:25 +02:00
Maurício Meneghini Fauth
63d57b1f1c
Push dbi and dummyDbi members down
...
The idea is to only load the DBI when needed.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-13 00:15:53 -03:00
William Desportes
641ba50191
Merge #17596 - Fix blob column downloads
...
Ref: 0843ba0cce
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-12 19:54:07 +02:00
Maurício Meneghini Fauth
72a69471e8
Remove the AbstractTestCase::assertAllSelectsConsumed method
...
Uses the DummyDbi method instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-11 16:38:37 -03:00
Maurício Meneghini Fauth
4930c7a119
Remove the AbstractTestCase::assertAllQueriesConsumed method
...
Uses the DummyDbi method instead.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-11 14:58:11 -03:00
Maurício Meneghini Fauth
8543e0abe5
Load DBI into container only when needed by the test
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-11 13:42:22 -03:00
Kristijan Fremen Velkovski
4888465d90
Translated using Weblate (Macedonian)
...
Currently translated at 15.8% (544 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-07-11 17:21:55 +02:00
Kristijan Fremen Velkovski
a15fb85294
Translated using Weblate (Macedonian)
...
Currently translated at 15.9% (544 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-07-11 17:20:29 +02:00
Hosted Weblate
70e1324528
Merge branch 'origin/master' into Weblate.
...
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/
2022-07-10 02:24:03 +02:00
Kristijan Fremen Velkovski
12aa365d22
Translated using Weblate (Macedonian)
...
Currently translated at 15.7% (539 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/mk/
Signed-off-by: Kristijan Fremen Velkovski <me@krisfremen.com>
2022-07-10 02:24:02 +02:00
phpMyAdmin bot
f7d730cb14
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-07-10 00:23:32 +00:00
William Desportes
47e7cfe761
Translated using Weblate (Indonesian)
...
Currently translated at 75.8% (2594 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/id/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-09 10:14:10 +02:00
William Desportes
4e08d2933b
Translated using Weblate (Indonesian)
...
Currently translated at 75.5% (2590 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-07-08 10:03:57 +02:00
Meriyati
088adbb1df
Translated using Weblate (Indonesian)
...
Currently translated at 75.5% (2591 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/id/
Signed-off-by: Meriyati <meri08081982@gmail.com>
2022-07-08 05:19:38 +02:00
Maurício Meneghini Fauth
a5d60f5698
Refactor the Server\PrivilegesTest test class
...
Removes the class properties to better isolate the test.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-07 16:19:01 -03:00
Jason Ren
b221bb2654
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.8% (3414 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/zh_Hans/
Signed-off-by: Jason Ren <tempren19990743@gmail.com>
2022-07-06 20:40:55 +02:00
Maurício Meneghini Fauth
f68e2cb82f
Refactor home.js file
...
Extracts GitInfo and ThemesManager into modules.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-05 21:00:54 -03:00
Maurício Meneghini Fauth
431b594ec3
Change doclinks.js to use JS modules
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-05 15:47:12 -03:00
Ugnius Vaičeskas
af6b22d675
Translated using Weblate (Lithuanian)
...
Currently translated at 38.1% (1310 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/lt/
Signed-off-by: Ugnius Vaičeskas <ugninis.vai@gmail.com>
2022-07-05 17:20:30 +02:00
Maurício Meneghini Fauth
94206e9963
Merge pull request #17625 from MauricioFauth/js-module-import-jquery
...
Use JavaScript module to import jQuery
2022-07-03 19:37:05 -03:00
Maurício Meneghini Fauth
2a4c58258b
Use JS module to import jQuery
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-03 19:08:27 -03:00
phpMyAdmin bot
0056236a4c
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-07-03 00:22:57 +00:00
Maurício Meneghini Fauth
4e19a88a1e
Extract Webpack runtime to the runtime.js file
...
This is needed since it has multiple entry points per page.
https://bundlers.tooling.report/code-splitting/multi-entry/
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-02 14:50:52 -03:00
Maurício Meneghini Fauth
7bba282caf
Assign JS globals to the window object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-02 14:02:02 -03:00
Maurício Meneghini Fauth
e4ea2308c0
Assign Messages global var to the window object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-02 11:23:07 -03:00
Maurício Meneghini Fauth
a55b8e88f9
Assign config.js globals to the window object
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-07-01 16:23:22 -03:00
Artem
85032cc159
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/uk/
Signed-off-by: Artem <artem@molotov.work>
2022-07-01 08:58:28 +02:00