Michal Čihař
348628d55f
Various js improvements
...
- move variable declarations to top
- fixed linebreaks around +
- removed extra space
2013-04-26 09:31:51 +02:00
Michal Čihař
27b213431c
Reference javascript messages by dot notation instead of using ['strFoo']
2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628
Various javascript spacing fixes
2013-04-15 16:20:04 +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
Gemorroj
fc51a91713
many some minor fixes (sorry, see diff)
2013-01-26 15:35:29 +03:00
Marc Delisle
2723495a4f
Removed the AjaxEnable directive
2012-12-21 16:04:57 -05:00
Marc Delisle
ab75961279
js cleanup: space after "if"
2012-12-20 05:53:55 -05:00
Rouslan Placella
d062075d92
Dropped usage of jQuery UI dialog for insert into table functionality
2012-11-19 21:39:13 +00:00
Rouslan Placella
22a9f9a226
Dismiss message after dropping table
2012-11-06 23:44:16 +00:00
Rouslan Placella
289f66ea1b
Fixed print view multi submit
2012-10-30 20:24:00 +00:00
Rouslan Placella
7356b407ad
Rewrite and integration of js/common.js
2012-10-30 20:23:59 +00:00
Rouslan Placella
f8175fc4b4
Reload the navigation ina few extra places
2012-10-30 20:10:23 +00: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
Rouslan Placella
a938a66c8d
Use an "ajax" class on ajaxified "Truncate Table" links
2012-10-30 20:04:52 +00:00
Rouslan Placella
800b8ef544
Use an "ajax" class on ajaxified "Drop Tracking" links
2012-10-30 20:04:52 +00:00
Rouslan Placella
22158ed387
Use an "ajax" class on ajaxified "Drop Db/Table" links
2012-10-30 20:04:52 +00:00
Marc Delisle
bb98205389
Fix merge conflicts for security patch
2012-08-13 07:51:35 -04:00
Rouslan Placella
971db49c11
Expect JSON for every ajax request in JavaScript
2012-06-11 14:06:05 +01:00
Rouslan Placella
796012fcc5
Completely drop footnotes and use tooltips instead
2012-06-11 14:06:04 +01:00
Madhura Jayaratne
287723527c
Add missing semicolons
2012-04-29 22:30:49 +05:30
Madhura Jayaratne
68a4c2b240
remove() the dialog properly. Now closing the dialog with the X have the same effect as closing it with buttons.
2012-04-29 22:28:34 +05:30
Michal Čihař
a5839a3813
Fix spacing before tags
2012-04-27 11:25:37 +02:00
Rouslan Placella
ff66fdbdf9
Remove stray trailing whitespaces
2012-04-22 00:12:30 +01:00
Marc Delisle
da0e04d179
Fix merge conflicts
2012-04-21 16:37:50 -04:00
Marc Delisle
a26aec4d80
bug #3516089 [structure] DROP does not work on defective VIEWs
2012-04-21 16:29:05 -04:00
Jo Michael
13644d8591
Short-hand notation for jQuery document.ready event
2012-04-21 02:44:18 +02:00
Jo Michael
569aed795c
Drop view confirm properly, don't show truncate action for views
2012-04-15 06:11:11 +02:00
Rouslan Placella
6ae5cafb46
Drop @uses tags from JS files
2012-04-10 21:50:34 +01:00
Rouslan Placella
9c16704968
Speed-up selectors
2012-04-10 21:50:34 +01:00
Marc Delisle
a3edbfc1b1
Add parameter to strDoYouReally message for better translatability
...
Include jquery.sprintf.js everywhere
2012-04-09 08:20:45 -04:00
Jo Michael
3f545e316a
Fix DoYouReally confirm dialogs
2012-04-09 00:19:33 +02: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
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
Atul Pratap Singh
3ea8e7d87b
Patch #3510656 Contest-1 Ignoring foreign keys while dropping tables
2012-03-26 13:01:07 -04:00
Madhura Jayaratne
dbde2f5722
Adjust row colors upon deletion of a table
2011-12-11 23:00:26 +05:30
Madhura Jayaratne
c06c4af740
Use toggleRowColors() for tracking page
2011-12-11 22:24:06 +05:30
Madhura Jayaratne
ad3e6eeba5
Some more AJAX improvements to tracking page in database view
2011-12-11 19:29:42 +05:30
Madhura Jayaratne
e7e5f058b1
Better AJAX functionality for Tracking page in Database view
2011-12-11 14:54:14 +05:30
Madhura Jayaratne
9f04e8f7bb
The number of rows is approximated for views
2011-12-02 09:24:55 +05:30
asdfrede
d39a230992
Fixed bug #3408377 - Deleting table from the DB does not change the table counter
2011-12-02 00:54:35 +00:00
Rouslan Placella
12eacbffea
Error notifications should not time out
2011-11-28 13:47:06 +00:00
Rouslan Placella
f697160427
Submission of the insert row form on database structure page only worked in English
2011-11-16 12:18:15 +00:00
Rouslan Placella
860586e3b2
Stick table tools to top of page on scroll
2011-10-31 22:03:44 +00:00
Marc Delisle
4336ffca2b
As suggested by Tyron Madlener:
...
Display the input field for the default value only after "As defined:"
is selected, and also focus it automatically once it's selected so the user
can type immediately
2011-10-16 09:10:48 -04: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
Michal Čihař
1ec0b69e6b
Coding style, function definitions
2011-08-05 14:49:23 +02:00
Michal Čihař
d55306252b
Replace tabs with spaces, cleanup identation
2011-07-22 10:15:08 +02:00
Michal Čihař
fd121f211a
Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
2011-07-21 15:53:04 +02:00