Commit Graph

117351 Commits

Author SHA1 Message Date
Shailesh Jain
d50da1de8b
Removed w-100 class from tables in display_table_stats
Signed-off-by: Shailesh Jain <jainshailesh91@gmail.com>
2020-01-10 13:29:36 +01:00
William Desportes
6e6c3e0363
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-10 12:45:47 +01:00
William Desportes
acac4b14e6
Add ChangeLog entry for #15767
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-10 12:40:25 +01:00
William Desportes
3f801391ce
Merge #15771 - fix #15767 cannot copy user account on 5.0 - error # 1133
Pull-request: #15771
Fixes: #15767
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-10 12:33:54 +01:00
Yash Bothra
7c862e5c30 #15767 fixed by changing === to !==
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
2020-01-10 15:34:41 +05:30
William Desportes
62197351db
Fix warning on php 8.0 "ob_end_clean(): failed to delete buffer. No buffer to delete"
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 23:10:05 +01:00
William Desportes
bf555f43d1
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 20:47:14 +01:00
William Desportes
d806c17a3d
Merge branch 'QA_4_9' into QA_5_0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 20:11:43 +01:00
William Desportes
2ab95fc47c
Fix CI after sql-parser version 4.5.0
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 20:04:39 +01:00
William Desportes
90f7e9068b
Add ChangeLog entry for e68d0d6aab
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 19:43:34 +01:00
William Desportes
e68d0d6aab
Fix deprecation warning on export page "implode(): Passing glue string after array is deprecated. Swap the parameters"
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 19:39:11 +01:00
William Desportes
6492f8fc31
Add ChangeLog entry for #12726
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 18:49:20 +01:00
William Desportes
43af2b6b01
Merge #15768 - clickable user names in user accounts overview
Pull-request: #15768
Closes: #12726
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-09 18:48:01 +01:00
thesmallstar
ff3dc96edb Made Username in User Account Overview Clickable
Signed-off-by: Manthan Surkar <manthan.surkar@gmail.com>
2020-01-09 22:43:33 +05:30
Maurício Meneghini Fauth
5f36cd8aec Refactor top_menu.twig
Simplifies the navigation bar tab loop by removing the
get_html_tab function.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-08 19:42:29 -03:00
Maurício Meneghini Fauth
8bb28f82fe Ignore PHPStan errors
Ignores Plugins\Export\ExportSql class errors.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-08 19:40:57 -03:00
Isaac Bennetch
a89f3fe750 Fix merge conflicts
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-08 15:18:01 -05:00
Maurício Meneghini Fauth
ed415a61b3 Remove unused Bootstrap components
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-08 14:37:51 -03:00
Isaac Bennetch
f8412ea633 Prepare for version 5.0.2-dev
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 21:46:55 -05:00
Isaac Bennetch
8c2b30bd1f Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 21:07:21 -05:00
Isaac Bennetch
645989e87a Adding composer lock for 5.0.1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 21:03:54 -05:00
Isaac Bennetch
6c12159a0b Removing composer.lock
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 21:01:27 -05:00
Isaac Bennetch
b732639282 Adding composer lock for 4.9.4
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 20:58:59 -05:00
Isaac Bennetch
dc1e81e6b2 Fix merge conflicts from QA_4_9 and prepare for 5.0.1
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 20:56:25 -05:00
Maurício Meneghini Fauth
5b7e1c0e06
Merge pull request #15758 from mauriciofauth/common-includes
Remove server, db and tbl common include files
2020-01-07 22:53:18 -03:00
Maurício Meneghini Fauth
d0f28cef30 Refactor table pages common code
Extracts tbl_common.inc.php code to the Common::table() method and
removes the include file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-07 22:49:24 -03:00
Maurício Meneghini Fauth
385e7f86c0 Refactor database pages common code
Extracts db_common.inc.php code to the Common::database() method and
removes the include file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-07 22:49:24 -03:00
Maurício Meneghini Fauth
a1bcb9f0f3 Refactor server pages common code
Extracts server_common.inc.php code to the Common::server() method and
removes the include file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-07 22:49:24 -03:00
Maurício Meneghini Fauth
59ce2dbd67 Fix MonitorControllerTest
Fixes Server\Status\MonitorControllerTest when runned in isolation.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-07 22:46:27 -03:00
Maurício Meneghini Fauth
2e2c20ac31
Merge pull request #15759 from mauriciofauth/replication-include
Remove replication.inc.php file
2020-01-07 19:16:19 -03:00
William Desportes
3311c089c4
Merge branch 'QA_5_0'
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 21:25:25 +01:00
William Desportes
e16ccbdbc7
Add ChangeLog entry for #15351
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 21:12:30 +01:00
William Desportes
21c1bb81b0
Merge #15749 - Fix #15351 - retain 2FA setting
Pull-request: #15749
Fixes: #15351
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 21:11:09 +01:00
Jayati Shrivastava
7e007f8b7c
Fix #15351 - retain 2FA setting
Signed-off-by: Jayati Shrivastava <gaurijove@gmail.com>
2020-01-07 21:06:22 +01:00
Isaac Bennetch
fa53b374ad Prepare for version 4.9.4
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2020-01-07 14:10:45 -05:00
Isaac Bennetch
ce10567b74 Merge remote-tracking branch 'security/fix/293-sql-injection' into QA_4_9 2020-01-07 14:07:17 -05:00
William Desportes
af100abddf
Add more tests for testCookieDecrypt
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 19:07:27 +01:00
Maurício Meneghini Fauth
08afb43653 Remove replication.inc.php file
Extracts the replication.inc.php code to the ReplicationInfo class and
removes the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-07 14:31:46 -03:00
bepsvpt
fd553a45d5
Update and revert "Remove a test that can not be predictible"
This reverts commit a6155da6a9.

Co-authored-by: bepsvpt <og7lsrszah6y3lz@infinitefa.email>

Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 21:02:04 +08:00
Maurício Meneghini Fauth
96ee3b8ab0 Remove the table structure entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
7837ab81f2 Remove the table sql entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
634c9f38e9 Remove the table replace entry point file
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
4ffb6712ff Remove the table export entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
d190c82f1e Remove the table change entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
42468cb033 Remove the database sql entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
bb42779331 Remove the database export entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
bce0245387 Remove the server export entry point file
Directly calls the controller instead of including the file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Maurício Meneghini Fauth
cbce3a66e3 Remove the sql entry point file
Directly calls the controller instead of including the entry point file.

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2020-01-06 23:15:26 -03:00
Timothy Aditya Sutantyo
b74ed2f98e
Translated using Weblate (Indonesian)
Currently translated at 79.4% (2644 of 3332 strings)

[CI skip]

Translation: phpMyAdmin/5.0
Translate-URL: https://hosted.weblate.org/projects/phpmyadmin/5-0/id/
Signed-off-by: Timothy Aditya Sutantyo <timisutantyo@gmail.com>
2020-01-07 02:21:20 +01:00
William Desportes
106ec8dee2
Merge branch 'QA_5_0'
[ci skip]
Signed-off-by: William Desportes <williamdes@wdes.fr>
2020-01-07 01:36:03 +01:00