Commit Graph

38 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
feb200a000 Move DI classes to PhpMyAdmin namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-07-16 15:25:59 -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
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
Madhura Jayaratne
e3041f3b7a Use full namespace
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-17 08:30:53 +11:00
Madhura Jayaratne
e23827f67f Create a controller class for server plugins page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-16 22:01:12 +11:00
Hugues Peccatte
2b86a78162 Fix renamed class.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-09-20 18:22:01 +02:00
Madhura Jayaratne
f99c7db844 Add page name
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-18 17:17:46 +10:00
Madhura Jayaratne
74b183add4 Add server plugins page. Recovered partially from Drizzle support
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-18 17:09:51 +10:00
Madhura Jayaratne
80f5322fe2 Remove server plugin page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-09-10 01:07:00 +10:00
Madhura Jayaratne
3160799df6 Use phpmyadmin's secondary tabs instead of jQuery tabs
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-10 19:38:20 +05:30
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
Madhura Jayaratne
ca16959719 Remove trailing white spaces 2013-10-20 10:21:34 +05:30
xmujay
db39eeb423 refactor server_variables
1. move functions to separated files
2. render HTML at once
3. refactor function name to PMA_getHtmlForSubPageHeader
2013-08-02 20:05:27 +08:00
xmujay
b1eabfb597 fix the undefined error 2013-07-21 00:58:37 +08:00
xmujay
c8681dcc29 fix the code style error for some server_view pages 2013-06-29 16:58:30 +08:00
xmujay
fc3e0d961e move PMA_getSubPageHeader to server_common.inc.php 2013-06-07 23:32:17 +08:00
xmujay
fb72aaa04a refactor server_plugins.php:
1. change HTML mixture to php
2. change long code to functions
3. move functions to libraries/server_plugins.lib.php
2013-06-07 22:13:18 +08:00
Madhura Jayaratne
5c9941ab6a Some more missing renamings 2013-05-26 07:31:17 +05:30
Kasun Chathuranga
1c884f0cca PMA_DBI_free_result --> PMA_DBI_freeResult 2013-05-04 08:33:49 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Rouslan Placella
cf9b0d0027 Dropped includes for globally included JS files 2012-10-30 20:10:21 +00:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Rouslan Placella
7b85c709a8 Dropped server_links.inc.php 2012-05-05 16:44:27 +01:00
Michal Čihař
5d54482c66 Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
Marc Delisle
dd5aae9a67 jQuery UI is already included from common.inc.php 2012-04-09 09:09:07 -04:00
Marc Delisle
ef95bce35b Final removal of grab_globals script 2012-03-27 13:04:46 -04:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Piotr Przybylski
4a5cb00df5 Fix jQuery UI version number
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02:00
Piotr Przybylski
e8a0602f7b Sortable columns in plugin list 2011-07-09 17:33:45 +02:00
Piotr Przybylski
c3974ea3b6 Fix anchors in plugin list 2011-07-08 19:55:35 +02:00
Piotr Przybylski
26483ccc19 Better plugin list 2011-07-08 19:46:19 +02:00
Piotr Przybylski
940042c6b3 Add Plugins server tab for Drizzle 2011-06-01 13:19:10 +02:00