Marc Delisle
fd7c8522ea
Clarify method name
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-10-03 10:14:29 -04:00
Marc Delisle
d951b9d133
Merge branch 'QA_4_5'
2015-10-01 09:49:52 -04:00
Dan Ungureanu
ce6c465d15
Fixes #11509 , #11512 , #11518 .
...
Updated sql-parser library to udan11/sql-parser@2f5d2daabb (v2.1.1).
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-10-01 16:22:37 +03:00
Marc Delisle
a2c009e670
Remove duplication
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-12 06:25:36 -04:00
Marc Delisle
77c0d66a1b
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-11 13:37:54 -04:00
Marc Delisle
27e54fb194
Refactor to remove display_export.inc.php
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2015-09-11 11:44:26 -04:00
Hugues Peccatte
bf61709259
Make PHPCS happy.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-07-23 14:38:07 +02:00
Madhura Jayaratne
8c19eedca1
Use correct name format
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-17 14:11:19 +05:30
Dan Ungureanu
2dfc29df4a
Updated sql-parser library to udan11/sql-parser@5278427 .
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:19 +03:00
Dan Ungureanu
51876a097c
Coding style fixes.
...
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:17 +03:00
Dan Ungureanu
11f42cd80e
Using the new parser for exporting.
...
Updated sql-parser library to udan11/sql-parser@06c0a64 .
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2015-07-10 23:18:17 +03:00
Madhura Jayaratne
f0664e7875
This is an internal directive. Use without underscore to match other similar ones
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-09 17:12:21 +05:30
Madhura Jayaratne
8c6261c73f
Underscores are preferred to separate words in configuration storage table names/directives
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-09 17:06:28 +05:30
Madhura Jayaratne
c987104160
Make scrutinizer happy
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-06 12:09:04 +05:30
Madhura Jayaratne
4ab83556c6
Allow using templates created for other databases/tables
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02 21:04:02 +05:30
Madhura Jayaratne
545db4a443
rfe #812 store export definitions for reuse
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-02 21:03:57 +05:30
Hugues Peccatte
37f6b992da
Fix typos.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-06-14 13:50:57 +02:00
Nisarg Jhaveri
e115adb533
Page-related settings, rfe#1559
...
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
2015-05-18 20:38:07 +05:30
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