Commit Graph

128 Commits

Author SHA1 Message Date
Madhura Jayaratne
42b64e12b5 bug #4578 XSS vulnerability in table print view
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-04 16:05:06 +05:30
Madhura Jayaratne
911841924c Coding style improvements 2012-10-28 14:14:23 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
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
Michal Čihař
6c186b214d Wrap long lines 2012-09-05 16:18:12 +02:00
Michal Čihař
1fef24076e Add some newlines for better html output 2012-09-05 16:15:57 +02:00
Michal Čihař
36b46d456b Replace inline html with echo 2012-09-05 16:14:13 +02:00
Dieter Adriaenssens
f1a90f78b1 coding style : fix indenting 2012-08-31 14:51:04 +02:00
Madhura Jayaratne
1ebe5f4499 Fix coding style 2012-08-30 22:36:49 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Chanaka Indrajith
35f4599870 Modifications to PMA_printButton() function in common.lib.php and renamed as PMA_getButton()() 2012-06-14 13:15:03 +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
243727043d Removed the last references to the old header files 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
Michal Čihař
539465aa3d Merge remote-tracking branch 'origin/QA_3_5'
Conflicts:
	tbl_printview.php
	tbl_structure.php
2012-05-30 09:47:38 +02:00
Michal Čihař
f78bfa7a4f Remove useless and wrong headers (rfe#3530327) 2012-05-30 09:45:40 +02:00
Michal Čihař
9945415ef2 Some coding style improvements 2012-05-29 17:33:43 +02:00
Michal Čihař
33bfd831ce Wrap some long lines 2012-05-29 17:31:06 +02:00
Michal Čihař
2cd51494d1 Add file level comment 2012-05-29 17:27:43 +02:00
Rouslan Placella
b06b622dde Use print.css in header_printview.inc.php 2012-05-13 00:28:34 +01:00
Rouslan Placella
fe48cd531d Fixed rendering of tbl_printview.php 2012-05-08 21:05:04 +01:00
Rouslan Placella
1fe696969c Don't display the menu bar in print view 2012-05-07 12:24:34 +01:00
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Jo Michael
2466594cb7 Fix checkstyle ControlStructures warnings 2012-04-29 02:07:56 +02:00
Marc Delisle
3da49e3418 Clarify variable name 2012-04-21 14:48:30 -04:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04: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
Jo Michael
c9a370af1b Replaced valign HTML attribute with CSS 2012-03-31 18:21:45 +02:00
Jo Michael
b9c474c21c Replaced *[align] with *[class] for HTML5 validity 2012-03-27 14:09:12 +02:00
Jo Michael
c36a9113e0 Replaced td[align] with td[class] due to HTML5 2012-03-18 19:53:43 +01:00
Jo Michael
03eeeb3ccd Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Rouslan Placella
2776f89444 Disabled floating of the menubar in designer and fixed designer menu rendering in IE 2011-11-24 15:48:29 +00:00
Rouslan Placella
fad4b48539 A different solution for preventing the menubar from floating in print view 2011-11-23 22:25:21 +00: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
Michal Čihař
5674ac7c3e Remove commented out code 2011-10-24 17:20:16 +02:00
Michal Čihař
3dc06f4f70 Unify print button code and factor it out to function 2011-10-24 14:13:47 +02:00
Michal Čihař
252481af4a Factor out js code for printing 2011-10-24 14:10:08 +02:00
Michal Čihař
7efab496f7 Fix indentation 2011-10-24 14:05:52 +02:00
Michal Čihař
97b52b0fd3 Fix message 2011-10-24 14:02:21 +02:00
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Piotr Przybylski
3e0af18434 Fix indentation broken by past merges 2011-08-24 13:24:21 +02:00
Piotr Przybylski
8cd8760256 Create PMA_is_system_schema() function which checks whether current database server treats it as a system schema 2011-08-23 22:48:14 +02:00
Piotr Przybylski
a7c0c55c7f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/common.lib.php
	tbl_printview.php
	tbl_select.php
	tbl_structure.php
2011-08-12 22:02:40 +02:00
Michal Čihař
3f81e8790d Remove useless space from messages 2011-08-10 13:44:39 +02:00
Michal Čihař
0c27f10e6f Avoid using ucfirst on translated strings, it will be broken for utf-8 anyway 2011-08-10 13:11:04 +02:00
Michal Čihař
86eaf538be Internationalize whole string 2011-08-10 13:10:19 +02:00
Michal Čihař
fae95bd225 Fix indentation of some code blocks 2011-08-08 17:33:54 +02:00