Commit Graph

724 Commits

Author SHA1 Message Date
Piotr Przybylski
c9df5b2733 Removed unused variables 2011-07-06 16:34:10 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Michal Čihař
e57f27e50b Remove @uses tags from docblocks 2011-06-27 11:20:20 +02:00
Marc Delisle
7322e858f0 Incorrect comment for return param 2011-06-26 09:05:19 -04:00
Rouslan Placella
223832b68d E_ALL fix in PMA_currentUserHasPrivilege() 2011-06-20 11:33:06 +01:00
Rouslan Placella
db6ae660cf Removed duplicate function PMA_getSupportedCharsets() that was added by mistake into the routines functionality. 2011-06-20 10:44:37 +01:00
Rouslan Placella
a0504f47d6 Merge branch 'master' into rte 2011-06-17 17:12:36 +01:00
Rouslan Placella
4047020d78 Refactored code that generated the dropdown list of MySQL functions. 2011-06-15 12:45:50 +01:00
Aris Feryanto
b3faf9cf42 Merge branch 'tablesort' into aris 2011-06-15 07:23:37 +07:00
Aris Feryanto
5bf8536831 Fix bug in 'Remember Sorting': modified caused error in PHP 2011-06-15 07:10:16 +07:00
Rouslan Placella
dda7ce9c39 Merge branch 'master' into rte 2011-06-14 19:44:09 +01:00
Rouslan Placella
041d5bd9d4 Moved PMA_getSupportedCharsets() to common.lib.php 2011-06-14 14:05:37 +01:00
Rouslan Placella
c220bb4e13 Moved PMA_getSupportedDatatypes() to common.lib.php 2011-06-14 13:56:00 +01:00
Tyron Madlener
e6874ce0c7 Clearer comment on PMA_formatNumber() 2011-06-13 18:53:45 +02:00
Tyron Madlener
2816b427ab Merge remote-tracking branch 'origin/master' 2011-06-13 15:00:11 +02:00
Tyron Madlener
f4a2a92ea2 Fixed PMA_formatNumber() sometimes choosing too high SI preifx 2011-06-10 19:26:03 +02:00
Rouslan Placella
aa2692c12f Fixed call to undefined function. 2011-06-10 15:36:44 +01:00
Rouslan Placella
a07a1d997c Merge branch 'master' into rte 2011-06-09 21:26:26 +01:00
Piotr Przybylski
90099b7b5d Remove PMA_STR_binarySearchInArr in favor of isset and in_array 2011-06-08 19:23:58 +02:00
Tyron Madlener
9410a4cfd9 Forgot 2 lines in PMA_formatNumber() 2011-06-08 10:31:22 +02:00
Tyron Madlener
0d1872595f Math to the resuce! Nicer calculation of PMA_formatNumber() without any loops 2011-06-08 10:19:59 +02:00
Tyron Madlener
902fc1d95d - Replaced pChart profiling chart with highchart chart
- Moved PMA_profilingResults() function code inline in sql.php as its used at only one place
2011-06-07 21:32:05 +02:00
Tyron Madlener
e913dcc6e1 -Tabs +Spaces 2011-06-07 20:58:56 +02:00
Tyron Madlener
86323a7815 Better PMA_formatNumber() behaviour. 2011-06-07 20:50:38 +02:00
Rouslan Placella
6752d54b84 Support "MySQL functions" in the Execute Routine functionality. 2011-06-07 14:15:41 +01:00
Tyron Madlener
5e09426666 Merge 2011-06-06 14:38:56 +02:00
Rouslan Placella
c27b2e776b Merge branch 'master' into rte 2011-06-06 12:44:15 +01:00
Michal Čihař
3cf4830bbb Replace TRUE/FALSE with true/false.
At least this seems to be the coding standard, so make all files
compliant.
2011-06-06 11:55:09 +02:00
Piotr Przybylski
610614c95f Removed global variables with array counts in sqlparser.lib.php 2011-06-06 00:25:52 +02:00
Rouslan Placella
3b15014760 Removed duplicate function introduced earlier by mistake. 2011-06-01 17:32:24 +01:00
Rouslan Placella
15bc505431 Escape the database and table names in PMA_currentUserHasPrivilege() 2011-06-01 14:49:27 +01:00
Rouslan Placella
bfb1102da4 Disabled access to Routines features if the user does not have the required privileges. 2011-06-01 12:52:38 +01:00
Rouslan Placella
c6254910b2 Intoduced PMA_currentUserHasPrivilege() to easily disable access to some features. 2011-06-01 12:47:35 +01:00
Rouslan Placella
409dcfcde5 Merge remote-tracking branch 'origin/master' into rte 2011-05-31 19:22:38 +01:00
Tyron Madlener
d50e5120d9 Display 0 for actual 0 values 2011-05-31 17:45:47 +02:00
Tyron Madlener
a311518494 If the PMA_formatNumber() parameters would result in 0.0, it displays <0.1 instead 2011-05-31 17:45:47 +02:00
Rouslan Placella
6077cfb9a2 Disabled the "Edit Routine" and "Export Routine" links if the user cannot perform these operations. 2011-05-31 15:32:40 +01:00
Tyron Madlener
226ca36c9c Display 0 for actual 0 values 2011-05-31 14:05:32 +02:00
Rouslan Placella
f964639676 Backquote Routine parameters in the generated query. 2011-05-31 11:41:17 +01:00
Tyron Madlener
9385012b97 If the PMA_formatNumber() parameters would result in 0.0, it displays <0.1 instead 2011-05-31 10:33:37 +02:00
Rouslan Placella
054fd49a04 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into rte 2011-05-30 13:34:18 +01:00
Marc Delisle
b71c47ca26 Remove comment for old function behavior 2011-05-29 19:43:13 -04:00
Marc Delisle
ae0af9e5c6 Remove author name 2011-05-28 08:29:38 -04:00
Marc Delisle
eeeca229de Undefined variable when query is too big 2011-05-28 08:23:56 -04:00
Rouslan Placella
0659c39435 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin into rte 2011-05-24 22:33:51 +01:00
Piotr Przybylski
9f5fad2697 Cleanup: fixed argument names and order in comments, removed @uses of builtin functions, removed unused variables 2011-05-24 14:58:03 +02:00
Piotr Przybylski
8ec702efec Remove unnecessary assign in PMA_formatByteDown 2011-05-24 14:56:58 +02:00
Rouslan
058b6175c1 Recycled old Routines functionality and linked it to the new entry in the menu 2011-05-21 17:49:22 +01:00
Marc Delisle
e6211f0c2f Other replacements for easier reading 2011-05-09 12:57:28 -04:00
Marc Delisle
13b31956ae For easier reading, replace "!isset" with "! isset" 2011-05-09 12:49:05 -04:00