Commit Graph

76895 Commits

Author SHA1 Message Date
Atul Pratap Singh
7f96a2d3ec Some coding style fixes in PMA_TableSearch 2012-06-15 10:53: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
14922e2c15 All remaining necessary functions added to class PMA_TableSearch 2012-06-15 10:02:54 +05:30
Michal Čihař
8bdf30ef1c Merge remote-tracking branch 'origin/master' 2012-06-15 01:15:30 +02:00
Rouslan Placella
69bdaed0fd Fixed bad variable name 2012-06-15 00:14:56 +01:00
Michal Čihař
57598c8c71 Merge remote-tracking branch 'origin/master' 2012-06-14 22:33:20 +02:00
Rouslan Placella
71988ff7d1 Fixed bad variable name 2012-06-14 21:32:15 +01:00
Chanaka Indrajith
0445b1fb51 Some improvements to common.lib.php 2012-06-14 23:59:11 +05:30
Atul Pratap Singh
1723a62407 Add more functions to PMA_TableSearch class 2012-06-14 17:31:36 +05:30
Atul Pratap Singh
9d1d598842 Start conversion of search scripts to object-oriented style 2012-06-14 16:14:46 +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
Chanaka Indrajith
4720a4884c Modifications to PMA_selectUploadFile() function in common.lib.php and renamed as PMA_getSelectUploadFileBlock() 2012-06-14 13:05:10 +05:30
Atul Pratap Singh
d369d04da5 Add comment after PMA_ajaxResponse 2012-06-14 11:03:29 +05:30
Chanaka Indrajith
c512706677 Modifications to PMA_browseUploadFile() function in common.lib.php and renamed as PMA_getBrowseUploadFileBlock() 2012-06-14 09:45:26 +05:30
Chanaka Indrajith
71b01ec879 Modifications to PMA_externalBug() function in common.lib.php and renamed as PMA_getExternalBug() 2012-06-14 09:22:18 +05:30
Chanaka Indrajith
9fba69e73a Modifications to PMA_listNavigator() function in common.lib.php and renamed as PMA_getListNavigator() 2012-06-14 09:02:28 +05:30
Madhura Jayaratne
15a436de74 Merge branch 'master' of github.com:phpmyadmin/phpmyadmin 2012-06-14 06:18:24 +05:30
Chanaka Indrajith
253de23cf3 Resolved conflicts 2012-06-14 00:52:06 +05:30
Michal Čihař
4d2fcd910b Merge remote-tracking branch 'origin/master' 2012-06-13 20:29:03 +02:00
Chanaka Indrajith
8782c6d314 Fixed bug due to breaking _getTableBody() into subfunctions - link is missing where foreign key pointing to relavant table 2012-06-13 23:42:04 +05:30
Thilina Buddika
7bcd92c512 implement PMA_getQueryValuesForInsertAndUpdateInMultipleEdit function in insert_edit-lib 2012-06-13 18:54:42 +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
179b3fdcc4 Break PMA_tbl_search_getWhereClause into smaller functions with some logical improvements 2012-06-13 15:52:41 +05:30
Thilina Buddika
90abdfe593 add PMA_getCurrentValueForMultipleEdit function to insert_edit-lib 2012-06-13 11:21:54 +05:30
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
Thilina Buddika
87df239500 Merge remote-tracking branch 'upstream/master' 2012-06-12 20:53:43 +05:30
Rouslan Placella
dc8f882919 Set headerIsSent property of PMA_Header class as private,
as it's no longer necessary to access it externally
2012-06-12 14:21:48 +01:00
Rouslan Placella
5e1cb4e7a6 Fixed config auth 2012-06-12 14:13:07 +01:00
Rouslan Placella
007b10e90a Moved lost global 2012-06-12 14:07:00 +01:00
Rouslan Placella
1c01c222ef Coding style fixes 2012-06-12 14:04:39 +01:00
Rouslan Placella
ffe5d7fdc3 Added missing API call to the PMA_Footer class 2012-06-12 13:55:34 +01:00
Atul Pratap Singh
8f8b92058f Fix function name: PMA_getForeignFields_Values -> PMA_tblSearchGetInputbox 2012-06-12 16:49:29 +05:30
Atul Pratap Singh
38fb1f1a4a Break PMA_getForeignFields_Values into smaller functions 2012-06-12 16:34:32 +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
Atul Pratap Singh
2da7a2eba4 Move zoom-search result form's html to function 2012-06-12 11:31:26 +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
David Hrbáč
52b076c29a grammar correction 2012-06-11 20:40:07 +02:00
David Hrbáč
017d0bd8c4 normalize InnoDB 2012-06-11 20:36:38 +02:00
David Hrbáč
49038c30bd grammar correction 2012-06-11 20:34:59 +02:00
David Hrbáč
1805fe2709 typo correction 2012-06-11 20:32:36 +02:00
Victor Volkov
5695dd1a09 Translated using Weblate. 2012-06-11 19:05:06 +02:00
Rouslan Placella
a16e723048 Dropped PMA_ajaxResponse() 2012-06-11 17:58:35 +01:00
Rouslan Placella
1871e8279e Fixed ajax responses in server_variable.php 2012-06-11 14:06:05 +01:00
Rouslan Placella
8b0f21aa0d Fixed user preferences export/import 2012-06-11 14:06:05 +01:00
Rouslan Placella
ec5322ed26 Fixed conflicting global variable names 2012-06-11 14:06:05 +01:00