Commit Graph

411 Commits

Author SHA1 Message Date
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
Martynas Mickevicius
fc21678fa4 moved flash file to appropriate directory 2010-06-17 16:00:08 +03:00
ninadsp
8b37b825ef Handled submitting of Add User form. Still need to hook in
checkAddUser()
2010-06-17 18:22:35 +05:30
Crack
c7b304b6e6 improve js validators
add missing validations and language strings
2010-06-16 23:54:35 +02:00
lorilee
9dbe9f4115 Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc 2010-06-15 23:45:44 -04:00
lorilee
43c0b30a29 Merge remote branch 'origin' 2010-06-15 23:45:00 -04:00
lorilee
0828cbf803 Fixes bug that occurs when selecting a file from web server upload directory 2010-06-15 16:20:11 -04:00
lorilee
33cd3de818 Quick export 2010-06-15 16:19:53 -04:00
ninadsp
a8d6f9ff4c Merge remote branch 'origin/master' 2010-06-15 15:39:51 +05:30
ninadsp
d2c6e1c5e3 Improved the PMA_ajaxShowMessage() function. Now, multiple messages
won't be seen at the same time
2010-06-15 15:16:32 +05:30
Martynas Mickevicius
1f378cef7f added OFC php wrapper together with SWF file to PMA 2010-06-14 23:36:22 +03:00
Crack
3b3f8bff69 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2010-06-13 15:03:58 +02:00
Crack
a90b0a21f2 removed some messages from messages.inc.php (validation, some other error messages)
User preferences:
added translations and values for some fields
validation for DefaultPropDisplay
2010-06-13 15:01:37 +02:00
Marc Delisle
485e1736b6 make inline editing work for all cases of fmtType 2010-06-12 08:45:24 -04:00
Crack
b2ecf17803 Split setup/scripts.js into generic and setup script specific parts 2010-06-12 12:42:29 +02:00
lorilee
a2b4b6b836 Added a function that detects the filetype of the selected import file and changes the displayed options accordingly 2010-06-11 01:26:35 -04:00
lorilee
ef33691b3b jQuery functions for import page 2010-06-11 01:26:34 -04:00
lorilee
e73a921f6f Added function to support toggling of structure/data for all plugins 2010-06-11 01:26:33 -04:00
lorilee
c65f8f1218 jQuery functions used in the export page 2010-06-11 01:26:32 -04:00
lorilee
90c7799655 Added a function that detects the filetype of the selected import file and changes the displayed options accordingly 2010-06-11 01:09:03 -04:00
lorilee
b4b55a2763 jQuery functions for import page 2010-06-09 21:42:43 -04:00
lorilee
afd66f5ee2 Added function to support toggling of structure/data for all plugins 2010-06-09 20:21:55 -04:00
lorilee
a828a848be jQuery functions used in the export page 2010-06-08 22:39:35 -04:00
ninadsp
3553df0dc2 Refactored setSelectOptions with jQuery code 2010-06-07 02:41:46 +05:30
ninadsp
96c0bf5511 Refactored the setCheckboxes code with jQuery 2010-06-07 02:13:58 +05:30
ninadsp
6ede5986ad Ajaxified Drop Table and Truncate Table actions.
Refactored markAllRows and unmarkAllRows with jQuery code
2010-06-07 02:01:22 +05:30