Commit Graph

209 Commits

Author SHA1 Message Date
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Madhura Jayaratne
35d3e7e1f9 Fix function names: PMA_printable_bit_value -> PMA_printableBitValue 2012-05-11 22:26:37 +05:30
Dieter Adriaenssens
3bfee1e5b7 remove unused variables 2012-05-06 00:10:42 +02:00
Rouslan Placella
52e4752b4e Merge pull request #54 from Fender123/master
Small improvement to make the export look more consistent
2012-05-02 01:22:58 -07:00
Fender123
44dea51b36 Added spaces before and after "=" to make the export look more consistent 2012-05-02 10:15:15 +03:00
Alex Marin
f1523a73d1 Export plugins coding style: double check fixes 2012-05-02 02:14:29 +03:00
Alex Marin
f16eed7635 Export plugins coding style: fix trailing whitespaces 2012-05-02 00:41:00 +03:00
Alex Marin
4806c07aa0 Export plugins coding style: move arguments with default values at the end 2012-05-01 23:49:11 +03:00
Alex Marin
251096d90f Export sql coding style: spacing and indentation 2012-05-01 22:57:31 +03:00
Alex Marin
f6b36b78b8 Export plugins coding style: package indentation 2012-05-01 22:06:41 +03:00
Alex Marin
ef3010ddf0 Export plugins coding style: consistent plugin options definitions 2012-05-01 21:35:27 +03:00
Alex Marin
d6f5738037 Export sql coding style: wrap long lines 2012-05-01 21:35:26 +03:00
Alex Marin
535f9b55f2 Export plugins coding style: correct spacing of '=' 2012-05-01 02:03:03 +03:00
Alex Marin
0b2311a178 Export plugins coding style: correct spacing of '!' 2012-05-01 02:03:03 +03:00
Jo Michael
95ffa2a25b Fix PHP notice about undefined index sql_truncate in SQL export 2012-04-11 22:40:10 +02:00
Marc Delisle
1090f89f75 Code cleanup
Remove tab characters
2012-03-20 12:45:36 -04:00
surgesoft
26d7cf7189 http://www.phpmyadmin.net/home_page/contest.php
contest 3
Option "Truncate table" before "Insert into"
Signed-off-by: surgesoft <surgesoft@gmail.com>
2012-03-20 12:33:02 -04:00
Madhura Jayaratne
2b6f9bff62 Coding style improvements 2012-03-15 00:08:06 +05:30
Dieter Adriaenssens
8078441519 typo 2011-12-30 19:53:11 +01:00
Marc Delisle
3142c0caf1 See bug #3418579. In commit f2fe4db5f1
this global definition was removed, causing the bug.
2011-11-12 11:00:37 -05:00
Michal Čihař
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Madhura Jayaratne
299da6d047 More style errors fixed 2011-09-23 11:36:14 +05:30
Marc Delisle
47463352c4 Not field but column 2011-09-13 12:28:29 -04:00
Piotr Przybylski
3e0af18434 Fix indentation broken by past merges 2011-08-24 13:24:21 +02:00
Piotr Przybylski
f578d0dadc Merge remote-tracking branch 'origin/master' into drizzle 2011-08-16 19:58:16 +02:00
Piotr Przybylski
5cd731b232 Make this usage of $sql_backquotes less cryptic 2011-08-16 19:33:09 +02:00
Piotr Przybylski
7f1fa1bab0 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/database_interface.lib.php
	libraries/mysql_charsets.lib.php
2011-08-05 17:17:47 +02:00
Michal Čihař
81aadb883f Better error message 2011-08-05 10:49:49 +02:00
Piotr Przybylski
ce7e6feaf5 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/export/htmlword.php
	libraries/export/latex.php
	libraries/export/odt.php
	libraries/export/sql.php
	libraries/export/texytext.php
	libraries/export/xml.php
2011-08-03 00:25:43 +02:00
Michal Čihař
7e7be00f84 Forgot to reindent this one 2011-08-02 15:50:44 +02:00
Piotr Przybylski
3586bb992f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_structure.php
	libraries/database_interface.lib.php
	libraries/server_synchronize.lib.php
	server_status.php
	sql.php
2011-07-22 11:07:04 +02:00
Michal Čihař
9405dbb82a Fix spacing after @param 2011-07-22 09:21:55 +02:00
Piotr Przybylski
a28beb9c1f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/server_synchronize.lib.php
	server_status.php
2011-07-21 15:25:52 +02:00
Michal Čihař
dd641ef164 Wrap some long lines 2011-07-21 14:49:25 +02:00
Michal Čihař
48e9af42e0 Add missing space after foreach calls 2011-07-21 11:21:26 +02:00
Piotr Przybylski
f7591dd563 Fix SQL export 2011-07-14 00:57:19 +02:00
Piotr Przybylski
dd6f936731 Make PMA_DBI_get_triggers aware that Drizzle doesn't have triggers 2011-07-13 20:57:05 +02:00
Piotr Przybylski
480fe9f78c Merge remote-tracking branch 'origin/master' into drizzle 2011-07-13 17:37:50 +02:00
Michal Čihař
ae780330e8 Add missing semicolon 2011-07-13 17:05:34 +02:00
Piotr Przybylski
7801d55018 Merge remote-tracking branch 'origin/master' into drizzle 2011-07-13 14:05:24 +02:00
Piotr Przybylski
e7a4453406 More code formatting changes 2011-07-13 14:02:43 +02:00
Piotr Przybylski
bf9469ec18 Merge remote-tracking branch 'origin/master' into drizzle 2011-07-13 12:25:06 +02:00
Piotr Przybylski
2c0d2aca16 Use PMA_MYSQL_STR_VERSION instead of reconstructing it from PMA_MYSQL_INT_VERSION 2011-07-12 18:16:01 +02:00
Piotr Przybylski
f14a4e567f Unify comments for export plugins 2011-07-12 17:50:46 +02:00
Piotr Przybylski
3bde595666 Merge remote-tracking branch 'origin/master' into drizzle 2011-06-27 23:55:32 +02:00
Michal Čihař
12348ee826 Fix escaping on LIKE queries
All these need special variant of PMA_sqlAddSlashes.
2011-06-27 14:50:16 +02:00
Michal Čihař
c9c9fdf49d Consistent capitalisation of PMA_sqlAddSlashes 2011-06-27 14:48:15 +02:00
Piotr Przybylski
c734e1fd14 Workaround for brokwn ROW_FORMAT in SHOW CREATE TABLE (Drizzle) 2011-06-26 21:26:49 +02:00
Piotr Przybylski
3eaff6afb6 A few Drizzle-related changes to db operations tab 2011-06-26 18:38:36 +02:00
Michal Čihař
76d4046858 Use subpackages for export formats 2011-06-21 11:39:21 +02:00