Commit Graph

30 Commits

Author SHA1 Message Date
Marc Delisle
d3fc017131 Code cleanup
Signed-off-by: Marc Delisle <marc@infomarc.info>
2013-12-19 06:26:18 -05:00
Smita Kumari
675e457f50 bug fix #2760
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2013-12-18 19:17:59 +05:30
Michal Čihař
ea5d365877 Move function definitions to top 2013-07-30 14:36:43 +02:00
Madhura Jayaratne
cc0ea11024 Merge branch 'QA_4_0' 2013-04-19 11:53:52 +05:30
Madhura Jayaratne
feaad54ef5 Properly disable text fields in Chrome 2013-04-19 11:53:32 +05:30
Spun Nakandala
aef391032f Fixed #3883 Export > Custom > Dump some rows : input fields are disabled 2013-04-19 11:49:52 +05:30
Madhura Jayaratne
e8e4b6a75e Merge pull request #269 from scnakandala/Bug_3883
Bug fix for Bug #3883
2013-04-18 23:14:01 -07:00
Spun Nakandala
e969e4187a Fixed #3883 Export > Custom > Dump some rows : input fields are disabled 2013-04-19 11:23:44 +05:30
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Rouslan Placella
3ca7d34240 Destroy registered jQuery events on page tear down 2012-10-30 20:07:01 +00:00
Rouslan Placella
5838a44339 Use AJAX.registerOnload() instead of $(document).ready() 2012-10-30 20:07:01 +00:00
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