Marc Delisle
ec99ab3e00
bug #3426031 [export] Export to bzip2 is not working
2011-10-19 13:11:22 -04:00
Madhura Jayaratne
786328c50b
Sanitize filenames (in a unified manner) before using in Content-Disposition header
2011-08-24 22:44:38 +05:30
Herman van Rink
c547703b10
Sanitize filenames before using in Content-Disposition header
2011-08-08 20:07:09 +02:00
Marc Delisle
1484ca6c00
Procedures and functions should be exported also when entering Export on a single db
2011-02-13 14:00:14 -05: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
9c34a0eec9
Merged branch official/master. Resolved merge conflicts introduced due to merging of Piotr and Martynas's branches
2010-08-28 01:53:52 +05:30
ninadsp
c9253c0a0e
Merge conflict resolved for Lori's tree merge to main
2010-08-22 12:42:54 +05:30
Crack
b8cee3086b
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
js/functions.js
js/tooltip.js
libraries/config.default.php
libraries/config.values.php
libraries/display_export.lib.php
setup/lib/forms.inc.php
setup/lib/messages.inc.php
themes/darkblue_orange/css/theme_right.css.php
themes/original/css/theme_right.css.php
2010-08-19 14:45:18 +02:00
lorilee
948abf11d4
Added back button on the top of the page as well
2010-08-14 14:09:09 -07:00
lorilee
4b4374d8b3
Check if variable exists before calling
2010-08-11 13:27:08 -07:00
lorilee
030cad2cb6
Removed unneeded commented out code
2010-08-10 22:22:09 -07:00
lorilee
4482228f66
Back button on export.php page
2010-08-10 22:11:57 -07:00
ninadsp
a2f78a6d38
Resolve merge conflicts for upstream merge
2010-07-29 19:17:25 +05:30
lorilee
428053bef5
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-07-26 13:44:30 -07:00
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
Crack
7db978de3f
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/config.values.php
2010-07-26 20:24:57 +02: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
Michal Čihař
ee767e2d3d
No need to explicitely include relation.lib its anyway included in common.inc
2010-07-26 16:17:59 +02:00
Crack
2d67cb58c4
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/relation.lib.php
2010-07-24 18:34:52 +02:00
Marc Delisle
084c0dbcf5
functions.js included automatically
2010-07-24 08:11:48 -04:00
lorilee
89b0a3082e
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
...
Conflicts:
libraries/display_export.lib.php
2010-07-23 21:06:46 -07:00
lorilee
723a71c014
Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Conflicts:
libraries/export/latex.php
themes/darkblue_orange/css/theme_right.css.php
themes/original/css/theme_right.css.php
2010-07-23 20:43:35 -07:00
ninadsp
e646a2760c
Fixed conflict due to upstream merge
2010-07-23 21:59:15 +05:30
Michal Čihař
b24a566eba
Export uses same expanding as title.
2010-07-21 09:36:28 +02:00
lorilee
aa49b85fad
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
...
Conflicts:
libraries/display_export.lib.php
2010-07-20 15:23:12 -07:00
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
Crack
fab6eb09ea
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2010-07-20 12:30:03 +02:00
Crack
52550eff13
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
...
Resolved conflicts:
setup/lib/forms.inc.php
setup/lib/messages.inc.php
2010-07-20 12:19:21 +02:00
Michal Čihař
11e53fb141
[core] Dropped AllowAnywhereRecoding configuration variable.
...
It really does not make sense these days, now the recoding of
export/import is available when the necessary extensions are loaded and
it is possible to disable it using RecodingEngine directive.
2010-07-20 12:05:07 +02:00
Michal Čihař
765e9021e4
No need to handle convcharset here.
2010-07-20 11:41:21 +02:00
lorilee
5b8c603124
If the user already appended the file extension, don't add it again
2010-07-12 19:10:11 -07:00
Crack
68d9c40113
moved Import by LOAD DATA settings to CSV category
...
moved PMA_array_* functions to core.lib.php
moved PMA_read_userprefs_fieldnames() to user_preferences.lib.php
server/database/table filename templates are saved to pmadb when "remember template" is checked
2010-07-04 21:56:46 +02:00
lorilee
e3f4e4a776
Quick export
...
Fixes table export
2010-06-15 16:19:27 -04:00
lorilee
b1c812422d
Updated variable checks for structure and data to reflect new form field names
2010-06-08 22:40:02 -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
7925c03896
gettext conversion
2010-05-11 13:05:43 -04:00
Marc Delisle
87dd6b3cee
Merge branch 'QA_3_3'
2010-03-12 17:16:58 -05:00
Dieter Adriaenssens
7c818d046a
patch #2969449 Name for MERGE engine varies depending on the MySQL version
2010-03-12 17:16:05 -05:00
Marc Delisle
819324ede6
remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software
2010-03-06 18:04:17 +00:00
Marc Delisle
7efb784901
patch #2961540 Do not export data of MERGE table
2010-03-05 12:44:34 +00:00
Marc Delisle
d47fce3ee3
patch #2961540 Do not export data of MERGE table
2010-03-05 12:44:34 +00:00
Michal Čihař
94c2f864ae
[core] Remove config data from session as it brings chicken-egg problem.
...
Configuration data stores PmaAbsoluteUri, which should be accessible
before initiating session. Otherwise there is no way to make
PmaAbsoluteUri work. PmaAbsoluteUri is needed at least for reverse
proxy setups, for example http webserver running behind https proxy.
2010-01-21 11:18:18 +00:00
Marc Delisle
526dce65cb
3.3
2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4
3.3
2009-12-31 13:09:18 +00:00
Marc Delisle
f9c781a73f
bug #2883633 [export] Export of InnoDB table is incomplete
2009-10-23 16:50:39 +00:00
Marc Delisle
f038959b4f
bug #2839548 [export] Triggers order on export
2009-08-30 12:43:07 +00:00
Marc Delisle
0214a6fe9d
patch #2773818 [export] Invalid "Content-Encoding" header
2009-05-03 17:03:47 +00:00
Michal Čihař
56941e509c
Adding @package, second part.
2008-11-24 11:05:40 +00:00
Marc Delisle
6208585d04
no longer useful since all lang files are UTF-8
2008-10-01 20:48:40 +00:00