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
lorilee
3c1e06a3e6
Merge branch 'master' of ssh://repo.or.cz/srv/git/phpmyadmin/lorilee into gsoc
2010-07-06 11:04:06 -07:00
lorilee
ef6a616d01
Added feature to ENUM/SET editor where users can add more than one new field at a time
2010-07-05 16:21:31 -07:00
ninadsp
e049c1d158
Merge remote branch 'origin/master'
...
Conflicts:
po/fr.po
po/sl.po
2010-07-03 21:00:08 +05:30
Adnan
1ef5f8564e
Merge remote branch 'origin/master' into export_branch
2010-07-02 16:23:58 +05: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
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
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
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
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
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