William Desportes
b68cb89f5c
Update phpstan
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 14:30:14 +02:00
William Desportes
b68a1af509
Add ChangeLog entries for #17020 , 2389c6a07b, dce146f596, 4d7890d1f6 and #16973
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:58:17 +02:00
William Desportes
5d61d0b87e
Merge #17022 - Use correct min MySQL version for axis-order (8.0.1)
...
Pull-request: #17022
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:46:52 +02:00
William Desportes
32d0d3f149
Fix a typo
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:45:14 +02:00
William Desportes
e0adc6cbac
Fix #16973 - Undefined array key "n0_pos2_name" and not working pos3
...
This also fixes a bug introduced in: 52fcbdf422
9 years ago, I tried hard to understand how it is used but for now I could not figure out.
This is now back to working code for the pos3 if.
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:38 +02:00
William Desportes
a9cfb1ec88
Implement AbstractTestCase::setResponseIsAjax
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:38 +02:00
William Desportes
e7483689cb
Implement DbiDummy::removeDefaultResults
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:37 +02:00
William Desportes
4d7890d1f6
Fix "TypeError: strlen() expects parameter 1 to be string, null given"
...
Found on writing tests, should not happen
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:37 +02:00
William Desportes
dce146f596
Fix reported "Undefined index: environment"
...
Reported on error reporting server
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:37 +02:00
William Desportes
2389c6a07b
Fix reported "Undefined index: FirstDayOfCalendar"
...
Reported on error reporting server
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:37 +02:00
William Desportes
814da7d73d
Fix #17020 - "Notice Undefined index: sql_query"
...
It was reported and reproduced on 5.2 but anyway I fix it on 5.1 in case
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-20 01:30:36 +02:00
Maximilian Krรถg
c1c6b01195
Use correct min MySQL version for axis-order (8.0.1)
...
There was no version 8.0.10
https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html
Signed-off-by: Maximilian Krรถg <maxi_kroeg@web.de>
2021-07-20 01:28:29 +02:00
Giovanni Sora
84d62a3b6b
Translated using Weblate (Interlingua)
...
Currently translated at 77.0% (2608 of 3384 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/ia/
Signed-off-by: Giovanni Sora <g.sora@tiscali.it>
2021-07-19 22:33:41 +02:00
Kristjan Rรคts
aab310b698
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (3384 of 3384 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/et/
Signed-off-by: Kristjan Rรคts <kristjanrats@gmail.com>
2021-07-19 22:33:41 +02:00
William Desportes
aa9b58c63c
Add a ChangeLog entry for 34acbcdc38
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-16 02:47:37 +02:00
William Desportes
34acbcdc38
Fix calls to fetchRow using two parameters but function has only one parameter
...
None of our fetchRow methods have more than one parameter
Thank you Psalm for catching this !
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-16 02:28:03 +02:00
William Desportes
b58730c5ac
Add a ChangeLog entry for #17006
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 21:35:57 +02:00
William Desportes
a36dd1126b
Fix #17006 - Disable the URL limit for the MariaDB analyser feature
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 21:32:56 +02:00
William Desportes
8661506815
Update FAQ 1.20
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 18:44:19 +02:00
William Desportes
aa7957a979
Ref #16939 - Remove FAQ 6.28 and update FAQ 6.8
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 18:44:18 +02:00
Maurรญcio Meneghini Fauth
2535853fcc
Fix duplicate quote in navigation nodes
...
Signed-off-by: Maurรญcio Meneghini Fauth <mauricio@fauth.dev>
2021-07-15 13:07:31 -03:00
William Desportes
1692494643
Add ChangeLog entries for c81bb0ad39, #16976 and #16985
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 02:29:09 +02:00
William Desportes
4fcbd2ae45
Merge #17013 - Fix #16985 - Fixing the case-sensitive issue of innodb_file_format
...
Fixes : #16985
Pull-request: #17013
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 02:25:12 +02:00
William Desportes
f724f648e1
Fix #16976 - Wrong link when a table is moved from a database to another
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 02:13:03 +02:00
William Desportes
c81bb0ad39
Fix - do not try to process an empty common string, make more valid urls
...
Before: index.php?&server=1
After: index.php?server=1
Using move and go to database feature
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 01:43:39 +02:00
William Desportes
f490ee8867
Fix a coding standard mistake
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-15 00:49:21 +02:00
Fawzi E. Abdulfattah
751d415216
fixing the case-sensitive issue of innodb_file_format
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-15 00:02:57 +02:00
William Desportes
160fa0d1db
Add ChangeLog entries for #17011 and #16864
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-14 14:33:11 +02:00
William Desportes
1e62fd7c69
Fix #16864 - sync the botton margin rule to all themes
...
Ref: #14898
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-14 14:29:55 +02:00
William Desportes
69216c98a2
Fix #17011 - Make database tree line continuous
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-14 14:29:55 +02:00
William Desportes
aae0630b78
Update baselines and phpstan version to ^0.12.92
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:33:28 +02:00
William Desportes
7c17889d78
Ref #17010 - Fix #16994 - Be sure to always pass a string value
...
Pull-request: #17010
Ref: #16994
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:29:47 +02:00
William Desportes
363f26fe7b
Add ChangeLog entries for #16994 and #16975
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:27:10 +02:00
William Desportes
a552b15efc
Merge #17008 - Fix #16975 - Fixing the null issue with datetime in insert mode
...
Pull-request: #17008
Fixes : #16975
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:18:24 +02:00
William Desportes
7b2438f86c
Merge #17010 - Fix #16994 - Fixing the issue when assigning database to user with '_'
...
Pull-request: #17010
Fixes : #16994
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-13 22:15:10 +02:00
Fawzi E. Abdulfattah
5005c38d9d
Fixing the issue when assigning database to user with '_'
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-13 21:25:15 +02:00
Fawzi E. Abdulfattah
90793f6e88
Fixing the null issue with datetime in insert mode
...
Signed-off-by: Fawzi E. Abdulfattah <iifawzie@gmail.com>
2021-07-13 03:03:49 +02:00
Masahiro Fujimoto
749fc55fed
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (3384 of 3384 strings)
[ci skip]
Translation: phpMyAdmin/5.1
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-1/ja/
Signed-off-by: Masahiro Fujimoto <mfujimot@gmail.com>
2021-07-09 11:20:20 +02:00
William Desportes
5362dcb0ce
Add a ChangeLog entry for 086b93e02
...
Pull-request: #16986
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 15:30:31 +02:00
William Desportes
086b93e023
Merge #16986 - Fix table width on Query by example page for large screens
...
Pull-request: #16986
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 15:29:22 +02:00
Liviu-Mihail Concioiu
51b9a816b3
Fix table width on Query by example page
...
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
2021-07-08 15:26:16 +02:00
William Desportes
02a7dd4ea0
Add a ChangeLog entries for #16999 , #17001 and 56d9c26a82
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 15:20:54 +02:00
William Desportes
fec707c3f9
Fix #16999 - Add an Id and use it to toggle properly the search criteria area
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 15:11:07 +02:00
William Desportes
65d262c170
Fix #17001 - adjust function signatures and handle no table name case
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 14:52:18 +02:00
William Desportes
56d9c26a82
Fix a non translated button on central columns "add a new column row"
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 14:20:37 +02:00
William Desportes
874486c8c4
Update phpstan baseline
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 12:37:52 +02:00
William Desportes
285c44bdc6
Add a ChangeLog entries for #16998 and #17000
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 12:36:53 +02:00
William Desportes
0b9135597b
Fix #17000 - Multi edit on central columns on server > 1 logged out user
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 12:33:27 +02:00
William Desportes
e6c715a7a8
Fix #16998 - Multi table query submit on server > 1 logged out user
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 12:12:36 +02:00
William Desportes
082f1715f4
Add a ChangeLog entry for #16997
...
Signed-off-by: William Desportes <williamdes@wdes.fr>
2021-07-08 11:56:46 +02:00