Maurício Meneghini Fauth
|
62f40a738f
|
Upgrade eslint-plugin-compat to 3.8.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-22 14:49:14 -03:00 |
|
Maurício Meneghini Fauth
|
007e8eb8db
|
Upgrade eslint-plugin-no-jquery to 2.5.0
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-22 14:24:05 -03:00 |
|
William Desportes
|
411ea73628
|
Update po files
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-22 17:53:34 +02:00 |
|
William Desportes
|
e97d82061d
|
Coding standard fixes after #14340
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-22 17:52:51 +02:00 |
|
Nguyễn Chí Thiện
|
501fe3e375
|
Translated using Weblate (Vietnamese)
Currently translated at 80.2% (2692 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/vi/
Signed-off-by: Nguyễn Chí Thiện <nguyenchithien@gmail.com>
|
2020-07-22 17:41:51 +02:00 |
|
William Desportes
|
b5677a9c6a
|
Disable automatic final new lines for *.twig files using .editorconfig
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-22 17:40:09 +02:00 |
|
William Desportes
|
4bc4a44078
|
Add a ChangeLog entry for #14340
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-22 17:39:28 +02:00 |
|
William Desportes
|
5fcac2fa9d
|
Merge #15365 - #14340 - Add a button on Export Page to show SQL Query
Pull-request: #15365
Fixes: #14340
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-22 17:37:45 +02:00 |
|
William Desportes
|
3174048943
|
Merge #15248 - #15247 exit handing in the codebase
|
2020-07-21 23:48:45 +02:00 |
|
William Desportes
|
d75b83d452
|
Fix #15247 - Move and rename the exit for sendResponseForGridEdit to getResponseForGridEdit
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-21 23:42:39 +02:00 |
|
Maurício Meneghini Fauth
|
3f01cd8c13
|
Remove Message::display method
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 19:43:46 -03:00 |
|
Maurício Meneghini Fauth
|
78e1b4055d
|
Remove Response handling from UserPassword class.
https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 19:07:02 -03:00 |
|
Maurício Meneghini Fauth
|
594779491c
|
Merge pull request #16272 from mauriciofauth/export-template-model
Create Export\TemplateModel class
|
2020-07-20 18:06:30 -03:00 |
|
ssantos
|
da85c940da
|
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-07-20 22:41:51 +02:00 |
|
Maurício Meneghini Fauth
|
baf4d090bd
|
Add ExportTemplateControllerTest test
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-20 15:41:08 -03:00 |
|
Maurício Meneghini Fauth
|
ea1713081c
|
Create Export\TemplateModel class
Extracts the database calls from the controller to the model.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-19 15:01:55 -03:00 |
|
Petr Duda
|
c8a57e8035
|
Translated using Weblate (Czech)
Currently translated at 100.0% (3355 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/cs/
Signed-off-by: Petr Duda <petrduda@seznam.cz>
|
2020-07-18 22:41:50 +02:00 |
|
William Desportes
|
f993c46e76
|
Fix failing tests and failing GitTest
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 10:53:48 +02:00 |
|
William Desportes
|
e78eb340bc
|
Some code improvements and fixes related to issue reported by Scrutinizer
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 10:29:15 +02:00 |
|
William Desportes
|
ce6a12bf56
|
Remove more typehints as object for php 7.1
Ref: a80153a633
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:44:06 +02:00 |
|
William Desportes
|
7a78895f6b
|
Remove typehint as object for php 7.1
Ref: a80153a633
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:33:35 +02:00 |
|
William Desportes
|
ddfdbc2134
|
Remove some useless doc blocks and fix some coding standard warnings
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:14:32 +02:00 |
|
William Desportes
|
66a7d2a84c
|
Update baselines after fixing some tyephints
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:02:21 +02:00 |
|
William Desportes
|
de0426aa48
|
Add some typehints on tests
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-18 00:01:57 +02:00 |
|
William Desportes
|
0340f66740
|
Fix some tests having wrong typehints
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 23:55:49 +02:00 |
|
William Desportes
|
a80153a633
|
Add typehints using phpcbf on test/*
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:52:42 +02:00 |
|
William Desportes
|
902cd89de9
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:31:11 +02:00 |
|
William Desportes
|
398e3112e0
|
Add a ChangeLog entry for #16261
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:26:51 +02:00 |
|
William Desportes
|
701e662cae
|
Merge #16266 - Fixes #16261 - Modal headings missing
Pull-request: #16266
Fixes: #16261
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:24:36 +02:00 |
|
William Desportes
|
8c9c4cf732
|
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:15:30 +02:00 |
|
William Desportes
|
cec35f4e9e
|
Merge #16267 - Fixes #16265 - Setup tabs are not aligned
Pull-request: #16267
Fixes: #16265
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:10:57 +02:00 |
|
William Desportes
|
3efa759ae2
|
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-17 22:08:03 +02:00 |
|
Maurício Meneghini Fauth
|
7b958b874f
|
Create ExportTemplateController class
Extracts export templates handling from Display\Export class.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-17 16:27:37 -03:00 |
|
Maurício Meneghini Fauth
|
ae975e594e
|
Remove Privileges::getHtmlForUserGroupDialog method
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-17 12:42:58 -03:00 |
|
Ivan Kayzer
|
da832ef5c4
|
Fix setup tabs alignment
Signed-off-by: Ivan Kayzer <ivan.kayzer@outlook.com>
|
2020-07-16 20:04:08 +02:00 |
|
Li Smith
|
239645f2d2
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 99.9% (3332 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/zh_Hans/
Signed-off-by: Li Smith <jinrishouji@sina.com>
|
2020-07-16 15:41:53 +02:00 |
|
ThonyVezbe
|
6a696081b6
|
Translated using Weblate (Breton)
Currently translated at 16.0% (534 of 3334 strings)
[CI skip]
Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/br/
Signed-off-by: ThonyVezbe <a.guechoum@gmail.com>
|
2020-07-16 15:41:52 +02:00 |
|
junseong kim
|
f9a5fe71fe
|
Translated using Weblate (Korean)
Currently translated at 81.5% (2697 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/ko/
Signed-off-by: junseong kim <anima94@naver.com>
|
2020-07-16 13:41:52 +02:00 |
|
ThonyVezbe
|
3188f97023
|
Translated using Weblate (Breton)
Currently translated at 15.6% (526 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/br/
Signed-off-by: ThonyVezbe <a.guechoum@gmail.com>
|
2020-07-16 13:41:51 +02:00 |
|
ThonyVezbe
|
14df6e9851
|
Translated using Weblate (Breton)
Currently translated at 16.2% (537 of 3307 strings)
[CI skip]
Translation: phpMyAdmin/4.9
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/4-9/br/
Signed-off-by: ThonyVezbe <a.guechoum@gmail.com>
|
2020-07-16 13:41:51 +02:00 |
|
junseong kim
|
553fbf3316
|
Translated using Weblate (Korean)
Currently translated at 78.5% (2636 of 3355 strings)
[ci skip]
Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ko/
Signed-off-by: junseong kim <anima94@naver.com>
|
2020-07-16 13:41:50 +02:00 |
|
Maurício Meneghini Fauth
|
045e860007
|
Add return types to routes functions
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-15 23:02:56 -03:00 |
|
Maurício Meneghini Fauth
|
5afb266763
|
Merge branch 'QA_5_0'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-15 19:49:29 -03:00 |
|
Maurício Meneghini Fauth
|
59b71dc299
|
Fix type errors when using saved searches
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-15 19:29:55 -03:00 |
|
William Desportes
|
d1462e92cb
|
Fix PhpMyAdmin\Database\Designer\Common::saveDisplayField return type
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-15 22:26:29 +02:00 |
|
Ivan Kayzer
|
30eb2d4d2f
|
Fix modal header in User accounts
Signed-off-by: Ivan Kayzer <ivan.kayzer@outlook.com>
|
2020-07-15 19:59:09 +02:00 |
|
William Desportes
|
6744a7de06
|
Merge #16263 - Fixes #16217 - Missing padding and css for error messages
Pull-request: #16263
Fixes: #16217
Signed-off-by: William Desportes <williamdes@wdes.fr>
|
2020-07-15 10:37:36 +02:00 |
|
Maurício Meneghini Fauth
|
b9165e6c30
|
Extract Sql::addBookmark to controller
Related to https://github.com/phpmyadmin/phpmyadmin/issues/16258.
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-14 21:23:42 -03:00 |
|
Felipe Barbosa
|
14a10f65d6
|
Make lint corrections
Signed-off-by: Felipe Barbosa <fekipedmb@gmail.com>
|
2020-07-14 20:41:56 -03:00 |
|
Maurício Meneghini Fauth
|
e5328434bf
|
Extract response from Operations class
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
|
2020-07-14 20:18:03 -03:00 |
|