Maurício Meneghini Fauth
aa3496f401
Merge pull request #18549 from MoonE/reflectionproperty-setvalue
...
Reflectionproperty setValue call deprecated in PHP 8.3
2023-07-19 20:54:00 -03:00
Maurício Meneghini Fauth
eb099f1f4d
Merge pull request #18548 from MoonE/fail-on-incomplete
...
Fail with incomplete test
2023-07-19 20:31:43 -03:00
Maximilian Krög
d716e30e60
Change deprecated ReflectionProperty method call
...
Is being deprecated in PHP 8.3
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-07-20 01:30:37 +02:00
Maximilian Krög
e2c7169bd3
Fail with incomplete test
...
Signed-off-by: Maximilian Krög <maxi_kroeg@web.de>
2023-07-19 23:59:39 +02:00
Szymon Burnejko
dd5d3406f1
Translated using Weblate (Polish)
...
Currently translated at 83.1% (2848 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-18 21:57:44 +02:00
Szymon Burnejko
4574eb71d4
Translated using Weblate (Polish)
...
Currently translated at 83.1% (2848 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-18 03:05:40 +02:00
Kozioł Marcin
8bf1b7eebc
Translated using Weblate (Polish)
...
Currently translated at 81.6% (2799 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Kozioł Marcin <koziol.martin@gmail.com>
2023-07-16 20:46:15 +02:00
Szymon Burnejko
cb983c72b2
Translated using Weblate (Polish)
...
Currently translated at 81.6% (2799 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-16 20:46:14 +02:00
Plajer
519ac0a845
Translated using Weblate (Polish)
...
Currently translated at 80.0% (2742 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Plajer <worthplay.pt@onet.pl>
2023-07-15 17:52:33 +02:00
Szymon Burnejko
457004fd00
Translated using Weblate (Polish)
...
Currently translated at 80.0% (2742 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-15 17:52:33 +02:00
William Desportes
a0d30e3de1
Update broken links in code
...
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 19:42:38 +02:00
Maurício Meneghini Fauth
12c79d6a60
Bump Node.js minimum version to 12
...
This version was already required by dependencies since 5.2.0.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-14 14:18:42 -03:00
William Desportes
e6560607e5
Add a ChangeLog entry for #14411
...
Pull-request: #18379
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 19:12:43 +02:00
William Desportes
7de25be000
Merge #18379 - Fix #14411 - Double tap to edit on Mobile
...
Fixes : #14411
Pull-request: #18379
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 19:10:08 +02:00
William Desportes
e47f5d9702
Fix #18325 - Remove the uppercase variant since we match /i
...
Ref: 6e88cbabd4
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 18:15:25 +02:00
William Desportes
298a7b5d2a
Fix #18325 - Forbid non valid hex chars following valid hex chars
...
Ref: 11421b4b05
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 18:12:34 +02:00
William Desportes
11421b4b05
Fix #18325 - Allow hex representations for integers with letters
...
- Allows the use of letters for hex
Thanks @M393
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 18:07:47 +02:00
William Desportes
4655646219
Fix testCheckFavoriteTable
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:32 +02:00
William Desportes
234d7dc3e2
Add a code search hint
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:31 +02:00
William Desportes
8b4a158a1b
Ref #16005 - Remove loading on each request favorites and recents
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:30 +02:00
William Desportes
007036765f
Fix #17443 - stop reloading the navigation tree if nothing changed
...
Fixes : #17443
Ref: ca54f1db05
Git bisect seems to say that ca54f1db05 is the first bad commit
And it is, in fact the `fixPmaTables` function was called with the request DB and so the code had 99.9% chance to NOT hit `$GLOBALS['reload'] = true;` since the clicked DB had no phpMyAdmin tables.
But now, it always targets first the phpmyadmin configured DB and so always does hit the reload, causing the panel to always reload
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:28 +02:00
William Desportes
d4b3f7844c
Fix sending "undefined" to sync favorites
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:27 +02:00
William Desportes
d1019373ce
Fix route /database/structure/favorite-table - it does not require a db name
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:25 +02:00
William Desportes
12c51dfa8e
Fix route display in SQL debug console
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 17:47:24 +02:00
Kozioł Marcin
9dd8671c2a
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Kozioł Marcin <koziol.martin@gmail.com>
2023-07-14 16:46:32 +02:00
Plajer
5e654e73fa
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Plajer <worthplay.pt@onet.pl>
2023-07-14 16:42:05 +02:00
Szymon Burnejko
4861d14fd6
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-14 16:42:05 +02:00
Kozioł Marcin
f5df3b1a0b
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Kozioł Marcin <koziol.martin@gmail.com>
2023-07-14 16:42:05 +02:00
Michal Biesiada
56be73d6fb
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Michal Biesiada <blade-14@o2.pl>
2023-07-14 16:42:04 +02:00
Sebastian Weremczuk
2b7ad72b2e
Translated using Weblate (Polish)
...
Currently translated at 79.3% (2719 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Sebastian Weremczuk <weremczuksebastian@gmail.com>
2023-07-14 16:42:04 +02:00
William Desportes
37239d9596
Add a ChangeLog entry for #18325
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 11:18:29 +02:00
William Desportes
6e88cbabd4
Fix #18325 - Allow hex representations for integers
...
- Allow exponential notation
- Allow +/- notation
Signed-off-by: William Desportes <williamdes@wdes.fr>
2023-07-14 11:17:39 +02:00
Szymon Burnejko
eb75f8d7b5
Translated using Weblate (Polish)
...
Currently translated at 79.2% (2715 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-14 01:53:07 +02:00
Maurício Meneghini Fauth
2cdf86d30c
Add unit test for 0c7848083d
...
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-13 17:35:50 -03:00
Maurício Meneghini Fauth
dfa7448914
Add ChangeLog entry for #18481
...
[ci skip]
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-13 15:15:04 -03:00
Sachin Bahukhandi
0c7848083d
Fixed the Pagination missing when using SELECT DISTINCT ( #18493 )
...
Signed-off-by: Sachin Bahukhandi <sachinb0013@gmail.com>
(cherry picked from commit 73efd6e03e )
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2023-07-13 15:11:23 -03:00
Luc
e0fa8d16cc
Translated using Weblate (German)
...
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/de/
Signed-off-by: Luc <some_physics@live.com>
2023-07-10 18:47:53 +02:00
Szymon Burnejko
b44a5f6532
Translated using Weblate (Polish)
...
Currently translated at 70.8% (2428 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-09 18:27:10 +02:00
Florian Knodt
928bcc56f9
Translated using Weblate (German)
...
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/de/
Signed-off-by: Florian Knodt <git@adlerweb.info>
2023-07-09 18:27:06 +02:00
Luc
1af2f6897e
Translated using Weblate (German)
...
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/de/
Signed-off-by: Luc <some_physics@live.com>
2023-07-09 18:27:05 +02:00
Kozioł Marcin
050ee588d1
Translated using Weblate (Polish)
...
Currently translated at 53.5% (1834 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Kozioł Marcin <koziol.martin@gmail.com>
2023-07-09 13:14:54 +02:00
Szymon Burnejko
6b696e7391
Translated using Weblate (Polish)
...
Currently translated at 53.5% (1834 of 3427 strings)
[ci skip]
Translation: phpMyAdmin/5.2
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-2/pl/
Signed-off-by: Szymon Burnejko <onufry7@gmail.com>
2023-07-09 13:14:54 +02: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