Commit Graph

19 Commits

Author SHA1 Message Date
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Rouslan Placella
9c16704968 Speed-up selectors 2012-04-10 21:50:34 +01:00
Gemorroj
d8d25826a0 Merge branch 'master' of https://github.com/phpmyadmin/phpmyadmin
Conflicts:
	js/export.js
2012-04-09 15:07:20 +03:00
Jo Michael
4cfd1cf149 Replace removeProp("checked") with prop("checked", false), calling removeProp("checked") is irreversible in Chrome 2012-04-08 16:45:46 +02:00
Gemorroj
ad03783a2f A more correct variable name. 2012-04-08 15:34:26 +03:00
Gemorroj
2c618b102f some fixes and code optimizations in export 2012-04-07 18:45:02 +03:00
Gemorroj
c3747a56e5 some code standards fixes 2012-04-07 17:10:32 +03:00
Gemorroj
8bdca339f6 Better compatibility with newer versions of jQuery.
Method of "attr" changed to "prop", method of "removeAttr" changed to "removeProp", attr("value" is replaced by the method of "val".
2012-04-07 14:27:28 +03:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
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
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
lorilee
89c9de9f09 If structure is not being exported, the comment options for structure should not be enabled 2010-08-11 13:39:35 -07:00
lorilee
b87010e89b Fixed data/structure options toggling problem when Back link is used 2010-08-11 12:28:31 -07:00
lorilee
7826652898 Added option in config.inc.php to set the default export method to quick, custom, or custom-no-form 2010-07-13 18:19:54 -07:00
lorilee
0692c8f0b7 Disabled "Dump some row(s)" sub-options when they are not selected, fixed comments, minor refactoring 2010-07-08 11:55:21 -07:00
lorilee
cd7bf9744d Support for no javascript 2010-07-05 16:14:06 -07:00
lorilee
33cd3de818 Quick export 2010-06-15 16:19:53 -04:00
lorilee
afd66f5ee2 Added function to support toggling of structure/data for all plugins 2010-06-09 20:21:55 -04:00
lorilee
a828a848be jQuery functions used in the export page 2010-06-08 22:39:35 -04:00