Commit Graph

15382 Commits

Author SHA1 Message Date
ninadsp
46ea470888 Included the new js/sql.js file in all three pages 2010-06-28 01:21:20 +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
a3dd431bdb Modified PMA_showMessage so that it can show the sql query even in an
ajax request, by using output buffering.
Added a function to handle the output buffer for the ajax request.
Fixed a typo in PMA_ajaxResponse
2010-06-27 23:03:20 +05:30
ninadsp
a87c4fc363 Removed extra calls to PMA_ajaxResponse and added a common call to it
for multiple actions.  Modified the code for paginating the users table
with ajax, however it is still buggy
2010-06-27 03:27:29 +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
Marc Delisle
1be2d538df fix merge conflicts 2010-06-24 10:09:19 -04:00
Stéphane Pontier
4c0e653de0 patch #2932113 Slow export when having lots of databases 2010-06-24 10:01:21 -04:00
ardavies
6bb0cef536 Translation update done using Pootle. 2010-06-23 14:34:18 +02: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
c3d2d0fed4 Return the new name of the database in a rename, or the name of the
copied database, so that we can switch to the database if the user wants
to.
2010-06-23 10:50:54 +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
cf15d940cd Bug noticed by Marc Delisle in PMA_ajaxResponse fixed 2010-06-22 11:41:55 +05:30
ninadsp
fff89f83a8 Added strings for js/messages.php 2010-06-22 11:40:50 +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
Burak Yavuz
38920314c4 Translation update done using Pootle. 2010-06-21 19:58:06 +02:00
Burak Yavuz
09d224e4ee Translation update done using Pootle. 2010-06-21 19:57:53 +02:00
Burak Yavuz
4dad58999f Translation update done using Pootle. 2010-06-21 19:56:56 +02:00
Burak Yavuz
d02118d91d Translation update done using Pootle. 2010-06-21 19:41:51 +02:00
Burak Yavuz
6d3ebc6e7d Translation update done using Pootle. 2010-06-21 19:41:24 +02:00
Burak Yavuz
47b0d60872 Translation update done using Pootle. 2010-06-21 19:36:04 +02:00
ninadsp
06a7736b88 Ajaxified Export Privileges. Added classes to Export and Edit links in
the Users table
2010-06-21 03:18:51 +05:30
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
1a9526a4ff Improved the behaviour for an Ajax request to Reload Privileges by using
the new PMA_ajaxResponse. Modified the response for Revoke User in an
Ajax request.
2010-06-21 02:56:44 +05:30
ninadsp
603b6bf47b Added the PMA_ajaxResponse function for Ajax requests that change the
database charset. Required for db_operations.php
2010-06-21 02:04:45 +05:30
ninadsp
cb4c110074 Ajaxified Rename Database, Copy Database and Change database charset
actions.
2010-06-21 02:03:16 +05:30
ninadsp
e9ffc7c5d5 Added id's for copy database and change database charset forms.
Hooked in the PMA_ajaxResponse function for change/copying a database
2010-06-21 01:51:44 +05:30
ninadsp
78b39d71ea Merge remote branch 'origin/master' 2010-06-21 00:06:15 +05:30
Michal Čihař
8b1b49a6b2 Merge branch 'MAINT_3_3_4' into QA_3_3
Conflicts:
	Documentation.html
	README
	libraries/Config.class.php
	translators.html
2010-06-20 16:24:28 +02:00
Michal Čihař
318ebf8bb5 Sort language files. 2010-06-20 16:22:54 +02:00
Michal Čihař
7f77f618d9 Fix truncated translation. 2010-06-20 16:21:19 +02:00
Michal Čihař
41b2a7802c Update translation based on ones in master. 2010-06-20 16:20:16 +02:00
Michal Čihař
4f56db9d93 Fixup of language update script. 2010-06-20 16:15:38 +02:00
Marc Delisle
3efb889d61 3.3.5-dev 2010-06-20 06:27:15 -04:00
Marc Delisle
12edc03e2f 3.3.5-dev 2010-06-20 06:25:07 -04:00
Marc Delisle
d10de675ce 3.3.4-rc1 2010-06-20 06:20:39 -04:00
Marc Delisle
b95666b22d 3.3.4-rc1 2010-06-20 06:01:52 -04:00
Marc Delisle
e070d45aa0 Merge branch 'QA_3_3' 2010-06-18 12:47:56 -04:00
Marc Delisle
5890ad763d specific PBMS version supported 2010-06-18 12:46:52 -04:00
ninadsp
8f3c8838a1 Merge remote branch 'origin/master' 2010-06-18 01:51:31 +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