faissaloux
239fe9421d
fix datetimefield wrap
...
Signed-off-by: faissaloux <fwahabali@gmail.com>
2024-01-06 16:59:08 +01:00
Maurício Meneghini Fauth
b7310114c0
Add ChangeLog entry for #18454
...
[ci skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-05 21:06:43 -03:00
Maurício Meneghini Fauth
065db99831
Merge pull request #18454 from faissaloux/fix-datefield-calendar-display
...
Fix datefield calendar display when changing NULL state
2023-07-05 21:02:31 -03:00
Maurício Meneghini Fauth
13d99bc1e3
Add ChangeLog entry for #18473
...
Fixes #18473
Closes #18483
Closes #18484
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-05 20:35:46 -03:00
Maurício Meneghini Fauth
e17e32e747
Merge branch 'SachinBahukhandi-null-not-applied-after-clearing-nullable-fix' into QA_5_2
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-05 20:32:22 -03:00
Sachin Bahukhandi
501837d1a4
Fixed the NULL not applied after clearing nullable field
...
Signed-off-by: Sachin Bahukhandi <sachinb0013@gmail.com>
(cherry picked from commit bedd3b21a8 )
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-05 20:30:14 -03:00
Maurício Meneghini Fauth
a9bbce6b99
Add ChangeLog entry for #17528
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-05 10:03:06 -03:00
Maurício Meneghini Fauth
02d309ae73
Merge pull request #18520 from liviuconcioiu/17528
...
Fix #17528 - Fix wrong encoding of db group names
2023-07-05 09:57:39 -03:00
Liviu-Mihail Concioiu
82396c4f76
Fix wrong encoding of db group names
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2023-07-01 08:08:44 +02:00
William Desportes
42f0b8fe0f
Add a ChangeLog entry for #18403
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-06-29 12:43:42 +02:00
William Desportes
9162f1afe9
Merge #18518 - Fix #18403 - Uncaught SyntaxError: JSON.parse
...
Fixes : #18403
Pull-request: #18518
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-06-29 12:42:39 +02:00
William Desportes
cbc8595258
Update the ChangeLog entry for #17420
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-06-29 12:40:29 +02:00
cbasguti
0d9fb3100d
fix: Uncaught SyntaxError: JSON.parse
...
JSON.parse: unexpected character at line 1 column 1 of the JSON data
Signed-off-by: cbasguti <sebastian.gutierrezj@udea.edu.co>
2023-06-28 08:29:09 +02:00
Maurício Meneghini Fauth
506175861a
Fix error when changing the chart columns in the monitor page
...
Fixes https://github.com/phpmyadmin/phpmyadmin/issues/18159
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-19 21:09:40 -03:00
Yevhen Bronza
445ad1df66
Translated using Weblate (Ukrainian)
...
Currently translated at 99.8% (3422 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/uk/
Signed-off-by: Yevhen Bronza <zhenya.bronza@gmail.com>
2023-06-19 20:48:49 +02:00
Maurício Meneghini Fauth
00768c0efd
Upgrade JavaScript dependencies
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-17 16:32:27 -03:00
Maurício Meneghini Fauth
5f7499abb0
Fix profiling chart not loading when profiling is activated
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-17 15:26:19 -03:00
EGuillemot
e6bbb848a3
Translated using Weblate (French)
...
Currently translated at 100.0% (3427 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/fr/
Signed-off-by: EGuillemot <Elouen.Guillemot@gmail.com>
2023-06-09 01:49:26 +02:00
Maurício Meneghini Fauth
6243459b74
Bump sql-parser version to 5.8.0
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-06 14:07:06 -03:00
Maurício Meneghini Fauth
7b88ab16af
Fix a case where a fatal error message was not displayed
...
A fatal error message was not displayed when the ResponseRenderer object
already had some HTML, because the output buffer is only displayed when
there is no HTML.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-03 17:01:51 -03:00
Maurício Meneghini Fauth
64eceff4f9
Fix state times not getting summed in the profiling table
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-06-02 16:31:10 -03:00
Maurício Meneghini Fauth
578dbb301c
Fix SQL statement not being displayed correctly on RTL languages
...
Fixes #18471
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-31 12:48:34 -03:00
Maurício Meneghini Fauth
3f587ccce4
Improve unit test for ResponseRenderer::setAjax()
...
Also tests the setAjax() method of Header, Footer and Console classes.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-31 00:26:48 -03:00
Maurício Meneghini Fauth
b9084615f6
Fix execute routine page not working when not in a modal
...
Fixes #18441
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-30 15:00:22 -03:00
Maurício Meneghini Fauth
746a34c009
Fix the actions not being hidden in the Triggers, Routines, Events pages
...
Fixes #17392
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-29 16:46:42 -03:00
diprofinfiniti
53b4011ed1
Translated using Weblate (Malay)
...
Currently translated at 9.3% (319 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/ms/
Signed-off-by: diprofinfiniti <anonynuine-999@yahoo.com>
2023-05-29 17:33:22 +02:00
William Desportes
c4c0c8c834
Bump laminas/laminas-diactoros CI PHP requirement to PHP 8.0
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 13:12:18 +02:00
William Desportes
3e644647e8
Fix mock value bug in phpunit, bump phpunit 8.5
...
This did happen to me in Ubuntu while packaging, until now I did not understand it correctly.
It's a phpunit bug for sure, patched in 8.5.16.
Most probably due to https://github.com/sebastianbergmann/phpunit/pull/4678
```
1) PhpMyAdmin\Tests\TableTest::testDuplicateInfo
Invalid argument supplied for foreach()
libraries/classes/Table.php:944
test/classes/TableTest.php:955
phpvfscomposer://vendor/phpunit/phpunit/phpunit:60
```
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 13:01:09 +02:00
William Desportes
2db38cbe03
Bump phpmyadmin/twig-i18n-extension for PHP 8 support
...
Run: `php7.2 /bin/composer update --prefer-lowest`
PHP message: PHP Deprecated: Optional parameter $context declared before required parameter $notes is implicitly treated as a required parameter in vendor/phpmyadmin/twig-i18n-extension/src/Node/TransNode.php on line 65
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 12:29:09 +02:00
William Desportes
18f5ab26fa
Bump the version of web-auth/webauthn-lib
...
Run: `php7.2 /bin/composer update --prefer-lowest`
and `php7.2 ./vendor/bin/phpunit --filter=webauth`
```
1) PhpMyAdmin\Tests\WebAuthn\WebauthnLibServerTest::testGetCredentialCreationOptions
ArgumentCountError: Too few arguments to function Webauthn\Server::__construct(), 2 passed in libraries/classes/WebAuthn/WebauthnLibServer.php on line 45 and exactly 3 expected
PhpMyAdmin\Tests\WebAuthn\WebauthnLibServerTest::testGetCredentialRequestOptions
ArgumentCountError: Too few arguments to function Webauthn\Server::__construct(), 2 passed in libraries/classes/WebAuthn/WebauthnLibServer.php on line 83 and exactly 3 expected
```
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 12:19:57 +02:00
William Desportes
4504fe0866
Fix a testing warning
...
1) Warning
Test method "testOrSkip" in test class "PhpMyAdmin\Tests\Http\Factory\ServerRequestFactoryTest" is not public.
phpvfscomposer:///vendor/phpunit/phpunit/phpunit:60
vendor/bin/phpunit:118
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 12:11:58 +02:00
William Desportes
eec0f60b84
Update baselines
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 12:06:26 +02:00
William Desportes
30274190f8
Fix test-php-psr7-implementations CI
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 12:05:23 +02:00
William Desportes
34922bace5
Update create-release.sh
...
Ref: https://github.com/DASPRiD/Enum/pull/14
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:37:58 +02:00
William Desportes
98cd2ab1de
Fix the workflow for PSR-7 libraries
...
Ref: 3b4b4e287a
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:25:38 +02:00
William Desportes
9a68412f4d
Update ChangeLog for 54471c7cd8
...
Ref: 54471c7cd8
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:23:11 +02:00
William Desportes
54471c7cd8
Require slim/psr7 1.4.1 for CVE-2023-30536 - GHSA-q2qj-628g-vhfw
...
Ref: https://github.com/slimphp/Slim-Psr7/pull/286
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:21:58 +02:00
William Desportes
a9cd68b87d
Revert "Replace slim/psr7 by nyholm/psr7"
...
This reverts commit 4a965c6d15 .
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:21:53 +02:00
William Desportes
95866856f9
Merge #18452 - Prefill the field field_default_value on Central Columns
...
Pull-request: #18452
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-05-29 11:13:31 +02:00
faissaloux
edb0f47751
fix datefield calendar display when changing NULL state
...
Signed-off-by: faissaloux <fwahabali@gmail.com>
2023-05-25 13:46:00 +01:00
Kamil Tekiela
0a2512e583
Prefill the field field_default_value
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-05-24 22:34:20 +01:00
IAndreyI
7943cf86ed
Fix #18314 - dragged row in index form ( #18388 )
...
* fix dragged row in index form
Signed-off-by: Petrichenko Andrey <1993czar@gmail.com>
* correct remarks
Signed-off-by: Petrichenko Andrey <1993czar@gmail.com>
---------
Signed-off-by: Petrichenko Andrey <1993czar@gmail.com>
Co-authored-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-24 18:22:49 -03:00
Maurício Meneghini Fauth
6d6f3dc29f
Merge pull request #18449 from kamil-tekiela/Fix-broken-link-button
...
Fix broken link-button
2023-05-24 17:36:32 -03:00
Kamil Tekiela
daa6cb9c12
Fix broken link-button
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-05-24 21:29:45 +01:00
Andrzej Pauli
442a30e226
Translated using Weblate (Polish)
...
Currently translated at 51.1% (1753 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Andrzej Pauli <andrzej.pauli@gmail.com>
2023-05-20 21:48:02 +02:00
Maurício Meneghini Fauth
50bca5c1cb
Fix duplicate query params in the SQL message card
...
Adds tests for the Html\Generator::getMessage() method.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-05-17 16:06:36 -03:00
Kamil Tekiela
39980dcccd
Translated using Weblate (Polish)
...
Currently translated at 50.6% (1737 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2023-05-13 12:51:24 +02:00
sebastians17
4b9e85af88
Translated using Weblate (Polish)
...
Currently translated at 50.6% (1737 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: sebastians17 <sebastians117.ss@gmail.com>
2023-05-13 12:51:24 +02:00
EngageIndo
2cfb11a562
Translated using Weblate (Indonesian)
...
Currently translated at 76.4% (2621 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/id/
Signed-off-by: EngageIndo <engageindo@gmail.com>
2023-05-12 01:08:19 +02:00
sebastians17
3227d6b38d
Translated using Weblate (Polish)
...
Currently translated at 47.5% (1629 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: sebastians17 <sebastians117.ss@gmail.com>
2023-05-09 16:50:03 +02:00