Commit Graph

97 Commits

Author SHA1 Message Date
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
Michal Čihař
d1bb142e87 Remove unused param from PMA_Util::showMySQLDocu 2013-08-07 08:48:50 +02:00
xmujay
6e6bd82cd1 remove server_variables_doc.php and add a function to return doc links 2013-08-02 23:08:14 +08:00
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
Madhura Jayaratne
650a8cdda3 Convert database interface to a class 2013-05-24 17:30:59 +05:30
xmujay
191cc35760 make function starting with "PMA" 2013-05-16 00:16:30 +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
fbe4438628 PMA_DBI_fetch_result --> PMA_DBI_fetchResult 2013-05-01 00:05:16 +05:30
Kasun Chathuranga
7f56c8504d PMA_DBI_fetch_single_row --> PMA_DBI_fetchSingleRow 2013-05-01 00:03:03 +05:30
Rouslan Placella
4146f880e2 Use Response class for ajax responses 2012-11-09 19:29:30 +00:00
Rouslan Placella
f262fd61cd Shortened HTML output of server_variables.php 2012-11-09 19:29:30 +00:00
Rouslan Placella
a9381abb17 Dropped empty div 2012-11-09 15:49:31 +00:00
Rouslan Placella
14a7be6e37 Fixed direct linking to server variable name 2012-11-09 15:13:23 +00:00
Rouslan Placella
f431ab5d90 Dropped inline JS and global JS vars in server variables editor 2012-11-09 13:23:51 +00:00
Rouslan Placella
0120d79d9e Shortened class names 2012-11-09 13:23:51 +00:00
Rouslan Placella
fc9becacb6 Improved layout for server variables page 2012-11-09 13:23:51 +00:00
Rouslan Placella
82bcf5f794 Moved documentation links to first column in server_variables.php 2012-11-09 13:23:51 +00:00
Rouslan Placella
1dd69c3b9f Fixed server variable editor not working in anything other than Firefox' 2012-11-08 20:46:52 +00:00
Rouslan Placella
ecfe35a459 Dropped dead code - JS is manadatory in 4.0 2012-11-07 21:17:30 +00:00
Rouslan Placella
255eb43a92 Got rid of inline JS on server_variables.php 2012-10-30 20:04:51 +00:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Dieter Adriaenssens
a9dd9acc28 remove whitespace 2012-09-05 18:18:35 +02:00
Dieter Adriaenssens
853406142d improve coding style 2012-09-05 18:18:35 +02:00
Dieter Adriaenssens
0752198d98 remove mixed php and html 2012-09-05 18:18:35 +02:00
Madhura Jayaratne
7e169fcaef Coding style improvements 2012-08-31 01:27:17 +05:30
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
1871e8279e Fixed ajax responses in server_variable.php 2012-06-11 14:06:05 +01:00
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
Madhura Jayaratne
1427b2f2de Fix function names: PMA_AddJSVar -> PMA_addJSVar 2012-05-25 22:43:23 +05:30
Rouslan Placella
7b85c709a8 Dropped server_links.inc.php 2012-05-05 16:44:27 +01:00
Madhura Jayaratne
4ff76ff31c Coding style improvements (Inline control structures are discouraged) 2012-04-25 23:39:04 +05:30
Madhura Jayaratne
fa9aaea8c0 Coding style improvements 2012-04-13 20:57:17 +05:30
Michal Čihař
5d54482c66 Drop $cfg['MainPageIconic']. 2012-04-11 15:34:27 +02:00
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02: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
Yuichiro
5d78431052 Add gettext 2011-11-29 12:41:58 +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
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Michal Čihař
38e8365e5d Use PMA_AddJSVar 2011-08-19 10:39:45 +02:00
Tyron Madlener
cfa5ec283f - Easy editing of byte values using kb,mb,gb
- Keyboard shortcuts: Enter to save, Escape to cancel
2011-08-18 22:05:22 +03:00
Tyron Madlener
5caaf0ed29 more code cleanup 2011-08-10 13:01:00 +03:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Piotr Przybylski
0427378a05 Allow to use noclick class on table level 2011-08-02 23:14:52 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00