Commit Graph

11 Commits

Author SHA1 Message Date
ninadsp
e98edae53b Remove previous queries if any before inserting the latest query. We
don't want too many queries crowding up.
2010-07-11 00:14:12 +05:30
ninadsp
5677d17722 Include the query too if we are in an ajax request. 2010-06-30 01:16:49 +05:30
ninadsp
4f6339b6a4 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:28:45 +05:30
ninadsp
ca764244a0 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:38:41 +05:30
ninadsp
a968b58d5c Now shows the sql query too when renaming a database. 2010-06-27 23:04:18 +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
ninadsp
dd1ec1c019 Fixed the issue with the content frame not refreshing after the 'Reload
Database? Y/N' dialog.
When copying the database, the database is now switched with JS.
Create Table action still a work in progress
2010-06-23 10:51:47 +05:30
ninadsp
a871eba302 Localised strings in js/db_operations.js 2010-06-22 11:32:45 +05:30
ninadsp
cb4c110074 Ajaxified Rename Database, Copy Database and Change database charset
actions.
2010-06-21 02:03:16 +05:30
ninadsp
d775f341a4 Added new js files for Ajax events on db_operations.php and
tbl_operations.php
2010-05-28 13:06:51 +05:30