Commit Graph

194 Commits

Author SHA1 Message Date
Marc Delisle
1b34f8fd28 Fix typos and clarify comment 2013-07-21 08:58:05 -04: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
xmujay
95ba127006 fix undefined variable: multi_values 2013-07-21 01:09:18 +08:00
xmujay
b1eabfb597 fix the undefined error 2013-07-21 00:58:37 +08:00
xmujay
0817d6971e refactor the code style of server_export 2013-07-21 00:44:58 +08:00
xmujay
577fd13514 refactor server_export 2013-07-20 22:36:56 +08:00
Michal Čihař
051834dccd Remove spaces param from PMA_Kanji_encodingForm
We mostly don't indent code anyway now.
2013-05-10 10:00:05 +02:00
Michal Čihař
0c2832ca04 Consistent function naming in Kanji support module 2013-05-10 09:53:41 +02:00
Michal Čihař
3751572ad8 Wrap some long lines 2013-04-26 10:07:53 +02:00
Michal Čihař
62035e1551 Forgotten printf refactoring 2013-04-25 14:30:00 +02:00
Marc Delisle
ae7e542a51 Fix merge conflict 2013-04-15 12:47:19 -04:00
xmujay
d81ebdb847 refactor display_export.lib.php 2013-04-14 23:05:18 +08:00
J.M
050d6d31aa Fix bug #3874 [export] No preselected option when exporting table 2013-04-14 14:46:00 +02:00
J.M
3839f5379d Fix incorrectly closed quick export file overwrite checkbox tag 2013-03-03 22:09:34 +01:00
Marc Delisle
2e9738379d Improved library file name 2012-11-19 12:31:24 -05:00
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Rouslan Placella
8be9c3a79f Disabled ajax when processing the export form 2012-10-30 20:07:02 +00:00
Chanaka Indrajith
e6894be57f Renamed ->method() with PMA_Util::method() 2012-09-16 14:35:45 +05:30
Chanaka Indrajith
0829709064 Remove variable 2012-09-16 14:31:22 +05:30
Michal Čihař
cd456f7696 Wrap some long lines 2012-09-10 15:40:16 +02:00
Michal Čihař
aebacc391f Various fixes in coding style 2012-09-10 15:39:26 +02:00
Michal Čihař
add93f38a1 Various fixes in coding style 2012-09-10 15:18:13 +02:00
Dieter Adriaenssens
f1a90f78b1 coding style : fix indenting 2012-08-31 14:51:04 +02:00
Madhura Jayaratne
64fe04c4bd Coding style fixes 2012-08-23 22:36:50 +05:30
Chanaka Indrajith
106265a7f8 Resolve conflicts 2012-06-30 11:30:39 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Alex Marin
1ef56d1662 Merge branch 'master' into plugins-and-OOP 2012-06-18 14:26:13 +03:00
Alex Marin
0899d6722e oop: merge master 2012-06-17 11:40:11 +03:00
Chanaka Indrajith
71b01ec879 Modifications to PMA_externalBug() function in common.lib.php and renamed as PMA_getExternalBug() 2012-06-14 09:22:18 +05:30
Rouslan Placella
015fce08ee Fixed bad variable name 2012-06-11 14:06:04 +01:00
Rouslan Placella
eb98110541 Dropped footer.inc.php 2012-06-11 14:06:04 +01:00
Alex Marin
a87f283a23 plugins and OOP: create general class structure and ExportXML 2012-05-28 00:21:14 +03:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Madhura Jayaratne
f354e74c34 Coding style improvements - mostly fixing doc comments 2012-03-17 19:31:25 +05:30
Marc Delisle
83b5e0d07a No longer depend on grab_globals.lib.php for $_GET variables 2012-03-06 06:37:29 -05:00
Marc Delisle
c555fc1b34 Fix merge conflicts 2011-12-14 08:00:51 -05:00
Dieter Adriaenssens
bd3735ba58 [security] Self-XSS on export options (export server/database/table), see PMASA-2011-20 2011-12-10 17:10:41 +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
Rouslan Placella
d17814f463 Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS). 2011-09-26 20:54:59 +01:00
Madhura Jayaratne
9bcb83af03 File is being conditionally included; use "include" instead 2011-09-23 10:56:30 +05:30
Marc Delisle
003d879a64 Merge branch 'QA_3_4' 2011-09-11 06:51:29 -04:00
Marc Delisle
03a75ab9e0 bug #3399951 [export] Config for export compression not used 2011-09-11 06:51:09 -04:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Michal Čihař
219ec73d69 Spacing around if 2011-07-22 09:10:37 +02:00
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Tyron Madlener
2ee9f03cbb Merge remote-tracking branch 'origin/master' into tyronm 2011-07-05 18:09:55 +02:00
Madhura Jayaratne
5217946601 bug #3340151 [export] Working SQL query exports error page 2011-07-02 07:05:54 +05:30
Madhura Jayaratne
4d1540cc1c bug #3348995 [config] $cfg['Export']['asfile'] set to false does not select asText option 2011-07-01 22:58:35 +05:30
Tyron Madlener
5e09426666 Merge 2011-06-06 14:38:56 +02:00
Madhura Jayaratne
6619e39d63 Merge branch 'QA_3_4' 2011-05-22 13:06:05 +05:30