Commit Graph

30 Commits

Author SHA1 Message Date
Madhura Jayaratne
410d1c32df .live() and .die() methods are deprecated. Use .on() and .off() methods instead
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-02 17:07:46 +05:30
Hugues Peccatte
bdb5f333d7 Fix PHPCS issues.
PHPDoc updates.
Minor coding style modifications.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-11-01 22:07:18 +01:00
Hugues Peccatte
81c3916485 Fix scrutinizer JS issues.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2014-05-18 13:57:41 +02:00
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
Ashutosh Dhundhara
2943a514b9 Feature request: #1512 Import doesn't do anything with no file name provided.
https://sourceforge.net/p/phpmyadmin/feature-requests/1512/

Signed-off-by: Ashutosh Dhundhara <ashutoshdhundhara@yahoo.com>
2014-03-14 23:21:21 +05:30
Smita Kumari
d2dbe10b5a unbinding keyup event
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-03-02 18:44:05 +05:30
Smita Kumari
65e24c0b0a bug fix #4298: added javascript allow just one character if first character is not escape character else allow two including escape character
Signed-off-by: Smita Kumari <kumarismita62@gmail.com>
2014-02-27 00:21:03 +05:30
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Marc Delisle
ab75961279 js cleanup: space after "if" 2012-12-20 05:53:55 -05: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
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
Jo Michael
45e2dc322e Fixed import format not auto-selected on file pick 2012-04-07 20:49:12 +02: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
Jo Michael
5b09d0f066 Cleanup HTML5 validity issues 2012-04-01 20:14:50 +02:00
Piotr Przybylski
a66a40262a Field values may not be in correct selector syntax - added a specialized filter function to narrow down form fields to the one with specified value 2011-11-16 21:16:44 +01:00
Michal Čihař
1ec0b69e6b Coding style, function definitions 2011-08-05 14:49:23 +02:00
Yuichiro
e53fa42980 Patch #3302354 Add gettext wrappers around a message 2011-05-15 13:40:11 -04:00
Michal Čihař
0431042bd0 Drop $Id$ expansion, nobody complained so far it not working. 2010-09-07 15:00:44 +02:00
lorilee
10ce6930d2 Don't hardcode the formats 2010-08-16 17:23:11 -07:00
lorilee
fcb47c1b64 Made variable names local in scope 2010-07-16 00:12:41 -07:00
lorilee
1b300eed99 Support for no javascript 2010-07-05 16:14:41 -07:00
lorilee
e6932ed398 Causes the correct radio button to be selected in the import file location form 2010-06-24 16:57:28 -04:00
lorilee
0828cbf803 Fixes bug that occurs when selecting a file from web server upload directory 2010-06-15 16:20:11 -04:00
lorilee
90c7799655 Added a function that detects the filetype of the selected import file and changes the displayed options accordingly 2010-06-11 01:09:03 -04:00
lorilee
b4b55a2763 jQuery functions for import page 2010-06-09 21:42:43 -04:00