Michal Čihař
c162a75b9b
Improve javascript loading
...
- jquery-ui-timepicker-addon.js is loaded in Header, no need to load it
elsewhere
- jquery.validate.js is needed on way to many pages to benefit of
loading only on some of them
Signed-off-by: Michal Čihař <michal@cihar.com>
2017-12-15 08:36:23 +01:00
Maurício Meneghini Fauth
dcedb418dc
Refactor replication_gui functions to static methods
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-13 16:00:40 -03:00
Maurício Meneghini Fauth
cf354d29cd
Rename ServerStatusData to Server/Status/Data
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-07 14:07:04 -03:00
Maurício Meneghini Fauth
23c2b1189b
Refactor server_status_monitor to static methods
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-06 15:33:53 -03:00
Maurício Meneghini Fauth
8f943ae1c0
Move classes to PhpMyAdmin namespace
...
- Move Sanitize to PhpMyAdmin namespace
- Move SavedSearches to PhpMyAdmin namespace
- Move Scripts to PhpMyAdmin namespace
- Move ServerStatusData to PhpMyAdmin namespace
- Move Sql to PhpMyAdmin namespace
- Move StorageEngine to PhpMyAdmin namespace
- Move SubPartition to PhpMyAdmin namespace
- Move SysInfoLinux to PhpMyAdmin namespace
- Move SysInfoSunOS to PhpMyAdmin namespace
- Move SysInfoWINNT to PhpMyAdmin namespace
- Move SysInfo to PhpMyAdmin namespace
- Move SystemDatabase to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-07 01:46:08 -03:00
Maurício Meneghini Fauth
119563b7ea
Move classes to PhpMyAdmin namespace
...
- Move OpenDocument to PhpMyAdmin namespace
- Move OutputBuffering to PhpMyAdmin namespace
- Move Partition to PhpMyAdmin namespace
- Move Pdf class to PhpMyAdmin namespace
- Move RecentFavoriteTable to PhpMyAdmin namespace
- Move Response to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-30 23:44:10 -03:00
Maurício Meneghini Fauth
47865ee3bb
Move jqPlot to js/vendor
...
Move js/jqplot to js/vendor/jqplot
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-14 01:57:26 -03:00
Maurício Meneghini Fauth
61b7d5dfd8
Move js/jquery to js/vendor/jquery
...
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-06-14 01:57:25 -03:00
Cristiano Lancelotti
9c7c94df94
add plugin in server status monitor
...
Signed-off-by: Cristiano Lancelotti <lancelot.info@gmail.com>
2017-02-11 05:21:11 -02:00
Michal Čihař
616d216fd1
Simplify checks for Ajax request
...
Use isAjax method instead of doing the check separately.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 18:23:52 +01:00
Michal Čihař
308c9d7951
Simplify Response object handling
...
- always use use and short name
- avoid calling getInstance() several times in one script
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-12-07 18:17:59 +01:00
Michal Čihař
5cb88f380f
Remove excanvas
...
It's needed for IE < 9 and we no longer supports that.
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-14 09:51:53 +01:00
Madhura Jayaratne
f2a60e54f4
canvg.js does not seem to be used anymore
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2016-01-14 14:05:03 +11:00
Hugues Peccatte
42c0ebac85
Merge branch 'master' into useNamespaces_master
2015-09-09 22:05:00 +02:00
Madhura Jayaratne
d16bc93ff1
Remove Drizzle support from functionalities in server level
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:02:33 +10:00
Hugues Peccatte
7f8f34e89d
Remove classes require_once.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:22 +02:00
Hugues Peccatte
0761fb1801
Rename classes files.
...
Rename classes.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:30:21 +02:00
Hugues Peccatte
f0ba28fc1d
Set namespace on Advisor, Config, Console and Util classes.
...
Set namespace on DbQbe.
Set namespace to 'DbSearch'.
Split Advisor.class.php file.
Change Advisor namespace.
Rename DbQbe class and file.
Set namespace on DisplayResults.
Set namespace on Error.
Use namespace for ErrorHandler.
Add class autoloader.
Change ErrorHandler filename.
Remove some require.
Update Config namespace path.
Update PMA_Util to PMA\libraries\Util.
Rename Font and File classes files.
Use namespace for Footer.
Set namespace in all libraries classes.
Namespace OutputBuffering.
Export SubPartition.
Rename Partition file.
Namespace PDF.
Namespace RecentFavoriteTable.
Replace PMA_Response by Response and PMA_Message by Message.
Update uses and calls.
Fix unit tests.
Fix SqlParser autoload.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-01 21:22:52 +02:00
Rahul Kadyan
4d308ba364
Remove unneeded closing tags
...
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.
Reference: http://php.net/manual/en/language.basic-syntax.phptags.php
Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Hugues Peccatte
7a60853443
Replace $replication_info by a global variable.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09 19:14:26 +01:00
Hugues Peccatte
49836e6e6f
Use $replication_info everywhere, instead of $server_* variables.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-09 16:30:07 +01:00
Marc Delisle
bc7d57f613
The minimum supported MySQL version is 5.5
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-10-16 13:32:15 -04:00
Michal Čihař
2456af7a01
Remove no longer used JSON plugin for jQuery
...
Signed-off-by: Michal Čihař <michal@cihar.com>
2014-03-19 12:33:46 +01:00
Michal Čihař
50fb18a941
Drop no longer needed date.js
2013-07-08 11:27:36 +02:00
xmujay
e3a824cc7b
1. using a better function name 2. fix code style issue 3. add doc for functions
2013-06-17 21:43:13 +08:00
xmujay
cb2f07eb94
refactor the Ajax request part of server_status_monitor.php
...
1. split long code to function
2. move functions to server_status_monitor.lib.php
2013-06-16 16:58:06 +08:00
xmujay
6acdec1aef
rename the function to a meaningful name
2013-06-13 14:49:25 +08:00
xmujay
9156b61c40
refactor server_status_monitor.php
...
1. split long functions
2. add server_status_monitor.lib.php
2013-06-11 14:14:23 +08:00
Marc Delisle
302d38ad9d
Fix typo
2013-05-27 07:59:10 -04:00
Madhura Jayaratne
2baf473ad7
Merge branch 'master' into OOP_DBI
...
Conflicts:
libraries/database_interface.lib.php
2013-05-26 21:43:33 +05:30
Madhura Jayaratne
50b0eed668
isSuperuser() is also a part of DatabaseInterface class
2013-05-26 09:18:11 +05:30
Marc Delisle
3a89c9938a
Missing renamings
2013-05-25 15:22:43 -04:00
Marc Delisle
07f9493800
Fix merge conflicts
2013-05-25 07:29:30 -04:00
Marc Delisle
dda6b7f0e5
Improve message appearance
2013-05-25 07:25:22 -04:00
Atul Pratap Singh
2af41d6f58
Rename message in QA_4_0
2013-05-25 16:26:38 +05:30
Atul Pratap Singh
ebf75cd9b7
Rename message
2013-05-25 16:18:05 +05:30
Michal Čihař
b63ad15fb2
End sentence with stop
2013-05-24 10:59:43 +02:00
Atul Pratap Singh
ecf45f9de1
Merge branch 'master' of github.com:phpmyadmin/phpmyadmin
2013-05-24 01:43:58 +05:30
Atul Pratap Singh
0e23451efa
Wrap chart and legend in a single div, fix rearrange charts feature in status monitor
2013-05-24 01:30:02 +05:30
Madhura Jayaratne
e6b8ab7c30
Replace tabs with 4 whitespaces
2013-05-23 23:05:35 +05:30
Michal Čihař
37b6f67fcb
Merge pull request #387 from xmujay/2332_xmujay
...
make function outside class starting with "PMA"; render HTML at once
2013-05-15 23:20:28 -07:00
Marc Delisle
d44367e4db
Fix merge conflicts
2013-05-15 13:07:22 -04:00
xmujay
76df1ca1c1
make function outside class starting with "PMA"; render HTML at once
2013-05-15 23:48:30 +08:00
J.M
529903e0dd
Fix bug #3907 undefined variables, function parameter problems
...
Thanks Rasmus Lerdorf for analyzing!
2013-05-13 11:27:56 +02:00
Marc Delisle
9966cedcde
Fix merge conflicts
2013-05-11 07:34:09 -04:00
Michal Čihař
0ebf0a1324
Consistent function naming and corrected documentation
2013-05-10 09:42:17 +02:00
xmujay
665dbb65bf
fix Undefined variable: ServerStatusData
2013-05-10 15:14:08 +08:00
xmujay
46af1aeb38
refactor server_view:
...
1. add function for html render
2. code indention
3. split long lines
2013-05-07 21:35:41 +08:00
Kasun Chathuranga
5ef0833210
Merge branch 'master' into DBI_naming_cleanUp2
...
Conflicts:
sql.php
2013-05-05 20:58:07 +05:30
xmujay
dcb97f46ce
server_status_monitor.php refactor, split long function into small ones:
...
1 getTabLinksHtml
2 getPopContentHtml
2013-05-05 20:53:26 +08:00