Commit Graph

110292 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
4d6235ebe2 Merge pull request #13493 from mauriciofauth/classes
Move DBI classes to PhpMyAdmin namespace
2017-07-16 00:48:35 -03:00
Maurício Meneghini Fauth
d9ac1865a2 Rename DBI include files
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-15 16:44:54 -03:00
Maurício Meneghini Fauth
6c6e86927a Move DBI classes to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-15 15:52:10 -03:00
Maurício Meneghini Fauth
3bf421d52c Merge pull request #13491 from mauriciofauth/classes
Move controllers to PhpMyAdmin namespace
2017-07-14 12:19:01 -03:00
Maurício Meneghini Fauth
95a409c4f2 Move controllers to PhpMyAdmin namespace
- Move base controllers to PhpMyAdmin namespace
- Move database controllers to PhpMyAdmin namespace
- Move server controllers to PhpMyAdmin namespace
- Move table controllers to PhpMyAdmin namespace

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-14 11:18:48 -03:00
Michal Čihař
66807421bd Remove no longer needed code from test
Apparenty nothing really needs PMA_USR_BROWSER_AGENT here, so avoid
setting it. This removes need for runkit here.

Issue #13484

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 17:38:14 +02:00
Michal Čihař
0983378e29 Replace PMA_SETUP define by configuration variable
This way we don't need runkit for testing and it's anyway a bit cleaner
approach.

Issue #13484

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 17:35:09 +02:00
Michal Čihař
6521f7de39 Add wrapper around PHP date function to ease testing
This way Tracker tests run on PHP 7 as well.

Issue #13484

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 17:22:48 +02:00
Michal Čihař
77d035240e Merge branch 'QA_4_7' 2017-07-12 16:57:11 +02:00
Michal Čihař
5f34bb20a8 Update sql-parser dependency
Needed for fixing #13385, #13483, #13485, #13486, #13487

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 16:56:08 +02:00
Michal Čihař
d291d891b8 Fix tests after responsive UI changes
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 14:56:05 +02:00
Michal Čihař
aae6142423 Merge branch 'QA_4_7' 2017-07-12 13:47:02 +02:00
Michal Čihař
58ad1c90b8 Improved handling of uploaded files with open_basedir
Check whether configured directory is writable as it might be subject to
open_basedir restrictions.

Fixes #13482

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-12 13:44:33 +02:00
Isaac Bennetch
a35a5a5c06 Changelog entry for mobile interface; #13422 d8d28dda23
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2017-07-11 18:27:15 -04:00
Isaac Bennetch
d8d28dda23 Merge pull request #13422 from manishbisht/responsive-design
Implemented responsive design.

Fixes #6241
2017-07-11 18:24:56 -04:00
Michal Čihař
063570071b Merge branch 'QA_4_7' 2017-07-11 16:37:55 +02:00
Michal Čihař
f0ba6576f8 Use correct constant name
Fixes #13475

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-11 16:37:33 +02:00
Michal Čihař
eac003d957 Merge pull request #13476 from devenbansod/fix_selenium_tests_1
Fix more selenium tests
2017-07-11 16:35:36 +02:00
Deven Bansod
f12182d261 Fix selenium tests related to ChangePassword, Login, Normalization, Serversettings
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2017-07-11 18:50:22 +05:30
Michal Čihař
c63a993279 Bring back token parameter
This is needed here as the request is called with processData=false.

This reverts commit 9b627d685b.

Fixes #13473
2017-07-11 07:21:17 +02:00
Manish Bisht
8889621f2b made mobile css changes in original theme
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
ffb7fb9680 icons added in original theme
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
4b69b625a0 minor fixes
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
37b006fd7f table structure fix
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
9e615ae96b left navigation fix and more button fix
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
8f2e1b6d08 navigation bar fix if vertical scrollbar present
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
f1527662bb navigation bar fix on widow resize
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
0bdcb8c6da fixes tests
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
34c7fd677e menu resizer callback removed for mobile devices
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
6e69a46b73 removed useless comments
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
63b9b8e6cf regenerated the sprites
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
d9da0ef09a made server replication page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
4bef222911 added scrolling in navigation bar for mobile devices
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
c13ac25f64 small navigation bar fix
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
2e04b4fab8 made table privileges page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
47949a797a made table insert page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
70d4971206 made table select page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
58a5b1d135 made ui dialog responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
68d4388da0 made server status queries chart responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
c1ef1ca196 made server status page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
d4c0d3d7ee made db events page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
202f0b89fa made db central page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
1b93212c2c made create table page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
46b1860354 replaced id responsivetable with class jsresponsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
9c105d43d9 made table relation page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
60e7b4a3e6 sorting hide on small screen - browse page
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
79c9c7b781 made database query page responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:27:20 +05:30
Manish Bisht
b82854ccd7 made prefs_forms responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:26:21 +05:30
Manish Bisht
9be3c1691a made structure tab of table responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:26:21 +05:30
Manish Bisht
fee038cec1 made privileges tab of database responsive
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:26:21 +05:30