Commit Graph

117285 Commits

Author SHA1 Message Date
William Desportes
d6b25eed4c
Merge #15755 - Fix #15751 - Error 404 when edit sql
Pull-request: #15755
Fixes: #15751
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 20:16:52 +01:00
William Desportes
5b787e7b6d
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 20:14:46 +01:00
William Desportes
bd808c8d4f
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 15:23:34 +01:00
William Desportes
156231d5bf
Fix not isset $GLOBALS['dblist']
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 15:22:35 +01:00
Maurício Meneghini Fauth
aaab14284f Remove requires from the routes file
Call the the controller directly instead of requiring the entry point
file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 11:02:41 -03:00
Yash Bothra
224289cac0 #15751 passed '&' as divider
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-06 19:19:19 +05:30
William Desportes
e3f9efe7e0
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 14:26:08 +01:00
William Desportes
d01dab811c
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 14:25:25 +01:00
William Desportes
71e67af91f
Add ChangeLog entry for #15724
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 14:20:08 +01:00
William Desportes
6c35ea3be7
Fix #15724 - Fix 2FA disabled
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-06 14:17:03 +01:00
Isaac Bennetch
af28c53645 Update documentation for creating a controluser.
This now provides information for newer MySQL (newer than 8.0) and MariaDB servers.

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-05 15:03:09 -05:00
Isaac Bennetch
1ae14b59a4 Documentation for the MySQL > 8.0 with PHP < 7.4 compatibility problem
Document fixes for caching_sha2_password authentication problems

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-05 15:01:34 -05:00
Olivier Humbert
c2704a017e
Translated using Weblate (French)
Currently translated at 100.0% (3335 of 3335 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-05 10:21:19 +01:00
Joshua PowellNishiyama
28fbf452e0
Translated using Weblate (Japanese)
Currently translated at 100.0% (3335 of 3335 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/ja/
Signed-off-by: Joshua PowellNishiyama <nzjpnboy@outlook.com>
2020-01-05 10:21:16 +01:00
Maurício Meneghini Fauth
4fcc1466d8 Refactor Table\StructureController controller
Extracts the table structure entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-04 15:02:28 -03:00
Maurício Meneghini Fauth
fdbf6ade80 Add environment config to test bootstrap
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-04 14:00:41 -03:00
Maurício Meneghini Fauth
363707890b Refactor Table\SqlController controller
Moves the table sql entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-04 13:50:02 -03:00
Maurício Meneghini Fauth
b3bce0d71e
Merge pull request #15331 from mauriciofauth/environment-config
Add working environment configuration directive
2020-01-04 13:33:14 -03:00
Maurício Meneghini Fauth
fc9fcd1550 Create Table\ReplaceController controller
Extracts the table replace entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-04 13:27:48 -03:00
Maurício Meneghini Fauth
a6e6555b73 Create Table\ExportController controller
Extracts the table export entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-04 12:43:46 -03:00
Olivier Humbert
62f068d048
Translated using Weblate (French)
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/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-04 15:21:17 +01:00
Olivier Humbert
162fb5731c
Translated using Weblate (French)
Currently translated at 100.0% (3332 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-04 15:21:17 +01:00
Maurício Meneghini Fauth
f4eb233b59 Create Table\ChangeController controller
Extracts the table change entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 17:21:08 -03:00
Maurício Meneghini Fauth
48a7ce660a Create Server\ExportController controller
Extracts the server export entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 16:20:30 -03:00
Maurício Meneghini Fauth
09daab7ba9 Refactor Database\SqlController controller
Moves the database sql entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 15:07:27 -03:00
Maurício Meneghini Fauth
5c2441c55c Create Controllers\SqlController controller
Extracts the sql entry point to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 14:41:45 -03:00
Maurício Meneghini Fauth
e9216ad486 Create Database\ExportController controller
Extracts the database export entry point logic to the controller.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 11:23:31 -03:00
Maurício Meneghini Fauth
c913eeab38 Add working environment configuration directive
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-03 09:44:33 -03:00
William Desportes
bd8e8a856a
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 17:28:18 +01:00
William Desportes
7c0bdfd48e
Fix #14936 - improve the fix for #14936
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 17:27:42 +01:00
William Desportes
02d13f6128
Add ChangeLog entry for #15734
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 17:20:15 +01:00
William Desportes
63b9f41a07
Fix #15734 - Uncaught TypeError: http_build_query() in setup
Fixes: #15734 
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 17:19:31 +01:00
William Desportes
eb557be072
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 16:23:45 +01:00
William Desportes
637ec3d8f5
Add ChangeLog entry #15693
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 16:19:54 +01:00
William Desportes
207d5a57ba
Merge #15703 - Fix #15693 - tab focus using refresh button
Pull-request: #15703
Fixes: #15693 

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 16:17:10 +01:00
Jayati Shrivastava
9cae108c11
Fix #15693 - tab focus using refresh button
Fixes #15693
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-02 16:12:10 +01:00
William Desportes
c45c78642d
Merge #15713 - Fix #15712 - tooltip z-index
Fixes: #15712
Pull-request: #15713
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:59:11 +01:00
Jayati Shrivastava
2102857167
Fix #15712 - tooltip z-index
Fixes: #15712
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-02 15:58:26 +01:00
William Desportes
c14500f323
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:50:55 +01:00
William Desportes
9f0b428f3b
Add ChangeLog entry for #15717
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:49:56 +01:00
William Desportes
8571ede403
Merg #15718 - Fixes #15717 - Warning popup not dissapearing
Pull-request: #15718
Fixes: #15717 
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:48:06 +01:00
Jayati Shrivastava
f428e4eeb7
Fixes #15717 - Warning popup not dissapearing
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-02 15:44:37 +01:00
William Desportes
cc48051a1e
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:35:15 +01:00
William Desportes
9119a961ef
Add ChangeLog entry for #15726
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:34:09 +01:00
William Desportes
1b913f611e
Merge #15730 - fix #15726 - double icon on enum editor
Pull-request: #15730
Fixes: #15726 
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-02 15:33:48 +01:00
Yash Bothra
c0a99eec94
fix #15726 - double icon on enum editor
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-02 15:28:19 +01:00
Olivier Humbert
7955f672d7
Translated using Weblate (French)
Currently translated at 100.0% (3332 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-02 14:21:21 +01:00
Olivier Humbert
1b1f2c5f77
Translated using Weblate (French)
Currently translated at 100.0% (3335 of 3335 strings)

[CI skip]

Translation: phpMyAdmin/Development
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/master/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-02 14:21:20 +01:00
Olivier Humbert
abe433ea7e
Translated using Weblate (French)
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/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-02 14:21:19 +01:00
Olivier Humbert
096feb5e8f
Translated using Weblate (French)
Currently translated at 100.0% (3332 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/fr/
Signed-off-by: Olivier Humbert <trebmuh@tuxfamily.org>
2020-01-01 12:21:18 +01:00