Commit Graph

63 Commits

Author SHA1 Message Date
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
Michal Čihař
c9465ae77c Remove not used code paths. 2010-04-02 08:51:23 +02:00
Michal Čihař
d31133e609 Whitespace cleanup. 2010-04-02 08:50:51 +02:00
Michal Čihař
b86f3c01f2 Merge single function for replication into other js.
Separate js file with single function will only worse loading times.
2010-04-02 08:42:16 +02:00
Marc Delisle
b9364ac357 reverting as CSS in themes already deals with this issue 2010-04-01 10:56:47 -04:00
Marc Delisle
46eb3e4721 inline edit: help seeing the buttons without scrolling; XHTML compliancy 2010-04-01 10:30:26 -04:00
Michal Čihař
58559fad07 Translate messages. 2010-04-01 14:29:35 +02:00
Michal Čihař
c3df5d3044 Proper documentation block. 2010-04-01 14:26:41 +02:00
Michal Čihař
cd4ffd1e81 Whitespace cleanup. 2010-04-01 14:26:21 +02:00
Muhammd Adnan
86ca31197b patch #2979922, rfe #2804874 [interface] Add inline query editing, thanks to Muhammd Adnan. 2010-04-01 14:21:56 +02:00
Marc Delisle
819324ede6 remove author names, as discussed at the 2010 developer meeting and according to the book Producing Open Source Software 2010-03-06 18:04:17 +00:00
Herman van Rink
62cb15b4a3 patch #2812070 [interface] Allow selecting a range of rows by holding shift, thanks to Joolee 2009-12-27 19:01:59 +00:00
Marc Delisle
9d8685d105 hardcoded messages 2009-11-24 15:31:57 +00:00
Marc Delisle
361bc35f67 bug [structure] Missing validation for BINARY and VARBINARY 2009-09-04 16:39:03 +00:00
Tomas Srnka
e325226e57 *Fixed bug with different port than 3306
*Fixed support for other server than localhost
*Added support for sockets
*Fixed GUI bugs - strings (localization), table, fieldset...
*new PNG transparent icon.16x16
2009-08-24 18:10:45 +00:00
Michal Čihař
215b8fa174 Added ability for synchronizing databases among servers.
Manual merge from branches/gsoc/zahra.
2009-08-24 14:39:38 +00:00
Raj Kissu Rajandran
e960406e5d Fixed MIME type change issue. 2008-11-02 06:54:27 +00:00
Raj Kissu Rajandran
20a4c0251e Fixed bug where MIME type could not be changed for BLOB repository references. Added bs_disp_as_mime_type.php to represent files under different MIME types until a better solution can be found 2008-10-31 19:20:32 +00:00