Isaac Bennetch
1e36be831e
Merge pull request #13342 from Achilles-96/Multi-Table-Query-UI
...
Replace "Query By Example" with new "Multi Table Query" interface
2017-08-23 12:23:59 -04:00
Michal Čihař
8621b70c88
Various coding style fixes
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-23 15:43:54 +02:00
Raghuram
75404f72a8
Interface design for Multi-table query
...
Signed-off-by: Raghuram <raghuram.vadapalli@research.iiit.ac.in>
2017-08-15 11:04:40 +05:30
Michal Čihař
ec259e8afd
Allow checking parameters in the request
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-02 09:38:17 +02:00
Michal Čihař
4f80efb477
Remove no longer valid comment
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-08-02 09:27:17 +02:00
Michal Čihař
8270a1c1e1
Indicate SSL status on main page
...
- indicate status on main page
- indicate possible configuration issues
- show in red if remote connection is not using SSL
- add overview documentation for server SSL setup
Fixes #12354
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-21 15:04:59 +02:00
Maurício Meneghini Fauth
570e826155
Move util.lib function into Util class
...
Move PMA\Util\get function to PhpMyAdmin\Util::getValueByKey
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-21 08:04:58 -03:00
Maurício Meneghini Fauth
2631bcedba
Move plugins classes to PhpMyAdmin namespace
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-20 11:50:12 -03:00
Michal Čihař
d15da74eda
Merge branch 'QA_4_7'
2017-07-18 12:00:02 +02:00
Michal Čihař
942e44afe7
Merge pull request #13499 from nijel/theme
...
Move Theme object out of session
2017-07-18 09:45:11 +02:00
Michal Čihař
8b00b90372
Remove last uses of PMA_MYSQL_INT_VERSION define
...
It is only kept as name in Advisor for now.
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 15:27:27 +02:00
Michal Čihař
8512442a7b
Use existing detection for showing server type
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 14:53:17 +02:00
Michal Čihař
51fb18612a
Move Theme object out of session
...
Honestly I don't see good reason for storing Theme in session as loading
it from the session will take about same time as loading it from the
disk.
Additionally it seems that current code really didn't really use the
object stored in session, it was constructed with every request anyway
(by ThemeManager::initializeTheme).
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-07-17 14:18:35 +02: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ř
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
Manish Bisht
4b69b625a0
minor fixes
...
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:29:51 +05:30
Manish Bisht
74310bb3ef
basic responsive navigation implemented
...
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
2017-07-10 22:20:37 +05:30
Michal Čihař
b0393ce823
Merge branch 'QA_4_7'
2017-07-10 15:27:44 +02:00
Michal Čihař
f563880af4
Merge branch 'QA_4_7'
2017-07-09 10:51:26 +02:00
Maurício Meneghini Fauth
ca910e8de8
Move classes to PhpMyAdmin namespace
...
- Move Table to PhpMyAdmin namespace
- Move Template to PhpMyAdmin namespace
- Move ThemeManager to PhpMyAdmin namespace
- Move Theme to PhpMyAdmin namespace
- Move Tracker to PhpMyAdmin namespace
- Move Transformations to PhpMyAdmin namespace
- Move TypesMySQL to PhpMyAdmin namespace
- Move Types to PhpMyAdmin namespace
- Move Util to PhpMyAdmin namespace
- Move VersionInformation to PhpMyAdmin namespace
- Move Url to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-08 10:54:21 -03:00