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
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
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
ninadsp
8b37b825ef
Handled submitting of Add User form. Still need to hook in
...
checkAddUser()
2010-06-17 18:22:35 +05:30
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
Marc Delisle
485e1736b6
make inline editing work for all cases of fmtType
2010-06-12 08:45:24 -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
ninadsp
86558dfd96
Created a jQuery function PMA_confirm() which uses jQueryUI's dialogs to
...
do the same task as confirm(). Still a work in progress, the function
may change.
Attached the dialog and Ajax handlers to 'Drop Database' action on
db_structure.php
2010-06-05 14:57:52 +05:30
ninadsp
160f4314eb
Merge remote branch 'origin/master'
2010-06-03 22:34:52 +05:30
Marc Delisle
caa98445d8
conform to relational terminology regarding columns and rows
2010-05-31 14:33:21 -04:00
ninadsp
3bb4dbd0ac
Using $().live instead of $().click to bind event handlers
2010-05-30 23:27:13 +05:30
ninadsp
d195582cf8
Refactored addClass() and removeClass() to use jQuery's $.addClass() and
...
$.removeClass()
2010-05-29 18:59:27 +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
ninadsp
d14abc17ca
Attached Ajax event handler to Reload Privileges
2010-05-26 18:27:21 +05:30
ninadsp
8a81f9111b
Added PMA_ajaxInsertResponse and PMA_ajaxShowMessage.
...
Yet to test PMA_ajaxInsertResponse
2010-05-26 11:47:14 +05:30
ninadsp
0e910967b0
Attached jQuery event handlers to Add a New User using
...
jQueryUI Dialog. Work in progress, still need to
handle submission of form
2010-05-26 11:46:08 +05:30
ninadsp
bed1948d04
testing git setup - no major change made in code yet
...
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
9bb46c6fb5
Load datepicker translations only if it is used.
2010-05-10 16:46:53 +02:00
Michal Čihař
8835c9249b
Whitespace cleanup.
2010-05-10 16:46:41 +02:00
Marc Delisle
fde1269ac4
gettext conversion
2010-05-09 15:13:19 -04:00
Michal Čihař
93a0962864
Move function to js escaping library.
2010-05-04 09:06:30 +02:00
Michal Čihař
86b11a41ab
Translate time control.
2010-05-03 15:05:23 +02:00
Michal Čihař
45b62e3620
Support for translating time part of datetime editor.
2010-05-03 15:02:33 +02:00
Michal Čihař
8d049f984d
Use context to differentiate May and shortcut for May.
2010-05-03 14:46:30 +02:00
Michal Čihař
a5d56b2c2f
Localize calendar using our translation system.
...
We don't want to use jQuery one to have all messages in one place.
2010-05-03 14:37:34 +02:00