Maurício Meneghini Fauth
|
90d3bdc309
|
Remove dead code in common.inc.php
It should have been removed in d74ac17cb4.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-04 19:45:07 -03:00 |
|
Maurício Meneghini Fauth
|
f67aacd669
|
Extract goto and back setup from common.inc.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-04 19:00:32 -03:00 |
|
Maurício Meneghini Fauth
|
41622c7dfb
|
Extract method for token checking from common.inc.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-04 16:34:24 -03:00 |
|
William Desportes
|
0ee39388f5
|
Add a ChangeLog entry for #16223
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-04 09:47:14 +02:00 |
|
William Desportes
|
3d4949191e
|
Merge #16238 - Fixes #16223 - JSON input transformation editor is very narrow
Merge: #16238
Fixes: #16223
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-04 09:45:50 +02:00 |
|
William Desportes
|
4e6d455644
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-04 09:44:27 +02:00 |
|
Artem
|
29d38a5756
|
Translated using Weblate (Russian)
Currently translated at 98.1% (3294 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ru/
Signed-off-by: Artem <KovalevArtem.ru@gmail.com>
|
2020-07-04 09:35:48 +02:00 |
|
Maurício Meneghini Fauth
|
a22f7b1b7a
|
Fix some PHPStan errors
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-04 00:00:59 -03:00 |
|
Maurício Meneghini Fauth
|
337585249b
|
Fix some PHPStan erros in Util.php
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-03 20:40:57 -03:00 |
|
William Desportes
|
f757da7fae
|
Do not use phpstan test case class, use PHPUnit\Framework\TestCase
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-03 21:31:02 +02:00 |
|
Yogesh Ojha
|
43a521462d
|
Fix #16223 - set min height and width instead of a fixed value
Signed-off-by: Yogesh Ojha <yogesh.ojha11@gmail.com>
|
2020-07-02 22:24:40 +02:00 |
|
William Desportes
|
b41e17124b
|
Add a ChangeLog entry for #16139
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-02 22:12:20 +02:00 |
|
William Desportes
|
c8bc76b8dd
|
Merge #16236 - Fixes #16139 - ✨ Use TextArea for JSON columns.
Merge: #16236
Fixes: #16139
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-02 22:11:11 +02:00 |
|
Maurício Meneghini Fauth
|
05c62ad1a8
|
Fix some PHPStan errors
Fixes "Cannot access offset on array" errors.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-02 16:12:07 -03:00 |
|
William Desportes
|
0c81adcff2
|
Merge branch 'QA_5_0'
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 18:06:02 +02:00 |
|
William Desportes
|
68d6e26453
|
Add a ChangeLog entry for #16222
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 17:59:10 +02:00 |
|
William Desportes
|
25297a0b0e
|
Merge #16240 - Fixes #16222 - Can't use search page when table have a special characters
Merge: #16240
Fixes: #16222
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 17:54:06 +02:00 |
|
William Desportes
|
fd21520711
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 14:40:36 +02:00 |
|
William Desportes
|
50af2c9baa
|
Fix coding standard issues
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 14:35:20 +02:00 |
|
William Desportes
|
bbe1132484
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 14:05:53 +02:00 |
|
William Desportes
|
66f0c9cb1e
|
Merge remote-tracking branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 14:04:12 +02:00 |
|
William Desportes
|
9444234e78
|
Fix #16237 - Logo missing in upper left corner of navigation panel
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-01 13:55:11 +02:00 |
|
Maurício Meneghini Fauth
|
dfa5f92c31
|
Add return type declaration to fetch row methods
DatabaseInterface's fetchArray, fetchAssoc, fetchRow and fetchSingleRow
methods.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-29 20:32:04 -03:00 |
|
Maurício Meneghini Fauth
|
4cb24fe46e
|
Fix return types of fetchArray and fetchRow methods
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-29 13:10:26 -03:00 |
|
Maurício Meneghini Fauth
|
3a6cd6be21
|
Fix return type declaration of fetchAssoc method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-29 12:52:31 -03:00 |
|
ssantos
|
524b0b6537
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (3334 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pt/
Signed-off-by: ssantos <ssantos@web.de>
|
2020-06-29 12:06:14 +02:00 |
|
Szylu
|
c410f7f35d
|
Translated using Weblate (Polish)
Currently translated at 92.7% (3093 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/pl/
Signed-off-by: Szylu <chipolade@gmail.com>
|
2020-06-29 12:06:13 +02:00 |
|
ssantos
|
cf678a04fc
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (3307 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/pt/
Signed-off-by: ssantos <ssantos@web.de>
|
2020-06-29 00:41:46 +02:00 |
|
ssantos
|
efc45c9687
|
Translated using Weblate (Portuguese)
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/pt/
Signed-off-by: ssantos <ssantos@web.de>
|
2020-06-29 00:41:45 +02:00 |
|
Hugues Peccatte
|
ff3bbe0f99
|
Fix #16222 Secure parameters before giving them to DI
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
|
2020-06-28 16:21:28 +02:00 |
|
ABGEO
|
c96b314b39
|
🚨 Fix linter errors.
Signed-off-by: Temuri Takalandze <takalandzet@gmail.com>
|
2020-06-28 10:35:30 +04:00 |
|
ABGEO
|
2a363aad13
|
✨ Use TextArea for JSON columns.
Signed-off-by: ABGEO <takalandzet@gmail.com>
|
2020-06-27 21:03:43 +04:00 |
|
William Desportes
|
7c6b3de446
|
Merge #16231 - Fixes #16172 : allow change year in datetime or date
Pull-request: #16231
Fix: #16172
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-27 18:18:06 +02:00 |
|
William Desportes
|
4f6a1fc161
|
Fix coding standard issues after merge of #16226
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-27 18:13:45 +02:00 |
|
Ankush Patil
|
c0651e2513
|
Fixes #16172 : allow change year in datetime or date
Signed-off-by: Ankush Patil <aspraz2658@gmail.com>
|
2020-06-27 11:44:22 +05:30 |
|
Milo Ivir
|
83c8d5e5d4
|
Translated using Weblate (Croatian)
Currently translated at 27.3% (916 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/hr/
Signed-off-by: Milo Ivir <mail@milotype.de>
|
2020-06-26 21:41:44 +02:00 |
|
William Desportes
|
d6a1e4aee2
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-26 19:19:57 +02:00 |
|
William Desportes
|
638fb99f5b
|
Add a ChangeLog entry for #16226
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-26 19:13:04 +02:00 |
|
William Desportes
|
425c1c32a7
|
Fix #16226 - Error 500 after copying a table
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-26 19:11:53 +02:00 |
|
William Desportes
|
620530572d
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-26 18:59:45 +02:00 |
|
William Desportes
|
ebb0974d26
|
Merge #16230 - Fixes #16216 - Add ar_LY - Libian Arabic - language to Language Manager
Pull-request: #16230
Fix: #16216
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-06-26 18:55:25 +02:00 |
|
Isaac Bennetch
|
e05d25ba71
|
Add ar_LY - Libian Arabic - language to Language Manager
Fixes #16216
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
|
2020-06-26 10:42:13 -04:00 |
|
Maurício Meneghini Fauth
|
0612f0ce98
|
Remove the PhpMyAdmin\Di\Migration class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-26 00:58:36 -03:00 |
|
Maurício Meneghini Fauth
|
1e1ae014d2
|
Remove conditional param from Core::setGlobalDbOrTable
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-26 00:02:32 -03:00 |
|
Maurício Meneghini Fauth
|
b1ddbeb87d
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-25 15:41:52 -03:00 |
|
Maurício Meneghini Fauth
|
8d554c6c6d
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-25 15:40:15 -03:00 |
|
Maurício Meneghini Fauth
|
d8b394278a
|
Ignore .phpcs-cache file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-25 15:37:29 -03:00 |
|
Maurício Meneghini Fauth
|
2a981907d6
|
Extract copy action from db structure index method
Fixes #16173.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-24 21:10:11 -03:00 |
|
Maurício Meneghini Fauth
|
a05557a273
|
Extract copy with prefix from db structure index method
Related to #16173.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-06-24 20:55:22 -03:00 |
|
Lorenzo Asolan
|
46c17c0899
|
Translated using Weblate (Italian)
Currently translated at 99.7% (3325 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/it/
Signed-off-by: Lorenzo Asolan <brixiumx@gmail.com>
|
2020-06-24 13:41:47 +02:00 |
|