736 Commits

Author SHA1 Message Date
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
Crack
b13dee72f3 Import settings 2010-07-01 22:24:18 +02: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
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
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
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
lorilee
e6932ed398 Causes the correct radio button to be selected in the import file location form 2010-06-24 16:57:28 -04:00
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
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
ninadsp
a871eba302 Localised strings in js/db_operations.js 2010-06-22 11:32:45 +05:30
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
Crack
e5238f3845 add $cfg['UserprefsDisallow'] and allow setting it in setup script
correct IE opacity issue for "restore default value" button
fix regressions introduced in previous commit
2010-06-21 19:12:25 +02:00
Crack
0dc5d2e2b1 markers for field errors 2010-06-21 16:24:34 +02:00
ninadsp
a7e77314af Ajaxified Export Privileges with jQueryUI dialog 2010-06-21 03:18:21 +05:30
ninadsp
ce79f6cdf1 Improved the behaviour of Reload Privileges Ajax action. Ajaxified
the Revoke User action
2010-06-21 02:57:58 +05:30
ninadsp
cb4c110074 Ajaxified Rename Database, Copy Database and Change database charset
actions.
2010-06-21 02:03:16 +05:30
ninadsp
f04f154c24 Improved Truncate Table, Drop Table actions and added Ajax handlers for
Drop Column and Add Primary Key actions
2010-06-18 01:44:43 +05:30