Commit Graph

185 Commits

Author SHA1 Message Date
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
e6cca75875 Cleanup spacing after @param 2012-04-27 11:32:47 +02:00
Michal Čihař
4cd3dd73b9 Standard way to link to documentation 2012-04-25 14:22:02 +02: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
Rouslan Placella
b324de61f3 Removed a class that became unnecessary after d55332848d 2012-04-20 21:16:04 +02:00
Jo Michael
d55332848d Shorter Login form JS form-show code 2012-04-20 20:53:34 +02:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Marc Delisle
6557b71b88 ChangeLog entry
Protect script contents with CDATA, see
https://developer.mozilla.org/En/Properly_Using_CSS_and_JavaScript_in_XHTML_Documents
2012-04-12 17:38:59 -04:00
Atul Pratap Singh
5ab6e746b8 Patch #3517040 Login screen appears under the page 2012-04-12 17:31:54 -04:00
Michal Čihař
f6d2c31839 Revert "Drop javascript hiding of login form"
This reverts commit 7a3160ce79.
2012-04-06 10:00:58 +02:00
Michal Čihař
fd3b21b0a6 Revert "Drop <noscript>"
This reverts commit c0c7b1c58f.
2012-04-06 10:00:56 +02:00
Michal Čihař
29f07f593d Wrap long line 2012-04-06 09:58:24 +02:00
Michal Čihař
c0c7b1c58f Drop <noscript> 2012-04-06 09:55:35 +02:00
Michal Čihař
7a3160ce79 Drop javascript hiding of login form 2012-04-06 09:54:18 +02:00
Rouslan Placella
f15d0fd1d8 Removed most <noscript> tags and made JS mandatory to login 2012-04-05 22:58:57 +01:00
Rouslan Placella
e60b73fab9 Fixed broken redirect due to globals removal on expired session 2012-04-04 20:04:58 +01:00
Jo Michael
653f086815 Replaced xml:lang attributes by lang for HTML5 2012-03-18 14:46:59 +01:00
Jo Michael
3b56f6a53b Leading ./ paths for links and favicons can be omitted, part 1 2012-03-16 23:04:12 +01:00
Dieter Adriaenssens
e482a94305 improve coding style 2012-03-14 16:43:26 +01:00
Dieter Adriaenssens
43b41a8cbb cleanup package tags 2012-03-14 15:37:36 +01:00
Marc Delisle
29e658a1f7 Merge branch 'QA_3_4' 2011-11-21 12:42:07 -05:00
Marc Delisle
e2b6af5a99 Avoid showing the password in phpinfo()'s output 2011-11-21 12:41:13 -05: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
Dieter Adriaenssens
87459a5cf6 use include() instead of require() when including file conditionally 2011-09-06 22:04:51 +02:00
Dieter Adriaenssens
5c751cd1c0 make die() messages translatable, where possible 2011-08-25 22:38:51 +02:00
Piotr Przybylski
df9b8c2729 Fix comments for functions with missing @return tag 2011-08-16 14:31:52 +02:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
9730a6b3d7 Merge commit '97b1375605f241481a953e2c78eb42d43f84fa9d'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 15:51:05 +02:00
Michal Čihař
48e9af42e0 Add missing space after foreach calls 2011-07-21 11:21:26 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
da943ecbf7 PMA Icons to sprites part 1 2011-07-14 15:37:08 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Michal Čihař
4aa470e27e Indentation fixes 2011-06-22 11:03:38 +02:00
Michal Čihař
e0c7147806 This is a fatal error rather than place for warning
It is not necessary to translate as this really should not happen.
2011-06-22 11:02:15 +02:00
Michal Čihař
568a0e03de Show mcrypt waring only on main page and not on every page 2011-06-22 11:00:45 +02:00
Tyron Madlener
5e09426666 Merge 2011-06-06 14:38:56 +02:00
Michal Čihař
bbbf2c49ed Drop $GLOBALS['charset'].
It was anyway always set to utf-8 so it does not make sense to keep it
as a variable.
2011-06-03 14:04:29 +02:00
Marc Delisle
99eb0cde32 bug #3308072 [auth] Version disclosure to anonymous visitors 2011-05-30 16:32:29 -04:00
Michal Čihař
cd74e9fa5d bug #3175227 [auth] Reset user cache on login. 2011-02-08 13:15:01 +01:00
Michal Čihař
5a2835ec86 Readd redirect login to top frame 2011-02-02 11:44:56 +01:00
Michal Čihař
685e199c16 Use standard javascript loading on login page. 2011-02-01 17:52:14 +01:00
Michal Čihař
67e4994490 Single place to handle redirection. 2011-01-31 15:22:25 +01:00
Michal Čihař
dc0c6938b2 [security] Redirect external links to avoid Referer leakage. 2011-01-28 13:22:41 +01:00
Marc Delisle
b923bb3fbb Upgrade to jQuery 1.4.4 2011-01-02 08:00:25 -05: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
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
Michal Čihař
6c3ad9e942 Fix back showing login form in frames. 2010-07-26 17:31:56 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30