Commit Graph

60 Commits

Author SHA1 Message Date
Rahul Kadyan
4d308ba364 Remove unneeded closing tags
Closing tags at the end of file are not mandatory. It is often
suggested to omit to closing tags at the end of file to prevent
unwanted effects as PHP will start output buffering if there is
any character after closing tag.

Reference: http://php.net/manual/en/language.basic-syntax.phptags.php

Signed-off-by: Rahul Kadyan <hi@znck.me>
2015-03-06 23:37:35 +05:30
Madhura Jayaratne
8252099d9d bug #4444 No insert statement produced in SQL export for queries with alias
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-11-19 10:36:29 +05:30
Michal Čihař
9c141ee607 Various coding style fixes 2013-08-06 15:56:32 +02:00
xmujay
0157002bd1 rename server_export.lib.php to display_export.lib.php due to it works for server and database, table level export 2013-07-21 10:23:35 +08:00
Madhura Jayaratne
2baf473ad7 Merge branch 'master' into OOP_DBI
Conflicts:
	libraries/database_interface.lib.php
2013-05-26 21:43:33 +05:30
Marc Delisle
1fd1a41541 Add unset() statement to help for future refactoring 2013-05-26 09:52:34 -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
Samith Dassanayake
ae3d3f5a84 Used preg_split() instead of explode() to split sql query,
Since explode is case sensitive and if table or column contains substring "where" it will give an error
2013-02-20 20:06:57 +05:30
Samith Dassanayake
ea0f6d0210 Fixed #3830 Can't export custom query because it lowercases table names 2013-02-20 18:14:53 +05:30
Marc Delisle
c52dc0d2b7 Improve comments 2012-11-02 06:53:09 -04:00
Chanaka Indrajith
e78bde8978 Merge branch 'QA_3_5' 2012-11-01 23:27:51 +05:30
Chanaka Indrajith
6dba4654e4 Fix typo 2012-11-01 23:27:14 +05:30
Chanaka Indrajith
6b0e058896 Generate correct SQL when export set of resulted rows 2012-11-01 23:19:29 +05:30
Chanaka Indrajith
d93f410fe4 Revert commit 5b820cf changes in MAINT_3_5_3 2012-11-01 23:09:16 +05:30
Chanaka Indrajith
f179e827fc Improve comments description 2012-10-31 23:44:46 +05:30
Chanaka Indrajith
5b820cf47a Generate correct SQL when exporting set of results - MAINT_3_5_3 2012-10-31 23:28:54 +05:30
Chanaka Indrajith
2e53dd2b7d Generate correct SQL when exporting set of results 2012-10-31 22:48:38 +05:30
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
4a740376c8 Dropped header.inc.php in favor of the PMA_Header class 2012-06-11 14:06:02 +01:00
Chanaka Indrajith
bf15800089 Remove HTML rendering inside the functions in display_tbl.lib.php file itselves 2012-05-11 16:05:55 +05:30
Rouslan Placella
28923b496e Renamed tbl_common.php to tbl_common.inc.php for better consistency 2012-05-05 16:44:27 +01:00
Rouslan Placella
2c805ade8b Dropped tbl_links.inc.php 2012-05-05 16:44:27 +01:00
Rouslan Placella
49a7f12e4e Include CodeMirror globally 2012-04-25 23:47:24 +01:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Jo Michael
8744f8cf66 + rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEnable'] = false 2012-04-13 01:43:32 +02:00
Rouslan Placella
24726360c4 Fixed missing Codemirror for inline query edit when exporting a result set 2012-04-02 22:03:26 +01:00
Rouslan Placella
f8d4f21ef9 Revert "Fixed missing Codemirror for inline query edit when exporting a result set"
This reverts commit 3998a38900.
2012-04-02 22:00:45 +01:00
Rouslan Placella
02a5a1a95e Merge branch 'QA_3_5' 2012-03-30 23:22:30 +01:00
Rouslan Placella
3998a38900 Fixed missing Codemirror for inline query edit when exporting a result set 2012-03-30 23:21:34 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01: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
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Dieter Adriaenssens
94c6836f8b fix coding style : control structures 2011-09-05 14:28:17 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
c9253c0a0e Merge conflict resolved for Lori's tree merge to main 2010-08-22 12:42:54 +05:30
ninadsp
a2f78a6d38 Resolve merge conflicts for upstream merge 2010-07-29 19:17:25 +05:30
lorilee
2a59451ac5 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	server_export.php
2010-07-26 13:42:42 -07:00
Michal Čihař
d291827444 No need to require_once footer
It is the last thing executed anyway (ends with exit).
2010-07-26 16:20:24 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
lorilee
2ebf96d242 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/display_export.lib.php
	libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
lorilee
101b14fef1 Modified formatting for new export page 2010-06-11 01:26:32 -04:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Marc Delisle
f55823f47f strings to gettext, first batch 2010-05-03 12:57:46 -04:00
Marc Delisle
87b994743b primary_key is really a WHERE clause (that works also on tables where no PK is defined) 2009-12-30 15:27:27 +00:00
Michal Čihař
84ae0420fe Adding @package, third part. 2008-11-24 11:22:44 +00:00