Commit Graph

76626 Commits

Author SHA1 Message Date
Chanaka Indrajith
be37fd3d96 Use superglobals instead of importing superglobals inside functions 2012-06-13 11:00:41 +05:30
Chanaka Indrajith
ba97627d1c Correction sql file and use docblock comment for constructor of PMA_DisplayResults class 2012-06-12 22:53:26 +05:30
Chanaka Indrajith
146fbc4c93 Remove useless variable cfgRelation from both constructor and getTable() function 2012-06-12 13:36:39 +05:30
Chanaka Indrajith
2b38b9501e use global variable _sql_query instead of variable sql_query, which imported from superglobals for functions 2012-06-12 13:30:00 +05:30
Chanaka Indrajith
3b2538a6a4 use global variable _goto instead of variable goto, which imported from superglobals for functions 2012-06-12 13:03:07 +05:30
Chanaka Indrajith
a3d970c981 use global variable _table instead of variable table, which imported from superglobals for functions 2012-06-12 12:37:43 +05:30
Chanaka Indrajith
4e01dd5ae5 Resolved conflict in common.lib.php 2012-06-12 11:34:21 +05:30
Chanaka Indrajith
2aec4150b0 Implement constructor and use global variable instead of variable , which imported from superglobals for functions 2012-06-12 11:22:52 +05:30
Rouslan Placella
bf219df66d Merge branch 'QA_3_5'
Conflicts:
	enum_editor.php
2012-06-11 14:01:46 +01:00
Rouslan Placella
ddd1eac480 Fixed bug #3534311 - Grid editing incorrectly parses ENUM/SET values 2012-06-11 14:00:18 +01:00
Marc Delisle
445bd8c67a Merge branch 'atul' 2012-06-11 07:48:56 -04:00
Atul Pratap Singh
0fbe20103f Fix mangled datalabels bug(zoom search) in case of chromium browser 2012-06-11 16:46:41 +05:30
Atul Pratap Singh
d7ab56f37b Fix zoom search point edit bug 2012-06-11 15:52:43 +05:30
Chanaka Indrajith
0689a312bd Fix some code violations 2012-06-11 01:01:39 +05:30
Rouslan Placella
8f698c7c82 Merge branch 'QA_3_5' 2012-06-10 14:47:10 +01:00
Rouslan Placella
b1855ec0b4 Fixed bug #3534121 - duplicate line in config.sample.inc.php 2012-06-10 14:46:55 +01:00
Rouslan Placella
5336e18051 Dropped duplicate nocache setting for ajax requests in server_status 2012-06-10 14:41:42 +01:00
Atul Pratap Singh
c4a307f915 Fix bug introduced due to incremental variable 2012-06-10 19:03:26 +05:30
Atul Pratap Singh
3df8ff1e34 Merge remote-tracking branch 'upstream/master' 2012-06-10 17:47:32 +05:30
Marc Delisle
f6330a3f17 Unnecessary comma is harmful under IE 2012-06-10 07:53:14 -04:00
Rouslan Placella
1520e3dff4 Merge branch 'QA_3_5' 2012-06-09 17:47:36 +01:00
Rouslan Placella
8c2e27e972 Fixed invalid HTML tag 2012-06-09 17:47:17 +01:00
Chanaka Indrajith
0f86dd7152 Renamed display_tbl.lib.php file as DisplayResults.class.php 2012-06-09 19:45:03 +05:30
Chanaka Indrajith
8b5195b4cf Merge remote branch 'upstream/master' 2012-06-09 19:05:04 +05:30
Chanaka Indrajith
54119d89e9 Add constants to DisplayResults class 2012-06-09 19:03:28 +05:30
Atul Pratap Singh
96ede30c3c Merge remote-tracking branch 'upstream/master' 2012-06-09 18:00:42 +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
291249330a Fix column operator field's name 2012-06-09 13:16:25 +05:30
Atul Pratap Singh
46d3871427 Use PMA_tblSearchGetColumnProperties to get normal search rows 2012-06-09 12:57:27 +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
9873bdcb3f Fix wrong function call 2012-06-09 09:59:42 +05:30
Thilina Buddika
4bb74c50db fixed table edit bug 2012-06-09 09:56:39 +05:30
Atul Pratap Singh
26d8848e2c Unset temporary variable 2012-06-08 18:58:26 +05:30
Atul Pratap Singh
2289742836 Improve fix: 79fcb798de 2012-06-08 18:41:01 +05:30
Atul Pratap Singh
1b67cbc147 Fix legend caption in zoom search 2012-06-08 17:30:53 +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
Chanaka Indrajith
92b71154be Introduce DisplayResults class 2012-06-08 12:13:15 +05:30
Atul Pratap Singh
8a0d2d6766 Remove unused variables from post_params array 2012-06-08 12:00:06 +05:30
Atul Pratap Singh
79fcb798de Fix logical distinction between normal and zoom search 2012-06-07 22:45:09 +05:30
Atul Pratap Singh
0ff3a394ed Merge remote-tracking branch 'upstream/master' 2012-06-07 16:32:19 +05:30
Atul Pratap Singh
efbe149def Use PMA_tblSearchGetSelectionForm to display zoom search form 2012-06-07 16:31:04 +05:30
Michal Čihař
116945a28d Various documentation fixes 2012-06-07 11:39:57 +02:00
Michal Čihař
2ebc3e3d94 Add @package to class docs 2012-06-07 11:36:30 +02:00
Michal Čihař
1848ed2f14 Drop PMA_PDF prefix from class methods 2012-06-07 11:35:29 +02:00
Michal Čihař
6e0a3d74f6 Add method docblock 2012-06-07 11:32:35 +02:00
Michal Čihař
c59da3d905 Missing file doc 2012-06-07 11:31:24 +02:00
Michal Čihař
0dd2323674 Use standard boolean operators 2012-06-07 11:29:50 +02:00