Madhura Jayaratne
eea2bf811a
Fix #11336 Exporting a table exports database level events
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-07-31 12:36:53 +05:30
Madhura Jayaratne
a39a5ce265
bug #4942 Export to gzip saves plain text under Chrome
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-06-04 21:44:40 +05:30
Madhura Jayaratne
aab6b291a9
Add comment explaining why strlen is used in place of mb_strlen
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-08 20:37:36 +05:30
Madhura Jayaratne
6f1b4fa259
A better fix for bug #4625
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-08 12:56:11 +05:30
Madhura Jayaratne
775436f70f
bug #4625 "Insufficient space to save the file" on export SQL to file on server
...
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-08 12:46:46 +05:30
Hugues Peccatte
bdb5f333d7
Fix PHPCS issues.
...
PHPDoc updates.
Minor coding style modifications.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Hugues Peccatte
80ced5fe8f
Fix PHPCS issues.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 18:37:49 +01:00
Hugues Peccatte
e17de11c74
Improve multibytes string manipulation performances.
...
Review SQL import process.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-30 17:40:09 +01:00
Ann + J.M
b1a7039ae3
Convert PMA_URL_getCommon calls to new style
...
Rewritten tests need validation
Signed-Off-By: Ann + J.M. <phpMyAdmin@ZweiSteinSoft.de>
2014-10-18 19:42:29 +02:00
Hugues Peccatte
f9cd1a1a22
Replace mb functions by standard string functions.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-10-05 11:31:50 +02:00
Hugues Peccatte
3de88162ff
Replace PMA_String uses by mb_* calls.
...
Remove part of unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-28 20:53:01 +02:00
Hugues Peccatte
fe452a7240
Make Scrutinizer happier.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 13:56:42 +02:00
Hugues Peccatte
9b77d746ab
Mass modifications to use PMA_String.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-09-06 10:44:03 +02:00
Marc Delisle
f5b56c6cfd
Fix incorrect parameter type
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-06-30 11:27:28 -04:00
Chirayu Chiripal
6dc1178eae
bug-4479 Missing permission in export dir not detected
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-29 20:22:49 +05:30
Isaac Bennetch
ff913e2855
Merge pull request #1238 from D-storm/export-back-link
...
fix: error in export with option view output as text
2014-06-19 12:51:08 -04:00
Chirayu Chiripal
1dd8d8c28c
fix: error in export with option view output as text
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-19 17:30:50 +05:30
Chirayu Chiripal
c8a6ea0467
scrutinizer issues fix
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-19 17:10:55 +05:30
Chirayu Chiripal
3ea7d2b52d
rfe-755: export with table/column name changes
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-16 22:41:50 +05:30
Chirayu Chiripal
33dfef377f
RFE-759 Use aliases in SQL export for tables and columns
...
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
2014-06-09 22:44:07 +05:30
Michal ฤihaล
cff38db7f2
Share code for rending correct page after export
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-05-10 12:02:39 +02:00
Marc Delisle
85a0ff6619
Remove dead code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-05-08 17:25:16 +02:00
Marc Delisle
f46865c660
Fix coding style
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-04-11 09:34:51 -04:00
Marc Delisle
22befe0509
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-03-24 12:40:58 -04:00
Aditya Sastry
fa88c27ad6
Adds the maximum table size to export option (Feature request 1515)
...
Added a textbox to the custom export options, in the loop where the
Exporting is done, I added a query which checks the current table's size.
If this size is greater than the limit specified we don't export the current
table.
Signed-off-by: Aditya Sastry <ganeshaditya1@gmail.com>
2014-03-22 20:21:19 +05:30
Michal ฤihaล
d559fa6a21
Remove trailing whitespace from the code
...
Signed-off-by: Michal ฤihaล <michal@cihar.com>
2014-03-20 09:36:48 +01:00
Hugues Peccatte
9fb69a229f
Merge branch 'fixExport'
2014-03-01 14:27:36 +01:00
Hugues Peccatte
dcfe93a888
Minor PHPDoc update.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-28 22:09:48 +01:00
Hugues Peccatte
1b13ecac80
Fix use of a missing variable.
...
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-02-28 22:07:52 +01:00
Chanaka Indrajith
4457f40ef4
Support for export server/db/table without views
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-06 23:03:04 +05:30
Chanaka Indrajith
55151381fa
rfe-1403 : Support for export only triggers/stored procedures
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-02-04 22:47:00 +05:30
Chanaka Indrajith
2988aebc86
rfe-1483 : Export database without triggers
...
Signed-off-by: Chanaka Indrajith <pe.chanaka.ck@gmail.com>
2014-01-28 23:09:59 +05:30
Marc Delisle
379f8b6704
Fix merge conflicts
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-15 08:53:00 -05:00
Marc Delisle
6894e6d7e8
Fix typos
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-09 05:58:44 -05:00
Marc Delisle
08fb2d3479
Fix merge conflicts
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2014-01-01 06:29:52 -05:00
Marc Delisle
deb2be02d1
Refactor: new PMA_exportTable()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-31 08:33:38 -05:00
Marc Delisle
258d2caf84
Remove duplicated code
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-30 09:03:37 -05:00
Marc Delisle
b84198ae6d
Refactor: new PMA_exportDatabase()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-30 08:49:26 -05:00
Marc Delisle
ecf1801dce
Adjust break level as we are no longer in the main do loop
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-30 08:21:23 -05:00
Marc Delisle
15e22751fb
Clarify function name
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-29 08:05:17 -05:00
Marc Delisle
5031e4cad8
Refactor: new PMA_exportServer()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-29 06:31:44 -05:00
Marc Delisle
59e89eb49e
Missing localization
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-28 08:01:24 -05:00
Marc Delisle
706e69e353
Refactor: new PMA_getHtmlForDisplayedExportHeader()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-28 07:59:35 -05:00
Marc Delisle
4c9a9d3d8a
Refactor: new PMA_compressExport()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-28 07:19:05 -05:00
Marc Delisle
4e8f7d8380
Refactor: new PMA_closeExportFile()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-28 06:51:13 -05:00
Marc Delisle
b78ff4442e
Refactor: new PMA_openExportFile()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-27 07:27:48 -05:00
Marc Delisle
a06464c59f
Fix merge conflict
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-26 09:12:10 -05:00
Marc Delisle
a3b2370aeb
Refactor: new PMA_getExportFilenameAndMimetype()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-26 06:26:51 -05:00
Marc Delisle
d40e238e93
Refactor: new PMA_getMemoryLimitForExport()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-25 19:19:28 -05:00
Marc Delisle
4d913bb009
Refactor: new PMA_getHtmlForDisplayedExportFooter()
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-25 13:23:32 -05:00