Commit Graph

142 Commits

Author SHA1 Message Date
Marc Delisle
4eccae5290 Merge pull request #1547 from znck/master
Remove unneeded closing tags
2015-03-26 07:56:45 -04:00
Madhura Jayaratne
cbdafc1ba8 Merge branch 'QA_4_4'
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-10 07:32:09 +05:30
Dan Ungureanu
102cd3c273 BUG #4791. Zoom search: JavaScript error
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-03-10 07:29:17 +05:30
Chirayu Chiripal
72b07cae86 Fix some more coding style
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2015-03-07 20:37:17 +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
93366c8c24 Merge branch 'QA_4_2' into QA_4_3
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-20 21:44:53 +05:30
Madhura Jayaratne
1bc04ec950 bug #4579 [security] XSS vulnerability in zoom search page
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-20 06:28:43 +05:30
Ann + J.M
b1a7039ae3 Convert PMA_URL_getCommon calls to new style
Rewritten tests need validation
Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:29 +02:00
Marc Delisle
01740a54f7 Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-15 11:35:21 -04:00
Marc Delisle
d978643fc2 Fix code execution path warning
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-09-14 06:55:05 -04:00
Michal Čihař
6f076b34e5 Drop flashcanvas
Let's drop flashcanvas, which we use for rendering charts with MSIE 8
and older. I've tested it a bit and in none of the uses it works
properly, so it really does not work as a drop in replacement for native
browser support and it would probably need some adjustment in our code.

Also it is problematic from licensing point of view as we do not ship
source for it js/canvg/flashcanvas.swf.

Signed-off-by: Michal Čihař <mcihar@suse.cz>
2014-02-03 13:32:01 +01:00
Michal Čihař
0a3d1d5be8 Better names for URL generating functions 2013-08-07 10:58:17 +02:00
Michal Čihař
9c141ee607 Various coding style fixes 2013-08-06 15:56:32 +02:00
Michal Čihař
50fb18a941 Drop no longer needed date.js 2013-07-08 11:27:36 +02:00
Kasun Chathuranga
41a497d169 Implement 'find and replace in a column' feature 2013-06-26 20:30:28 +05:30
Marc Delisle
7121660ba9 Use POST variables directly 2013-06-14 09:24:50 -04:00
xmujay
d23aad1d5b refactor mysql_charsets.inc.php 2013-06-11 13:25:54 +08:00
Madhura Jayaratne
3dd99512f0 These constants are better as a part of DatabaseInterface class 2013-05-26 21:15:24 +05:30
Madhura Jayaratne
5c9941ab6a Some more missing renamings 2013-05-26 07:31:17 +05:30
Kasun Chathuranga
2f0d55b708 PMA_DBI_get_fields_meta --> PMA_DBI_getFieldsMeta 2013-05-04 08:43:23 +05:30
Kasun Chathuranga
5bcc32999f PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssoc 2013-05-04 08:30:12 +05:30
Marc Delisle
431df615f2 Upgraded to jquery-ui-timepicker-addon 1.1.1 2013-01-01 11:50:04 -05:00
Chanaka Indrajith
36ffe5e0a3 Modified some untracked changes 2012-09-16 14:51:13 +05:30
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
Atul Pratap Singh
ef2123e06a Use PMA_TableSearch in tbl_zoom_select.php 2012-06-16 14:26:41 +05:30
Atul Pratap Singh
1bff87930c Resolve conflict in tbl_zoom_select.php 2012-06-15 10:25:45 +05:30
Atul Pratap Singh
d369d04da5 Add comment after PMA_ajaxResponse 2012-06-14 11:03:29 +05:30
Atul Pratap Singh
4183cdbaf4 Fix some spacing and coding styles in tbl_zoom_select.php 2012-06-13 16:06:23 +05:30
Atul Pratap Singh
2da7a2eba4 Move zoom-search result form's html to function 2012-06-12 11:31:26 +05:30
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
635023c791 relation.lib.php is already included by common.inc.php 2012-06-11 14:06:03 +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
Atul Pratap Singh
d7ab56f37b Fix zoom search point edit bug 2012-06-11 15:52:43 +05:30
Atul Pratap Singh
745598a090 Fix AJAX response extra_data in zoom search 2012-06-09 13:20:46 +05:30
Atul Pratap Singh
052fd61fdd Use PMA_tblSearchGetColumnProperties to change table row 2012-06-09 11:21:09 +05:30
Atul Pratap Singh
dd52a06570 Generalize column properties for search scripts 2012-06-09 10:13:08 +05:30
Atul Pratap Singh
26d8848e2c Unset temporary variable 2012-06-08 18:58:26 +05:30
Atul Pratap Singh
3420f14d74 Remove unuseful incremental constant in loop variable 2012-06-08 14:01:08 +05:30
Atul Pratap Singh
a812a8919e Remove variables left in 8a0d2d6766 2012-06-08 12:35:58 +05:30
Atul Pratap Singh
5d636a8672 Improve some repetitive code 2012-06-08 12:27:48 +05:30
Atul Pratap Singh
8a0d2d6766 Remove unused variables from post_params array 2012-06-08 12:00:06 +05:30
Atul Pratap Singh
efbe149def Use PMA_tblSearchGetSelectionForm to display zoom search form 2012-06-07 16:31:04 +05:30
Atul Pratap Singh
60ccfbef70 Improve if statement that sets default datalabel 2012-06-07 12:22:46 +05:30
Atul Pratap Singh
ad33688c70 Formed function to display datalabel and maxrowplotlimit options 2012-06-07 11:53:59 +05:30
Atul Pratap Singh
67190258c1 Remove unnecessary variable columnCount 2012-06-07 10:13:08 +05:30
Atul Pratap Singh
27c1ab6c31 Functions for some part of zoom search form display 2012-06-06 22:56:44 +05:30
Atul Pratap Singh
316dee3ba8 Fix function name: PMA_tbl_setTableHeader -> PMA_tbl_getTableHeader 2012-06-02 23:16:45 +05:30