Commit Graph

247 Commits

Author SHA1 Message Date
Rouslan Placella
989a1f35e9 Fixed some indentation 2011-05-14 06:25:32 -04:00
Rouslan Placella
20a04b2f2b Patch 3301623 Clear button does not work 2011-05-14 06:23:28 -04:00
Michal Čihař
ad3f6cb16a Warning class is gone 2011-05-13 13:02:46 +02:00
Michal Čihař
43b41e2ed3 Remove debugging code 2011-05-13 11:54:03 +02:00
Madhura Jayaratne
27224a88c5 Bug #3298581 - Row marking, null-checkbox of inline edit broken 2011-05-07 11:16:00 +05:30
Rouslan Placella
56fc953b57 Fixed issue #2 in bug #3291301 - Problems with inline edit link for sql query 2011-05-05 08:45:09 +02:00
Piotr Przybylski
7049046a55 Fixed and simplified setSelectOptions
Deselecting was broken
2011-04-27 20:54:57 +02:00
Marc Delisle
8f16bfbc53 Move common code into a function 2011-04-24 08:56:54 -04:00
onebighack
14395afa8d Patch #3276121 Inline link goes missing after table sort 2011-04-18 12:27:37 -04:00
Aris Feryanto
04153705a6 Another instance of clearQueue() to change 2011-04-02 10:34:12 -04:00
Aris Feryanto
8e7498d184 Patch #3268757 Better Ajax message animation 2011-04-02 07:27:00 -04:00
Marc Delisle
401d211d70 - Avoid code duplication
- Use standard $ prefix for jQuery object
2011-04-02 06:22:18 -04:00
Tyron Madlener
0762bddfd1 Hide 'Loading' message once request is done, not on 5 sec timeout.
Applied to every loading message that doesn't show a success/error
feedback message.
2011-03-31 14:36:11 +02:00
Madhura Jayaratne
6ee25e5f22 Comments for Commit:da0fc40022e97fd13a2ea154ece2438f8de9470b 2011-03-15 21:03:44 +05:30
Madhura Jayaratne
da0fc40022 A better way to handle clashing between row highlighting and inline edit. 2011-03-15 20:57:47 +05:30
Madhura Jayaratne
d2955a1f35 Do not mark rows when clicked on anchor 2011-03-15 00:59:16 +05:30
Madhura Jayaratne
27ed977ce1 Fixed clashing between row marking and null checkbox of inline-edit 2011-03-12 23:25:07 +05:30
Piotr Przybylski
ce116ac614 fixed row/column highlighting 2011-03-11 23:55:52 +01:00
Piotr Przybylski
d38156b71d fix -/- switching in slider effect 2011-03-11 22:27:39 +01:00
Marc Delisle
ddae18b7db These functions belong to server synchronization logic 2011-03-11 13:31:18 -05:00
Marc Delisle
8d2531d658 In Synchronize panel, make image changes independant from the original theme 2011-03-11 13:16:36 -05:00
Marc Delisle
9deac3deb2 Bug #3197273 Creating table with error does not show anything 2011-03-09 17:15:40 -05:00
Marc Delisle
689ed6e633 - Avoid author names or initials in code
- Better naming for new class
2011-03-08 12:24:35 -05:00
onebighack
a5dfc6006d Bug #3202516 Multiple Change Password windows 2011-03-08 12:21:36 -05:00
Marc Delisle
7e4cfec26c Bug #3201925 Multi-table operation after table create 2011-03-07 10:12:02 -05:00
Marc Delisle
7210bc07aa Bug #3197273 Improve display of error message when creating a table 2011-03-07 09:13:04 -05:00
Marc Delisle
dfa4668fe6 Bug #3187422 Form validation and submission 2011-03-06 08:30:51 -05:00
Michal Čihař
a5e5cc6a7b rfe #1168350 [interface] Add clear button to SQL edit box. 2011-03-02 14:30:59 +01:00
Marc Delisle
4c1de0edcc Remove an incorrect second binding of the click event 2011-02-27 09:59:21 -05:00
Marc Delisle
984cf6dbad For bug 3168757:
- Use jQuery to make the text look and behave like a link
2011-02-24 06:04:49 -05:00
Marc Delisle
c3e75e96a9 The create table dialog popup is not always displayed so do not attempt to remove it 2011-02-20 07:58:40 -05:00
Marc Delisle
8dee199672 Validate missing table name on table creation 2011-02-20 07:48:06 -05:00
Madhura Jayaratne
192d0edae6 Bug #3187078 Main page ajax results tiny. 2011-02-20 08:59:07 +05:30
Marc Delisle
d0e1776af6 Correctly handle the ENUM editor message in case a column is added
Add PMA_ prefix to function name
2011-02-09 05:52:16 -05:00
Marc Delisle
27e98f4532 Better name for this function 2011-02-08 18:37:30 -05:00
Marc Delisle
589d918ee7 Errors from the Ajax create table dialog where not displayed 2011-02-08 17:36:05 -05:00
Michal Čihař
a22f7aaf63 Make PMA_init_slider idempotent 2011-02-08 12:07:25 +01:00
Michal Čihař
5b8b8b5bba Move slider initialization to function 2011-02-08 12:03:50 +01:00
Michal Čihař
f2e9103f52 Drop not used function 2011-02-08 12:01:22 +01:00
Jan Prachař
c05c4da984 Do not change table row state when clicked on an anchor or inside a form element in inline editing mode. 2011-02-04 12:40:05 -05:00
Michal Čihař
48d3e6850a Change More hiding/showing to CSS class from explicit block/none.
When theme wants to use something else than display: block; the old
method did not work.
2011-02-02 23:14:52 +01:00
Michal Čihař
d2991f71bd Tabs to spaces. 2011-02-02 22:54:40 +01:00
Michal Čihař
83ce2fee57 Should use only inner width here 2011-02-02 22:54:11 +01:00
Madhura Jayaratne
7148a7a380 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2011-02-03 00:57:10 +05:30
Madhura Jayaratne
3e4e3fb4d6 Bug # 3170585 [AJAX] Adding more fields fails. 2011-02-03 00:51:58 +05:30
Marc Delisle
7b73bd180c Conditional Ajax for change password form 2011-02-02 12:59:02 -05:00
Marc Delisle
f80b603a54 Conditional Ajax for password change 2011-02-02 12:53:20 -05:00
Marc Delisle
a3e0bc0223 Conditional Ajax for create db 2011-02-02 12:42:46 -05:00
Michal Čihař
a0d08a3321 Move javascript for sliders to functions.js. 2011-02-02 16:04:22 +01:00
Michal Čihař
42c8e65139 Make version check configurable. 2011-02-02 14:32:46 +01:00