Commit Graph

255 Commits

Author SHA1 Message Date
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
6e908dfeb2 Refresh navigation on creation of new table. Bug noticed by Marc Delisle 2010-07-22 00:01:16 +05:30
ninadsp
1bdbb9f274 Handled the race condition caused on the loading notification div due to calls to PMA_ajaxShowMessage() in time less than the timeout. Added a .clearQueue() calls 2010-07-21 23:25:23 +05:30
Michal Čihař
eeae8bec21 Get rid of inline javascript in login form. 2010-07-21 09:21:58 +02:00
lorilee
aa49b85fad Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
Conflicts:
	libraries/display_export.lib.php
2010-07-20 15:23:12 -07:00
lorilee
2ebf96d242 Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin
Conflicts:
	libraries/display_export.lib.php
	libraries/display_import.lib.php
2010-07-20 13:04:03 -07:00
lorilee
b8022422f7 Updated enum/set editor (submit button has only one function, escapes special characters, has more instructions for formatting 2010-07-20 12:22:39 -07:00
Michal Čihař
4330ee3fd4 Whitespace cleanup. 2010-07-20 14:15:00 +02:00
Michal Čihař
29ccdfc1ff Focus SQL query area after dom is ready. 2010-07-20 14:14:44 +02:00
lorilee
9badb87f1a Reveal-on-hover table structure actions 2010-07-14 11:55:31 -07:00
lorilee
087dac0df0 Fixes everything after commit 9de870ce87, where I accidentally committed some lines 2010-07-13 18:52:12 -07:00
ninadsp
98a57e2219 A newly added table is now appended to the tablesForm on db_structure.php 2010-07-14 01:09:37 +05:30
lorilee
22254ba748 Gets rid of the forward slash that appears in the enum/set editor when there are no values 2010-07-12 18:55:21 -07:00
ninadsp
3bcffd86e9 Stupid typo. Fixed 2010-07-13 02:30:42 +05:30
ninadsp
a1e9702434 Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:49:27 +05:30
ninadsp
e0f80088aa Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:33:56 +05:30
ninadsp
4eb4d318bb Forgot to set the context for the recently added $(document).ready()
snippets.  Added them
2010-07-11 23:51:02 +05:30
ninadsp
fe9f539ed2 Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php 2010-07-11 23:36:24 +05:30
ninadsp
dd58a5bc23 Removed inline calls to confirmLink() for Empty/Drop Table actions in libraries/tbl_links.inc.php 2010-07-11 23:14:41 +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
ninadsp
94a911a623 Removed inline call in libraries/display_tbl.lib.php to confirmAction()
for 'Calculate Real End' action on large InnoDB tables.
2010-07-11 22:23:57 +05:30
ninadsp
3586dd6408 Removed inline call to confirmLink() for 'Drop Primary Key/Index' 2010-07-11 03:33:04 +05:30
ninadsp
505884174b Removed inline call to confirmLink() for 'Delete Tracking action'. 2010-07-11 03:14:02 +05:30
ninadsp
d5ed68aa71 Removed inline call to confirmLink() for 'Drop Procedure' 2010-07-11 02:32:10 +05:30
ninadsp
70a8735c07 Removed inline call to confirmLink() for 'Drop Event' action 2010-07-11 02:08:47 +05:30
lorilee
3c1e06a3e6 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-07-06 11:04:06 -07:00
lorilee
ef6a616d01 Added feature to ENUM/SET editor where users can add more than one new field at a time 2010-07-05 16:21:31 -07:00
ninadsp
e049c1d158 Merge remote branch 'origin/master'
Conflicts:
	po/fr.po
	po/sl.po
2010-07-03 21:00:08 +05:30
Adnan
1ef5f8564e Merge remote branch 'origin/master' into export_branch 2010-07-02 16:23:58 +05:00
Marc Delisle
9de870ce87 selecting a range of rows no longer worked 2010-07-01 07:30:29 -04:00
ninadsp
77aa8c50dd Hopefully, the PMA_messages[] error will be resolved now. Most probably
a context issue was causing the error.
2010-07-01 14:39:25 +05:30
ninadsp
e32644ea09 In Drop Column, the row giving the details of the column is now removed
if the request completed successfully.
2010-06-30 00:31:59 +05:30
ninadsp
b48033fbd6 Revert "We need to close the dialog when reloading the database after renaming"
This reverts commit f9d7058cd6.
2010-06-30 00:28:15 +05:30
ninadsp
f9d7058cd6 We need to close the dialog when reloading the database after renaming
it.  The code did not do this, added it.
2010-06-30 00:25:22 +05:30
lorilee
5a67c754d2 Removed inline Javascript, added support for editing multiple columns at once 2010-06-28 22:26:21 -04:00
lorilee
083f81b59d Corrected a tiny typo which ruined everything 2010-06-28 20:52:56 -04:00
lorilee
8b2aa5282a ENUM/SET editor 2010-06-28 20:48:24 -04:00
ninadsp
34c68f8aad When dropping a table now, the entire row in the table of tables is
removed on db_structure.php.
2010-06-29 02:25:59 +05:30
ninadsp
25b8d37506 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:58 +05:30
ninadsp
ad8d64e360 The ajax notification div did not hide properly. Fixed it. 2010-06-28 21:21:14 +05:30
ninadsp
ac7cab7160 Revert "Revert "Merge remote branch 'origin/master'""
This reverts commit 4214d83e12.
2010-06-26 15:45:27 +05:30
ninadsp
4214d83e12 Revert "Merge remote branch 'origin/master'"
This reverts commit c850b8be8b, reversing
changes made to dcdde2f99f.
2010-06-26 15:43:52 +05:30
ninadsp
c850b8be8b Merge remote branch 'origin/master'
Conflicts:
	po/tr.po
2010-06-26 15:38:12 +05:30
ninadsp
dcdde2f99f Moved the jQuery script for handling Create Table action from
js/db_operations.js to js/functions.js as this action is used on
multiple pages.
2010-06-25 11:01:19 +05:30
ninadsp
217968fb92 Noticed a bug in the dialog close buttons. The html was not destroyed
after closing, so added a .remove() call everywhere.
2010-06-25 00:30:23 +05:30
Adnan
9befa3965e Schema Classes structure 2010-06-24 20:37:39 +05:00
Adnan
0e9f6247e4 Revert "schema classes structure"
This reverts commit 589eef3280.
2010-06-24 20:26:14 +05:00
Adnan
fc838dd0cb Merge remote branch 'origin/master' into export_branch 2010-06-24 18:31:54 +05:00
Adnan
589eef3280 schema classes structure 2010-06-24 18:31:42 +05:00
ninadsp
51dffa100f Now using localized strings for all jQuery actions instead of static
English strings.  Added strings to js/messages.php.  Yet to figure out
how to localize buttons on jQueryUI dialogs.
2010-06-22 01:02:47 +05:30