Stanislav Romanov
5d277372a8
Fix navigation panel search
...
Signed-off-by: Stanislav Romanov <romsv@list.ru>
2024-06-20 17:40:28 +07:00
Maurício Meneghini Fauth
ad5d50d840
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-16 20:22:38 -03:00
Maurício Meneghini Fauth
0631cdf07f
Merge #19141 Add cookie prefix '-__Secure-' to cookies
...
Fixes #18608
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-16 20:14:07 -03:00
martin762
cb56b7fe45
Add cookie prefix '-__Secure-' to cookies
...
The PR will modify the 'GetCookieName' functtion by hard coding the prefix ' __Secure-' to each cookie name when 'isHttps()' is true, Apparently the prefix will be recognise
d and enforced by most browsers (ignored by the older ones).Update Config.php
The raison d'aitre for this PR is contained in my issue # 18608.
This PR will replace the line 953, part of the GetCookieName function :
return $cookieName . ( $this->isHttps ? '_https' : '' );
with the amended line:
return ( $this->isHttps() ? '__Secure-' : '’ ) . $cookieName . ( $this->isHttps() ? '_https' : ‘’ );
Signed-off-by: martin762 <martin762green@btinternet.com>
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-16 20:04:37 -03:00
Maurício Meneghini Fauth
23de646fbb
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-16 19:20:45 -03:00
Maurício Meneghini Fauth
7baf4f8f3c
Merge #19188 Simulate query fixes
...
Fixes #19187
Depends on https://github.com/phpmyadmin/sql-parser/pull/560 to work
without regression in the case of a condition `0` because now the
query is parsed and built again to remove comments.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-16 11:55:04 -03:00
phpMyAdmin bot
a5ccad49d5
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-06-16 00:21:15 +00:00
Maurício Meneghini Fauth
b9c85cf462
Merge pull request #19197 from MauricioFauth/localised-date-refactor
...
Change Util::localisedDate() to use DateTimeImmutable
2024-06-14 19:50:11 -03:00
Ricky From Hong Kong
1cb4390a2b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 96.4% (3305 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/zh_Hant/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-14 20:09:23 +00:00
Burak Yavuz
efbf2f3e94
Translated using Weblate (Turkish)
...
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/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2024-06-14 20:09:22 +00:00
Ricky From Hong Kong
216663ba45
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 93.5% (3184 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hant/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-14 18:09:19 +02:00
Ricky From Hong Kong
9fab888fb7
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.6% (3393 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hans/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-14 18:09:19 +02:00
Burak Yavuz
27e2fa0474
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3404 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2024-06-14 18:09:18 +02:00
Ricky From Hong Kong
4ea7620d89
Translated using Weblate (Dutch)
...
Currently translated at 99.1% (3376 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-14 18:09:18 +02:00
Maurício Meneghini Fauth
220e32b72c
Refactor DateFormatTransformationsPlugin class
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-13 22:27:36 -03:00
Ricky From Hong Kong
cfbd72df8e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 95.9% (3288 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/zh_Hant/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-13 18:09:18 +02:00
Ricky From Hong Kong
2782c241ac
Translated using Weblate (Dutch)
...
Currently translated at 99.9% (3426 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/nl/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-13 18:09:17 +02:00
Ricky From Hong Kong
59586f088f
Translated using Weblate (Azerbaijani)
...
Currently translated at 45.4% (1557 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/az/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-13 18:09:15 +02:00
Ricky From Hong Kong
034a273f38
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 92.9% (3163 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/zh_Hant/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-13 17:09:17 +02:00
Ricky From Hong Kong
d9169f0e8a
Translated using Weblate (Azerbaijani)
...
Currently translated at 42.6% (1453 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/az/
Signed-off-by: Ricky From Hong Kong <lamricky11@hotmail.com>
2024-06-13 17:09:16 +02:00
Maurício Meneghini Fauth
0925890895
Change Database\StructureController to use DateTimeImmutable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-12 17:01:35 -03:00
Maurício Meneghini Fauth
dbda4cf483
Change Util::localisedDate() to use DateTimeImmutable
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-12 17:01:35 -03:00
Maurício Meneghini Fauth
725f4b94de
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-12 15:58:51 -03:00
Maurício Meneghini Fauth
e7983661ec
Update JS dependencies
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-12 15:27:02 -03:00
Maurício Meneghini Fauth
641598254d
Update PHP dependencies
...
- Upgrading phpstan/extension-installer (1.4.0 => 1.4.1)
- Upgrading slim/psr7 (1.6.1 => 1.7.0)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-10 18:30:29 -03:00
phpMyAdmin bot
d240a054fe
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-06-09 00:22:12 +00:00
Sebastian
b15a7a35a9
Translated using Weblate (Polish)
...
Currently translated at 99.8% (3399 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pl/
Signed-off-by: Sebastian <stomczyk145@gmail.com>
2024-06-08 10:09:15 +00:00
Krylan
34b27123dd
Translated using Weblate (Polish)
...
Currently translated at 99.8% (3399 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pl/
Signed-off-by: Krylan <drapeg1@gmail.com>
2024-06-08 10:09:15 +00:00
Maurício Meneghini Fauth
8245064033
Downgrade Alpine to version 3.18
...
In Alpine 3.19, Composer runs with PHP 8.2 failing the installation.
Related to 0b2f5e5e12
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-07 19:25:06 -03:00
Maurício Meneghini Fauth
0b2f5e5e12
Update Alpine from 3.17 to 3.19
...
phpstan/extension-installer 1.4.0 requires composer-plugin-api ^2.6.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-07 19:15:22 -03:00
Maurício Meneghini Fauth
27b20df197
Upgrade PHP dependencies
...
- Upgrading phpstan/extension-installer (1.3.1 => 1.4.0)
- Upgrading phpstan/phpstan (1.11.3 => 1.11.4)
- Upgrading roave/security-advisories (dev-latest 255803f => dev-latest 8a3826f)
- Upgrading symfony/cache (v6.4.7 => v6.4.8)
- Upgrading symfony/config (v6.4.7 => v6.4.8)
- Upgrading symfony/console (v6.4.7 => v6.4.8)
- Upgrading symfony/dependency-injection (v6.4.7 => v6.4.8)
- Upgrading symfony/expression-language (v6.4.7 => v6.4.8)
- Upgrading symfony/filesystem (v6.4.7 => v6.4.8)
- Upgrading symfony/process (v5.4.39 => v5.4.40)
- Upgrading symfony/string (v6.4.7 => v6.4.8)
- Upgrading symfony/var-exporter (v6.4.7 => v6.4.8)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-07 18:43:11 -03:00
Maurício Meneghini Fauth
1a2e9a6499
Merge #19190 Allow opening table create form without table name
...
Allow opening the full table create form without entering a table name.
The name will still be required in the full form.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-07 17:59:52 -03:00
Maurício Meneghini Fauth
105dd39a3a
Merge #19189 - Fix sorting with group by etc
...
Fixes #18075
Also fix the check if limit needs to be removed.
`$analyzedSqlResults['limit']` is a `bool`, never `null`;
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-07 10:41:01 -03:00
Maurício Meneghini Fauth
b4cbb4f4a4
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-06 11:25:01 -03:00
Maurício Meneghini Fauth
a38f06ef08
Merge #19152 - Add custom rows value to select
...
Add custom page size to browse table when coming from search view
Fixes #18394
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-06 10:55:36 -03:00
Maurício Meneghini Fauth
4d668bd365
Merge pull request #19193 from MauricioFauth/config-inline-params-script-extraction
...
Extract config inline params JS from config/form_display/display.twig
2024-06-06 08:29:05 -03:00
Mikhail Shchipilin
40fdced4d4
Translated using Weblate (Russian)
...
Currently translated at 100.0% (3404 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Mikhail Shchipilin <mike@manticoresearch.com>
2024-06-06 02:09:38 +02:00
Maurício Meneghini Fauth
e03642be0d
Extract config inline params JS from config/form_display/display.twig
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-05 20:08:21 -03:00
Maurício Meneghini Fauth
1db76c69f1
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-03 22:04:18 -03:00
Maurício Meneghini Fauth
c66cdc26a9
Merge pull request #19192 from MauricioFauth/routes-cache
...
Fix routes cache validation
- Fixes #19086
2024-06-03 20:23:16 -03:00
Maurício Meneghini Fauth
ece6f4da0b
Fix routes cache validation
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-03 20:04:59 -03:00
Burak Yavuz
b7e0985fc5
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3404 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2024-06-03 06:09:19 +02:00
Masahiro Fujimoto
ce54327a5e
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (3404 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2024-06-03 06:09:18 +02:00
Yaron Shahrabani
24920f074b
Translated using Weblate (Hebrew)
...
Currently translated at 43.6% (1487 of 3404 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/he/
Signed-off-by: Yaron Shahrabani <sh.yaron@gmail.com>
2024-06-03 06:09:17 +02:00
Masahiro Fujimoto
7df158991d
Translated using Weblate (Japanese)
...
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/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2024-06-03 04:09:15 +00:00
phpMyAdmin bot
c33ffd2be5
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2024-06-02 00:20:52 +00:00
Maximilian Krög
fb3e4f0f5e
Allow opening table create form without table name
...
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-06-01 21:44:39 +02:00
Maurício Meneghini Fauth
0c37f2f272
Update PHP dependencies
...
- Upgrading composer/pcre (3.1.3 => 3.1.4)
- Upgrading httpsoft/http-message (1.1.4 => 1.1.5)
- Upgrading phpdocumentor/reflection-docblock (5.4.0 => 5.4.1)
- Upgrading phpmyadmin/sql-parser (dev-master 8e71491 => dev-master a472187)
- Upgrading phpstan/phpdoc-parser (1.29.0 => 1.29.1)
- Upgrading phpstan/phpstan (1.11.1 => 1.11.3)
- Upgrading roave/security-advisories (dev-latest c8cc008 => dev-latest 255803f)
- Upgrading squizlabs/php_codesniffer (3.9.2 => 3.10.1)
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2024-06-01 14:43:01 -03:00
Maximilian Krög
bf10893215
Fix column sorting with GROUP BY
...
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-06-01 18:14:34 +02:00
Maximilian Krög
3b84890770
Fix simulating query with -- comment
...
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2024-06-01 00:58:42 +02:00