Commit Graph

76720 Commits

Author SHA1 Message Date
Chanaka Indrajith
d557597dae _getDataCellForNumericFeilds() function renamed as _getDataCellForNumericColumns() 2012-06-16 00:14:26 +05:30
Chanaka Indrajith
d940775498 _getDataCellForNonNumericAndNonBlobColumns() function renamed as _getDataCellForNonNumericAndNonBlobColumns() 2012-06-16 00:09:05 +05:30
Chanaka Indrajith
69d4894940 _getDataCellForGeometryFields() function renamed as _getDataCellForGeometryColumns() 2012-06-16 00:04:59 +05:30
Chanaka Indrajith
17b942bf29 _getDataCellForBlobField() function renamed as _getDataCellForBlobColumns() 2012-06-16 00:00:04 +05:30
Chanaka Indrajith
0445b1fb51 Some improvements to common.lib.php 2012-06-14 23:59:11 +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
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
Chanaka Indrajith
253de23cf3 Resolved conflicts 2012-06-14 00:52:06 +05:30
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
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
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
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
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
Rouslan Placella
971db49c11 Expect JSON for every ajax request in JavaScript 2012-06-11 14:06:05 +01:00
Rouslan Placella
ef2b98dd8e Use PMA_Response class in PMA_ajaxResponse() 2012-06-11 14:06:04 +01:00
Rouslan Placella
11ccc10951 Moved the check for whether warnings are enabled inside function 2012-06-11 14:06:04 +01:00
Rouslan Placella
1e4d8fd6b4 Fixed ajax response for "display git revision" 2012-06-11 14:06:04 +01:00
Rouslan Placella
bdb33e4548 Fixed ajax response for change password form 2012-06-11 14:06:04 +01:00
Rouslan Placella
c7d835347c Force JSON response for AJAX requests 2012-06-11 14:06:04 +01:00
Rouslan Placella
74199dd114 Display messages once on password change 2012-06-11 14:06:04 +01:00
Rouslan Placella
a3d7a055ee Docblock fixes 2012-06-11 14:06:04 +01:00
Rouslan Placella
796012fcc5 Completely drop footnotes and use tooltips instead 2012-06-11 14:06:04 +01:00
Rouslan Placella
30d7d92e02 BBCode is never used with PMA_showHint() in the code base 2012-06-11 14:06:04 +01:00
Rouslan Placella
ca2f161948 Dropped $GLOBALS['page_title'] 2012-06-11 14:06:04 +01:00
Rouslan Placella
f6bcab6425 Don't die before the Response class is instanciated 2012-06-11 14:06:04 +01:00
Rouslan Placella
31c8ca6301 Disable Response class for XHR requests in PMD 2012-06-11 14:06:04 +01:00
Rouslan Placella
6e12d1a088 Ensure that PMA_Response is instanciated in common.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
015fce08ee Fixed bad variable name 2012-06-11 14:06:04 +01:00
Rouslan Placella
3b2c2ec861 Remember CWD after the initial script has shutdown 2012-06-11 14:06:04 +01:00
Rouslan Placella
ae6e50a8a8 Drop display() from Header and Footer classes. The Response class will do all the rendering. 2012-06-11 14:06:04 +01:00
Rouslan Placella
ec4b3d9e46 Disable warnings in header for cookie auth 2012-06-11 14:06:04 +01:00
Rouslan Placella
4995de86f4 Display "Too many error messages" only once 2012-06-11 14:06:04 +01:00
Rouslan Placella
fd005fe4c4 The filename and line number sometimes are unavailable 2012-06-11 14:06:04 +01:00
Rouslan Placella
1f7daca600 Dropped PMA_includeJS() in favor of the PMA_Scripts class 2012-06-11 14:06:04 +01:00