Commit Graph

80 Commits

Author SHA1 Message Date
ninadsp
3bcffd86e9 Stupid typo. Fixed 2010-07-13 02:30:42 +05:30
ninadsp
a1e9702434 Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:49:27 +05:30
ninadsp
e0f80088aa Fixed issue due to which the notifications div was visible even after clearing the message 2010-07-12 23:33:56 +05:30
ninadsp
4eb4d318bb Forgot to set the context for the recently added $(document).ready()
snippets.  Added them
2010-07-11 23:51:02 +05:30
ninadsp
fe9f539ed2 Removed inline coding for Drop Trigger in libraries/tbl_triggers.lib.php 2010-07-11 23:36:24 +05:30
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
e049c1d158 Merge remote branch 'origin/master'
Conflicts:
	po/fr.po
	po/sl.po
2010-07-03 21:00:08 +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
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
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
25b8d37506 Added localization strings for the jQueryUI dialog buttons. 2010-06-29 00:20:58 +05:30
ninadsp
ad8d64e360 The ajax notification div did not hide properly. Fixed it. 2010-06-28 21:21:14 +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
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
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
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
8a81f9111b Added PMA_ajaxInsertResponse and PMA_ajaxShowMessage.
Yet to test PMA_ajaxInsertResponse
2010-05-26 11:47:14 +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ř
f7ffcf8975 Convert new column checks to jQuery. 2010-04-13 13:38:30 +02:00
Michal Čihař
37aca1ec06 Convert PDF pages designer to use jQuery. 2010-04-13 13:34:51 +02:00
Michal Čihař
4bc0c8aafe Convert to jQuery initialisation. 2010-04-13 11:57:42 +02:00
Michal Čihař
6d05e375e8 Initialize variable in case first loop fails. 2010-04-12 16:56:13 +02:00
Michal Čihař
0310966ed2 Fix assignment. 2010-04-12 16:55:03 +02:00
Michal Čihař
7393ad7bea jQuery -> $ 2010-04-12 11:31:42 +02:00
Michal Čihař
f5a11a3f64 Bind event externally. 2010-04-09 15:08:05 +02:00
Michal Čihař
d2873126e1 patch #2984058 [edit] Buttons for quicky creating common SQL queries.
Thanks to sutharshan, but the patch was heavily modified.
2010-04-09 11:44:04 +02:00
Marc Delisle
8a1e599725 Mootools call for BLOB streaming converted to jQuery 2010-04-07 17:01:10 -04:00
Marc Delisle
11688d3bc5 dead code 2010-04-07 16:25:59 -04:00
Michal Čihař
00774b1405 Whitespace cleanup. 2010-04-06 09:33:07 +02:00
Philip Frank
18b435fed8 Use jQuery to bind click events on table rows
Patch #2982132
2010-04-06 09:32:57 +02:00
Marc Delisle
06bcb3ecfd author names removal 2010-04-05 17:00:42 -04:00