Commit Graph

39 Commits

Author SHA1 Message Date
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
Michal Čihař
9730a6b3d7 Merge commit '97b1375605f241481a953e2c78eb42d43f84fa9d'
Conflicts:
	js/functions.js
	libraries/common.lib.php
	libraries/header.inc.php
	server_status.php
2011-07-21 15:51:05 +02:00
Marc Delisle
ce3f308741 Typo in variable name 2011-07-21 09:41:49 -04:00
Thilanka Kaushalya
1c333e0a08 Fixed iid dulplication issue in footnote convertion using classes 2011-07-19 22:59:22 +05:30
Thilanka Kaushalya
4e19ef1cbf MOdified init tooltips function 2011-07-16 20:36:31 +05:30
Tyron Madlener
3b3a9fc762 pma spritify part 2 2011-07-15 09:42:16 +03:00
Thilanka Kaushalya
8a6fc88a8c Added datapickers in insert form in dialog 2011-07-08 21:57:29 +05:30
Rouslan Placella
a0504f47d6 Merge branch 'master' into rte 2011-06-17 17:12:36 +01:00
Thilanka Kaushalya
161f8977fa Fixed the delay at dialog load in table insert 2011-06-15 11:35:59 +05:30
Thilanka Kaushalya
09fad13dcb Added the update row count in db structure 2011-06-14 21:51:21 +05:30
Thilanka Kaushalya
2be90c3907 Added update the tablesForm in db insert 2011-06-13 18:11:00 +05:30
Thilanka Kaushalya
8b2439f4a7 added the buttonYes click actions 2011-06-12 23:02:32 +05:30
Thilanka Kaushalya
b53ac0870c Apply ajax behavior to the insert to table option in db structure 2011-06-10 11:06:36 +05:30
Rouslan
63693133e2 Moved JS related to Routines, Triggers and Events into their own files. 2011-05-21 17:52:56 +01:00
Marc Delisle
dea96e2e5a Conditional Ajax for db Structure and Tracking 2011-01-29 11:15:35 -05:00
Michal Čihař
85ab22ddc0 input element can not be under tr
This prevented the JS confirmation to work with Chromium, because it
moved the element outside the table.
2011-01-28 10:40:23 +01:00
Marc Delisle
d9d5abee08 adjust totals when dropping a table 2010-11-14 08:08:14 -05:00
Marc Delisle
5a72c4ea7d unneeded wrapping of jQuery objects; prefix their name with dollar sign 2010-11-14 07:48:48 -05:00
Marc Delisle
e161824418 adjust totals when emptying a table; also use classes for more precise handling of td 2010-11-14 07:37:14 -05:00
Marc Delisle
eb21b97041 on clicking Empty, really ensure no further click, change icon, adjust number of rows and size 2010-11-13 17:02:26 -05:00
Marc Delisle
e3e0b2ef99 refresh navi frame after table creation in a non-empty db; also refresh after table drop via drop link 2010-10-09 10:23:06 -04:00
ninadsp
bbb94f628f Created a new js file for the tbl_structure.php page and moved jQuery scripts for it into that file 2010-08-26 20:03:15 +05:30
ninadsp
50f2a0d6ea Improved response of the Truncate table action on success 2010-08-26 19:53:27 +05:30
ninadsp
eccad201bf Added JSDoc-Toolkit compatible documentation to js/db_structure.js 2010-08-10 19:56:04 +05:30
ninadsp
9640a580ff Drop Table and Create Table work as expected now on db_create.php too 2010-07-22 00:12:43 +05:30
ninadsp
a180017106 Moved Ajax handlers of db_structure.php to a dedicated file js/db_structure.js from js/functions.js 2010-07-11 22:33:52 +05:30