Commit Graph

33 Commits

Author SHA1 Message Date
Madhura Jayaratne
3b3a14f33c Space after function keyword
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-27 19:14:00 +05:30
Madhura Jayaratne
fb52e6af04 Closing parenthesis of a multi-line function call must be on a line by itself
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-27 17:57:36 +05:30
Marc Delisle
b01503a293 Merge commit '847fa85' 2015-04-10 09:55:11 -04:00
Madhura Jayaratne
c28dbb5970 Output buffering for css
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-04-09 11:34:40 +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
Marc Delisle
bab0572c1e Fix coding style
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-21 12:42:10 -04:00
Michal Čihař
d248c5ed1c SQL parser no longer needs to be included for generating CSS 2012-05-29 14:06:49 +02:00
Rouslan Placella
933ad71021 Merged CSS stylesheets 2012-05-18 19:14:09 +01:00
Rouslan Placella
83b9f16545 Language direction vars are already set in Theme.class.php 2012-05-08 20:23:05 +01:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
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
Dieter Adriaenssens
d35cba9808 Fixed local path disclosure vulnerability, see PMASA-2011-15 2011-10-03 20:44:43 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
9ff701560f bug #2032707 [core] PMA does not start if ini_set() is disabled 2008-08-01 19:15:01 +00:00
Sebastian Mendel
15bdf8def6 cleanup 2008-01-17 13:51:17 +00:00
Sebastian Mendel
899c69facd bug #1664240 [GUI] css height makes cfg TextareaRows useless 2007-12-14 09:22:43 +00:00
Sebastian Mendel
283c8ea014 removed bottom border ("new window link" already shows a dividing rule) 2007-12-12 09:08:13 +00:00
Marc Delisle
cb914d6407 patch #1838626 [GUI] Login interface broken on Konqueror, thanks to fhimpe 2007-12-01 16:06:01 +00:00
Marc Delisle
e7c61ccddf patch #1788277 unneeded lines in CSS, thanks to Juergen Wind 2007-09-09 14:06:56 +00:00
Marc Delisle
86e8de4285 remove duplicate field ids 2007-09-04 16:28:51 +00:00
Marc Delisle
f53ba525c1 bug #1780098 Logout causes CSS loss 2007-09-02 12:39:22 +00:00
Marc Delisle
17c81f3f97 bug #1758159 Wrong place for styling 2007-07-22 16:22:54 +00:00
Marc Delisle
e809642283 put emphasis on the db name in navi panel 2007-07-21 15:28:36 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
d0facc3d4f splitted common.lib.php into common.inc.php, core.lib.php and common.lib.php 2007-03-20 14:16:18 +00:00
Sebastian Mendel
374abd5173 fixed/added page level docblock 2007-03-20 10:32:13 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
42ac66ad74 get rid of propicon 2007-02-10 15:58:46 +00:00