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
Marc Delisle
edde7126ce
Move functions to library file
...
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-25 09:18:29 -05:00