s.c. yoo
cefa85b4b1
Translated using Weblate (Korean)
...
Currently translated at 74.8% (2568 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ko/
Signed-off-by: s.c. yoo <dryoo@live.com>
2022-10-17 02:04:14 +02:00
Maurício Meneghini Fauth
ca5d7602e5
Fix failing ExportTest on PHP 8.1
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-12 21:14:50 -03:00
Maurício Meneghini Fauth
8da8d3f8c8
Add types for Config\FormDisplay::save() parameters
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-12 19:19:36 -03:00
Maurício Meneghini Fauth
46fdea0d0e
Remove unneeded writing to $_POST in Database\Structure controllers
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-12 18:07:10 -03:00
Yun Minseo
f1f31c313d
Translated using Weblate (Korean)
...
Currently translated at 74.7% (2565 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ko/
Signed-off-by: Yun Minseo <ddugi1214@naver.com>
2022-10-12 12:26:28 +02:00
Maurício Meneghini Fauth
059705f06e
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-11 19:53:54 -03:00
Maurício Meneghini Fauth
72a6045f06
Fix some errors reported by Psalm
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-11 18:19:07 -03:00
Maurício Meneghini Fauth
f145488b1e
Fix possible issue in Selenium\TestBase::isSafari
...
Reported by PHPStan.
Bumb php-webdriver/webdriver version to 1.13
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-11 17:30:38 -03:00
Maurício Meneghini Fauth
43bb16b1a6
Merge pull request #17762 from kamil-tekiela/fix-isNumeric
...
Fix isNumeric
2022-10-11 14:49:13 -03:00
Liviu-Mihail Concioiu
5dc0daaa45
Add the links from "Server variables and settings" to the url system ( #17768 )
...
Fixes #17178
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2022-10-11 14:41:07 -03:00
Maurício Meneghini Fauth
4cd6b23007
Add Http\ServerRequest::getQueryParam method
...
Similar to the Http\ServerRequest::getParsedBodyParam method, this
method retrives a single parameter from the request query, or the
default value if not available.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-10 23:00:33 -03:00
Ajo van Opeain
5dd84d528f
Translated using Weblate (Slovak)
...
Currently translated at 73.0% (2496 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/sk/
Signed-off-by: Ajo van Opeain <ajo.opeain@gmail.com>
2022-10-10 19:59:44 +02:00
Kamil Tekiela
c19f6ae9ce
Fix isNumeric
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-10-10 15:02:15 +01:00
Maurício Meneghini Fauth
6785c97d22
Merge pull request #17764 from MauricioFauth/setup-basic-routing
...
Add basic routing system for setup pages
2022-10-10 07:21:54 -03:00
Maurício Meneghini Fauth
85f9d94f1b
Add basic routing system for setup pages
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-10 06:54:45 -03:00
Maurício Meneghini Fauth
2fda553382
Merge pull request #17763 from MauricioFauth/setup-page-refactor
...
Refactor setup entry points to use controllers
2022-10-10 05:09:06 -03:00
Maurício Meneghini Fauth
599ba97c79
Merge pull request #17759 from kamil-tekiela/FieldMetadata-test
...
Remove redundant tests
2022-10-10 04:53:25 -03:00
Maurício Meneghini Fauth
9437ddab93
Merge pull request #17761 from kamil-tekiela/indent
...
Fix indentation
2022-10-10 04:52:16 -03:00
Kamil Tekiela
99fb81bcc0
Fix indentation
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-10-09 21:45:36 +01:00
Maurício Meneghini Fauth
6e3fa576c6
Use ServerRequest object for setup controller
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-09 17:05:13 -03:00
Maurício Meneghini Fauth
e05c51576c
Extract setup entry points into controllers
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-09 16:22:51 -03:00
Jesper Skytte Marcussen
23995b3c73
Adding inputmode numeric to integer fields ( #17753 )
...
* Adding inputmode numeric to integer fields
To easier use phpMyAdmin on touch devices with virtual keyboards, adding the inputmode ensures that the correct virtual keyboard is shown per default when focusing the field.
See https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode for more information.
Related to #17745 .
Signed-off-by: Jesper Skytte <jesper@skytte.it>
2022-10-09 15:26:32 -03:00
Maurício Meneghini Fauth
ba02d77c53
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-09 15:18:27 -03:00
Maurício Meneghini Fauth
d0215d3054
Add ChangeLog entries for #17747 and #17756
...
[ci skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-09 15:06:07 -03:00
Mo Sureerat
f0a938f783
Fix issue - Edit/Copy/Delete row doesn't work when using GROUP BY ( #17758 )
...
* Fix issue - Edit/Copy/Delete row doesn't work when using GROUP BY
Root cause: GROUP_FLAG and NUM_FLAG have the same flags value 32768
Reference to https://www.php.net/manual/en/mysqli-result.fetch-fields.php
Fixes #17756
Signed-off-by: Mo Sureerat <sureemo@gmail.com>
2022-10-09 14:33:21 -03:00
phpMyAdmin bot
85be7dbe29
Update po files
...
[ci skip]
Signed-off-by: phpMyAdmin bot <bot@phpmyadmin.net>
2022-10-09 00:25:45 +00:00
Kamil Tekiela
02477e1181
Remove redundant tests
...
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
2022-10-08 21:48:48 +01:00
Maurício Meneghini Fauth
4b87169816
Merge pull request #17757 from MauricioFauth/phpstan-strict-rules
...
Add the phpstan/phpstan-strict-rules package
2022-10-08 09:39:54 -03:00
Maurício Meneghini Fauth
cf3c3fb9f1
Add the phpstan/phpstan-strict-rules package
...
Adds additional rules for PHPStan to make it more strict.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-08 00:12:20 -03:00
Maurício Meneghini Fauth
24a9b9146b
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-07 22:39:58 -03:00
Maurício Meneghini Fauth
bbf02a1e29
Merge pull request #17749 from sureemo/bugfix/column-visibility-toggle
...
Improve column visibility toggle ui
Fixes #17747
2022-10-07 22:31:23 -03:00
Maurício Meneghini Fauth
81ba2c86b0
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-07 21:50:44 -03:00
Maurício Meneghini Fauth
5e137ac0fc
Update Psalm/PHPStan baselines
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-07 21:38:17 -03:00
Domen
222ffa1e1a
Translated using Weblate (Slovenian)
...
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/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-10-05 07:19:59 +02:00
rajnikant sharma
3513eaedad
Translated using Weblate (Hindi)
...
Currently translated at 33.7% (1154 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/hi/
Signed-off-by: rajnikant sharma <rajtrivedi2001@gmail.com>
2022-10-05 07:19:58 +02:00
Nandini Gangadharan
f7b727d41e
Translated using Weblate (Hindi)
...
Currently translated at 33.7% (1154 of 3418 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/hi/
Signed-off-by: Nandini Gangadharan <nandinigangadharan13@gmail.com>
2022-10-05 07:19:58 +02:00
Domen
cd15c26e1f
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/sl/
Signed-off-by: Domen <mitenem@outlook.com>
2022-10-04 22:23:21 +02:00
Maurício Meneghini Fauth
1f57024781
Merge pull request #17752 from MauricioFauth/sodium-ext
...
Remove Sodium polyfill
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-04 08:54:24 -03:00
Maurício Meneghini Fauth
91a3237fb2
Remove Sodium polyfill
...
Removes the paragonie/sodium_compat package.
This polyfill is not required as the Sodium extension is bundled in PHP 7.2+.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-03 22:23:22 -03:00
Maurício Meneghini Fauth
9cdf0b1cd9
Merge branch 'QA_5_2'
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-03 21:00:20 -03:00
Maurício Meneghini Fauth
a3926fc48c
Add ChangeLog entry for #12359
...
[ci skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-03 20:09:21 -03:00
Dan Wallis
28443f6723
Send Content-Security-Policy headers in setup/ app ( #17751 )
...
This pull request adds Content-Security-Policy and other security-related headers to the setup/ application, as requested in #12359 .
Fixes #12359
Signed-off-by: Dan Wallis <mrdanwallis@gmail.com>
(cherry picked from commit 6e14811a05 )
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2022-10-03 19:47:31 -03:00
Dan Wallis
6e14811a05
Send Content-Security-Policy headers in setup/ app ( #17751 )
...
This pull request adds Content-Security-Policy and other security-related headers to the setup/ application, as requested in #12359 .
Fixes #12359
Signed-off-by: Dan Wallis <mrdanwallis@gmail.com>
2022-10-03 19:27:53 -03:00
William Desportes
0cc774d929
Translated using Weblate (French)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-03 15:18:58 +02:00
dingo thirteen
d056e2936b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/nl/
Signed-off-by: dingo thirteen <dingo13@d404.nl>
2022-10-03 15:18:57 +02:00
Luis Méndez Alejo
6faf379855
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/es/
Signed-off-by: Luis Méndez Alejo <gnumax@gmail.com>
2022-10-03 15:18:56 +02:00
Burak Yavuz
180962814e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (3430 of 3430 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/tr/
Signed-off-by: Burak Yavuz <hitowerdigit@hotmail.com>
2022-10-03 15:18:56 +02:00
Burak Yavuz
e52ff0e3a7
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-10-03 15:17:23 +02:00
dingo thirteen
b633b4c3c7
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-10-03 15:17:22 +02:00
William Desportes
02f986ddf5
Translated using Weblate (French)
...
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/fr/
Signed-off-by: William Desportes <williamdes@wdes.fr>
2022-10-03 15:17:21 +02:00