736 Commits

Author SHA1 Message Date
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
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
Michal Čihař
928840f449 Whitespace fixups. 2010-04-21 15:06:53 +02:00
Michal Čihař
f984f0c888 Add seconds to time editor. 2010-04-21 15:04:37 +02:00
Michal Čihař
1cafc3a509 Remove old calendar code. 2010-04-20 10:10:15 +02:00
Muhammad Adnan
378094ac30 [interface] Use jQuery calendar dialog.
rfe #2983207, patch #2988715
2010-04-20 10:08:41 +02:00
Michal Čihař
980a3bb86c Use proper server selector.
We need to use the one who fired event, not the first one in document.
2010-04-20 08:13:27 +02:00
Michal Čihař
ccd8997f96 Remove testing code. 2010-04-20 08:11:29 +02:00
Michal Čihař
3366fcc187 Replace rest of custom messages handling in PMD. 2010-04-19 14:15:21 +02:00