Commit Graph

431 Commits

Author SHA1 Message Date
Yuichiro
82aa0b7dc1 patch #3472899 [export] Fixed CSV escape for the export 2012-01-22 04:09:29 -05:00
Dieter Adriaenssens
8078441519 typo 2011-12-30 19:53:11 +01:00
Madhura Jayaratne
41b956936b Changes to facilitate more data in a page 2011-12-17 21:27:59 +05:30
Madhura Jayaratne
6e74bc172a Coding style improvements 2011-12-17 18:53:37 +05:30
Madhura Jayaratne
902074a314 Avoid undefined variable notice 2011-12-17 18:44:33 +05:30
Marc Delisle
c03228e7f7 Fix merge conflicts 2011-12-16 12:06:10 -05:00
Sven Strickroth
a9d9890726 fixed typo
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:45 -05:00
Sven Strickroth
797ec6faf0 added spaces to improve look and feel of output
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:35 -05:00
Sven Strickroth
7ef064f648 add backquotes to improve look and feel of output
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:24 -05:00
Sven Strickroth
9fc23c8824 escape single quotes in column names
Column names like `id'` must be escaped in a PHP string

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:38:14 -05:00
Sven Strickroth
e43ed55b04 fix invalid PHP variable names
Tables with names like `0-` are allowed in SQL, but not in PHP variable names

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2011-12-16 11:37:55 -05:00
Madhura Jayaratne
173e5926a0 More coding style improvements 2011-12-08 00:01:02 +05:30
Madhura Jayaratne
35b18e57a2 Coding style improvements - Multiline assignments 2011-12-07 23:28:50 +05:30
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
77ad710d08 bug #3423725 [pdf] Broken PDF file when exporting database to PDF 2011-10-14 20:17:25 +05:30
Madhura Jayaratne
299da6d047 More style errors fixed 2011-09-23 11:36:14 +05:30
Madhura Jayaratne
13adb5adf7 Use lower case for true, false and null 2011-09-23 11:11:41 +05:30
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Marc Delisle
47463352c4 Not field but column 2011-09-13 12:28:29 -04:00
Piotr Przybylski
bd3b7d28d4 Whitespace cleanup 2011-08-25 13:16:06 +02:00
Piotr Przybylski
f678a45cd2 Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	libraries/database_interface.lib.php
2011-08-24 21:40:52 +02:00
Piotr Przybylski
e13aab1087 Condition excluding XML output from server export was broken 2011-08-24 21:34:08 +02:00
Piotr Przybylski
5ab5afd506 Use PMA_Table::isView() instead of PMA_isView() 2011-08-24 21:16:04 +02:00
Piotr Przybylski
3e0af18434 Fix indentation broken by past merges 2011-08-24 13:24:21 +02:00
Piotr Przybylski
57bea0630a Use PMA_DBI_get_table_indexes_sql() only when really needed, in all other cases use PMA_DBI_get_table_indexes() 2011-08-23 22:14:15 +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
a7c0c55c7f Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	js/server_status.js
	libraries/common.lib.php
	tbl_printview.php
	tbl_select.php
	tbl_structure.php
2011-08-12 22:02:40 +02:00
Dieter Adriaenssens
45aac8dbf4 coding style 2011-08-11 21:37:36 +02:00
Dieter Adriaenssens
e4bb7fdcdd fix description 2011-08-10 21:12:08 +02:00
Dieter Adriaenssens
fd383934af Merge branch 'QA_3_4' 2011-08-10 20:58:45 +02:00
Dieter Adriaenssens
556636457a Remove library PHPExcel, due to license issues
Remove native Excel exportand import modules (xls and xlsx formats)
2011-08-10 20:53:51 +02:00
Michal Čihař
0d7d007995 Unify code for PDF footer 2011-08-10 14:29:22 +02:00
Michal Čihař
17cbe29592 Start base class for all PDF output 2011-08-10 14:24:22 +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
Michal Čihař
21b5b87c92 Escape only parts which need it, not translated string 2011-08-05 10:32:34 +02:00
Michal Čihař
dd2dc3a5a7 Shortcut when export can not work 2011-08-05 08:19:18 +02:00
Michal Čihař
872a2e6079 Remove unused variable 2011-08-05 08:17:08 +02:00
Michal Čihař
d7e0002af6 Fix variable name 2011-08-05 08:17:00 +02:00
Piotr Przybylski
66665f326a Merge remote-tracking branch 'origin/master' into drizzle
Conflicts:
	db_qbe.php
	js/server_status.js
	libraries/export/xml.php
	libraries/schema/Pdf_Relation_Schema.class.php
	tbl_printview.php
	tbl_structure.php
2011-08-04 20:19:43 +02:00
Michal Čihař
4c62a5fed6 Another typo 2011-08-04 17:41:30 +02:00
Michal Čihař
83d3c0d2fd Move attribute processing to PMA_extractFieldSpec 2011-08-04 17:08:49 +02:00
Michal Čihař
f646fc8a55 Use PMA_extractFieldSpec instead of own code 2011-08-04 17:04:12 +02:00
Michal Čihař
822a863690 Reintroduce mistakenly removed code 2011-08-04 16:47:47 +02:00
Michal Čihař
b7b7fe3920 Properly handle special cases 2011-08-04 16:46:45 +02:00
Michal Čihař
d29cf3227d Use PMA_extractFieldSpec instead of own code in export plugins 2011-08-04 16:41:30 +02:00
Michal Čihař
5e2a467f6f $GLOBALS[use_backquotes] is apparently not set anywhere 2011-08-04 15:30:02 +02:00
Michal Čihař
1045c8f085 Wrap export options 2011-08-04 15:28:02 +02:00