Commit Graph

741 Commits

Author SHA1 Message Date
Piotr Przybylski
ff0081bb7a Rename pk_char36 to FUNC_UUID 2011-07-06 19:06:51 +02:00
Piotr Przybylski
b1b4e6389d Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/server_synchronize.lib.php
2011-07-06 18:31:38 +02:00
Piotr Przybylski
19ec26904b Revert "Provide proper function list in Insert dropdowns and proper column types in field type dropdowns (Drizzle)"
This reverts commit 35843439df.
2011-07-06 18:22:55 +02:00
Piotr Przybylski
c9df5b2733 Removed unused variables 2011-07-06 16:34:10 +02:00
Piotr Przybylski
35843439df Provide proper function list in Insert dropdowns and proper column types in field type dropdowns (Drizzle) 2011-07-03 01:47:03 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +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
Piotr Przybylski
d4d647e169 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-26 18:32:20 +02:00
Marc Delisle
7322e858f0 Incorrect comment for return param 2011-06-26 09:05:19 -04:00
Piotr Przybylski
e38b5cd4ff Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/common.lib.php
	libraries/database_interface.lib.php
	tbl_structure.php
2011-06-23 14:02:58 +02: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
Piotr Przybylski
a7ba0fd74a Extract server type detection from main.php and make it available in common.lib.php 2011-06-19 23:15:54 +02:00
Piotr Przybylski
c2b06f0a11 Don't use OPTIMIZE TABLE and REPAIR TABLE with Drizzle 2011-06-19 21:10:42 +02:00
Rouslan Placella
a0504f47d6 Merge branch 'master' into rte 2011-06-17 17:12:36 +01:00
Piotr Przybylski
17f8e16141 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	server_processlist.php
2011-06-15 15:38:04 +02: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
Piotr Przybylski
a56d77fb67 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-06 12:12:42 +02: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
Piotr Przybylski
52df66878c Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/server_links.inc.php
2011-06-02 01:07:00 +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