Commit Graph

311 Commits

Author SHA1 Message Date
Michal Čihař
25738352df Fallback to default collation connection
If user supplied wrong string we should gracefully fallback.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-26 15:05:42 +01:00
Madhura Jayaratne
57594febab bug #4562 [security] XSS in debug SQL output
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-10-17 18:07:08 +05:30
Madhura Jayaratne
5111eb7eb5 bug #4088 MySQL server version at index.php incorrect w/ controlhost 2013-09-15 13:16:00 +05:30
Madhura Jayaratne
80afe42f19 Remove trailing white spaces 2013-09-15 13:15:28 +05:30
Michal Čihař
13e546f588 Fixed display of link to documentation 2013-09-12 09:56:11 +02:00
Marc Delisle
5720fb3843 Incorrect Drizzle 7 detection (backport from 37781045) 2013-07-17 07:08:35 -04:00
Marc Delisle
4f197ef7af Code cleanup 2013-05-26 09:37:42 -04:00
Marc Delisle
efbe487468 Fix typos 2013-05-26 09:36:17 -04:00
Chanaka Indrajith
df37fd140f Fixed bug 3912 2013-05-26 16:07:00 +05:30
Michal Čihař
57a97a7057 Use up to date links to bugs and feature requests 2013-02-04 11:52:47 +01:00
Dieter Adriaenssens
de34039b70 cleanup whitespace 2013-01-24 17:31:07 +01:00
Dieter Adriaenssens
b306da6935 remove unused variables 2013-01-24 17:31:07 +01:00
Dieter Adriaenssens
ed3a0fe7e7 wrap long lines, fix coding style 2013-01-15 21:13:35 +01:00
Dieter Adriaenssens
9d845c1582 fix coding style 2013-01-15 20:54:14 +01:00
Michal Čihař
54b2540d87 Use ellipsis where appropriate 2013-01-10 13:33:29 +01:00
Marc Delisle
156759d786 Fix typo 2012-12-20 06:56:31 -05:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Marc Delisle
06f5d2150d debug_backtrace() does not always return the file and line portions 2012-11-02 13:07:56 -04:00
Edgaras Janušauskas
403bbcd066 Missing variable 2012-09-25 19:33:54 +03:00
Michal Čihař
0d1dd744c7 Fix callback name 2012-09-21 15:05:13 +02:00
Chanaka Indrajith
9cf33ea0cc Resolved conflicts 2012-09-19 00:46:28 +05:30
Chanaka Indrajith
13208324d3 Removed unnecessary empty lines in functions 2012-09-19 00:15:15 +05:30
Michal Čihař
fe4abd6e18 Better variable name 2012-09-18 16:33:29 +02:00
Michal Čihař
52164942cf Move debug mode handling into separate function 2012-09-18 16:33:29 +02:00
Dieter Adriaenssens
78351d518e use include_once for conditional includes 2012-09-18 15:45:47 +02:00
Michal Čihař
9e53cc82a6 Add dummy dbi driver to be used in testsuite 2012-09-17 15:18:50 +02:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Madhura Jayaratne
6dbdb95d9a Fix doc comments 2012-09-02 19:36:07 +05:30
Dieter Adriaenssens
f1a90f78b1 coding style : fix indenting 2012-08-31 14:51:04 +02:00
Madhura Jayaratne
510d91d626 white space cleanup 2012-08-23 22:37:24 +05:30
Chanaka Indrajith
4beb0442ae Clear tranformation information when deleting Columns, VIEWs, Tables and Databses 2012-08-06 06:43:16 +05:30
Chanaka Indrajith
b81935e05c Use PMA_DBI_real_multi_query function, inside PMA_DBI_try_multi_query function 2012-07-23 21:34:54 +05:30
Chanaka Indrajith
d5acfed0e8 Multiple results support for SQL executions 2012-07-20 23:13:04 +05:30
Chanaka Indrajith
e1ca3a592c Correction of method calling in some files 2012-06-27 22:30:46 +05:30
Chanaka Indrajith
39d37fafcc Resolved conflicts 2012-06-27 21:53:59 +05:30
Madhura Jayaratne
e182f2370b Coding style fixes 2012-06-24 10:27:05 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Dieter Adriaenssens
2cbc66127c wrap long lines, improve coding style 2012-05-21 10:13:05 +02:00
Marc Delisle
45e0398d4c Merge pull request #61 from nicokaiser/TableStatusCache
Add StatsCache* config options for caching TABLE STATUS output in APC (if available)
2012-05-17 17:17:31 -07:00
Madhura Jayaratne
7a117e2378 Fix some doc comments 2012-05-12 22:57:32 +05:30
Madhura Jayaratne
73ca1dc7a1 Fix function names: PMA_escape_mysql_wildcards -> PMA_escapeMysqlWildcards 2012-05-11 22:04:25 +05:30
Nico Kaiser
9853c5dea8 Use sha1 instead of md5, reorder conditions for table status caching and avoid too many if's 2012-05-10 14:48:35 +02:00
Nico Kaiser
e7cccad2c3 Add StatsCache* config options for caching TABLE STATUS output in APC (if available) 2012-05-10 10:25:03 +02:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
a868e79f6f Better style 2012-04-27 09:07:42 +02:00
Michal Čihař
91e7b9ac4f Wrap long lines 2012-04-27 08:31:19 +02:00
Michal Čihař
e672824ac4 Fallback to CP1252 in case we can not detect 2012-04-27 08:29:47 +02:00
Michal Čihař
9a1ba68618 Fetch encoding once 2012-04-27 08:28:50 +02:00