Commit Graph

224 Commits

Author SHA1 Message Date
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
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
6230a545bf Cloning and removal of rows happens correctly now. All name/id
properties of the inputs are changed on the fly with javascript.
2010-07-10 23:45:03 +05:30
ninadsp
cbe82879e8 Hooked in Ajax submission of data. Changint the number of insertions on
the fly is still a work in progress.  Insertion tables are being
cloned/deleted, however, each is not unique.
2010-07-10 17:14:10 +05:30
ninadsp
ca0af7fff7 Added a string for Ajax handlers in tbl_change.php 2010-07-10 17:09:36 +05:30
ninadsp
47142291a1 Merge remote branch 'origin/master'
Conflicts:
	po/af.po
	po/ar.po
	po/az.po
	po/be.po
	po/be@latin.po
	po/bg.po
	po/bn.po
	po/bs.po
	po/ca.po
	po/cs.po
	po/cy.po
	po/da.po
	po/de.po
	po/el.po
	po/en_GB.po
	po/es.po
	po/et.po
	po/eu.po
	po/fa.po
	po/fi.po
	po/fr.po
	po/gl.po
	po/he.po
	po/hi.po
	po/hr.po
	po/hu.po
	po/id.po
	po/it.po
	po/ja.po
	po/ka.po
	po/ko.po
	po/lt.po
	po/lv.po
	po/mk.po
	po/mn.po
	po/ms.po
	po/nb.po
	po/nl.po
	po/phpmyadmin.pot
	po/pl.po
	po/pt.po
	po/pt_BR.po
	po/ro.po
	po/ru.po
	po/si.po
	po/sk.po
	po/sl.po
	po/sq.po
	po/sr.po
	po/sr@latin.po
	po/sv.po
	po/ta.po
	po/te.po
	po/th.po
	po/tr.po
	po/tt.po
	po/uk.po
	po/ur.po
	po/uz.po
	po/uz@latin.po
	po/zh_CN.po
	po/zh_TW.po
2010-07-07 18:31:09 +05:30
ninadsp
224fdfd286 Hide query box on retrieving results. Ajaxified results table sorting. 2010-07-04 01:12:00 +05:30
ninadsp
99eff08c0c Added a string for sql.js 2010-07-03 21:53:07 +05:30
ninadsp
e049c1d158 Merge remote branch 'origin/master'
Conflicts:
	po/fr.po
	po/sl.po
2010-07-03 21:00:08 +05:30
Marc Delisle
dbd813095a Merge branch 'QA_3_3' 2010-07-02 11:23:11 -04:00
Marc Delisle
1db012abc8 clarify code behavior 2010-07-02 11:22:36 -04:00
ninadsp
379d392b3f Added a string for db_search.js 2010-07-02 03:38:56 +05:30
ninadsp
034e189bcb Added a basic script to retrieve db search results via ajax 2010-07-02 03:35:30 +05:30
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
be70c9d202 A string had been repeated in the js_messages array, which is most
probably causing an issue.
2010-07-01 03:04:14 +05:30
ninadsp
b1dcb9493d The reference to PMA_messages[] for the title option was causing issues
on the demo server.
2010-07-01 02:32:17 +05:30
ninadsp
dac68adc52 Show the SQL queries too in an Ajax response. 2010-06-30 01:20:09 +05:30
ninadsp
eb0e019fa6 Rudimentary script in place for retreiving SQL query results by ajax,
and paginating the results table in place.
2010-06-30 01:18:47 +05:30
ninadsp
5677d17722 Include the query too if we are in an ajax request. 2010-06-30 01:16:49 +05:30
ninadsp
fe92d38e38 Fixed the bug where the initials_table division landed up at the bottom
of the page after an ajax request.
2010-06-30 00:37:25 +05:30
ninadsp
fd2e5e226d Removed the $.append() calls that were conflicting with document.write()
on the demo server.  Instead, generating the div on the fly and not
appending it to the DOM.
2010-06-30 00:33:11 +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
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
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
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
ca764244a0 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:38:41 +05:30
ninadsp
57f2935978 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:33:58 +05:30
ninadsp
25b8d37506 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:58 +05:30
ninadsp
c8fcb2fa2a Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:07 +05:30
ninadsp
ad8d64e360 The ajax notification div did not hide properly. Fixed it. 2010-06-28 21:21:14 +05:30
ninadsp
c1f8f3d77a Added a new file for executing SQL Queries with an Ajax call. Still a
basic script, will be tested and improved.
2010-06-28 01:19:27 +05:30
ninadsp
a968b58d5c Now shows the sql query too when renaming a database. 2010-06-27 23:04:18 +05:30
ninadsp
6ab286d6ca Completed the Ajax conversion for Edit User action.
Converted the pagination for the users table to Ajax, still a little
buggy.
2010-06-27 03:25:57 +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
ninadsp
a8073a1875 Fixed a bug with the checkAddUser call. The function is called properly
now.
2010-06-23 11:13:10 +05:30
ninadsp
f56758e50e Added some messages for db_operations.js 2010-06-23 11:04:45 +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
9737dbc675 Localised the JavaScript messages. Hooked in checkAddUser() function to
validate the user form. Edit User ajax call is still a work in progress
2010-06-22 13:10:40 +05:30