Commit Graph

451 Commits

Author SHA1 Message Date
Michal Čihař
b846df7033 Empty line between @param and @return 2012-04-27 13:54:13 +02:00
Michal Čihař
397b6fd00e Cleanup spacing after @return 2012-04-27 11:33:26 +02:00
Michal Čihař
b2243f08a8 Fix spacing around brackets 2012-04-27 11:30:47 +02:00
Michal Čihař
a5839a3813 Fix spacing before tags 2012-04-27 11:25:37 +02:00
Madhura Jayaratne
50e6f3b387 Coding style improvements (ControlSignature) 2012-04-25 23:02:37 +05:30
Michal Čihař
317b365baa Various coding style improvements 2012-04-24 14:06:15 +02:00
Rouslan Placella
ff66fdbdf9 Remove stray trailing whitespaces 2012-04-22 00:12:30 +01:00
Marc Delisle
3da49e3418 Clarify variable name 2012-04-21 14:48:30 -04:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04:00
Michal Čihař
16550186a1 Merge pull request #32 from alexukf/features
export mediawiki outputs content and structure
2012-04-18 04:10:44 -07:00
Alex Marin
384e32f92a export mediawiki outputs content and structure 2012-04-16 21:19:59 +03:00
Alex Marin
db5f9a9f51 fix original column names in export xml
Inside <pma:table> the column names contained spaces, but in the <column> tags, they were replaced with underscores, causing a mismatch.
2012-04-16 12:25:05 +03:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Madhura Jayaratne
ea800101cb Fix Checkstyle Warnings - Type: BraceOnSameLine 2012-04-13 21:50:26 +05:30
Jo Michael
01e8418470 - bug #3516341 [export] Open Document Text, Word and Texy! Text show table structure twice,
- bug [export] Texy! Text: Columns containing Pipe Character don't export properly,
+ [export] Show triggers in Open Document Text, Word and Texy! Text
2012-04-11 22:40:11 +02:00
Jo Michael
95ffa2a25b Fix PHP notice about undefined index sql_truncate in SQL export 2012-04-11 22:40:10 +02:00
Jo Michael
1e0894994b - bug #3507917 [export] JSON has unescaped values for allegedly numeric columns 2012-04-08 19:36:06 +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
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