Commit Graph

600 Commits

Author SHA1 Message Date
Madhura Jayaratne
192d0edae6 Bug #3187078 Main page ajax results tiny. 2011-02-20 08:59:07 +05:30
Marc Delisle
bcc3ed17a2 Temporary trick to add a spacer, feel free to improve... 2011-02-19 17:47:05 -05:00
Madhura Jayaratne
52820d2d70 Merge branch 'master' of ssh://phpmyadmin.git.sourceforge.net/gitroot/phpmyadmin/phpmyadmin 2011-02-20 01:19:32 +05:30
Madhura Jayaratne
7bed385289 Uncheck 'null checkbox' when the editor area is changed. 2011-02-20 01:05:37 +05:30
Madhura Jayaratne
c5b0afd16e Tab and white space clean up. 2011-02-20 01:03:07 +05:30
Madhura Jayaratne
81974e6d93 CSS styles for null checkbox and for NULL values in table cells. 2011-02-20 00:46:29 +05:30
Madhura Jayaratne
8e64a94360 Bug #3185756 [AJAX] Inline edit and NULL columns 2011-02-19 22:50:43 +05:30
Marc Delisle
4c7aa9cfee No need to show the "Hide query box" initially 2011-02-19 11:20:11 -05:00
Marc Delisle
624ec9c5f9 Make edit privileges panel more manageable 2011-02-19 10:38:58 -05:00
Marc Delisle
e831df2a32 Bug #3185710 No window with the confirmation of this operation 2011-02-18 08:23:09 -05:00
Madhura Jayaratne
2410839251 Should be NULL, not 'NULL' 2011-02-18 11:47:42 +05:30
Madhura Jayaratne
2a754b25e4 Bug #3184827 Inline edit fails on some tables 2011-02-18 07:35:12 +05:30
Madhura Jayaratne
fd05984749 Support for new Copy link in JavaScript enabled browsers. 2011-02-13 12:53:22 +05:30
Madhura Jayaratne
5430cb81e2 With the new Copy link colspan should be 4 2011-02-13 11:34:33 +05:30
Marc Delisle
7d269f18c3 Inline edit (horizontal) broken after addition of the Copy column 2011-02-12 07:00:57 -05:00
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ř
a6e6c3fcf1 Init sliders again after getting it using AJAX 2011-02-08 12:12:21 +01: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
Michal Čihař
143b830a7d Make copy separate column 2011-02-08 11:54:02 +01:00
Michal Čihař
92b179bf43 Whitespace cleanup 2011-02-08 11:53:28 +01:00
Jan Prachař
a63532c666 Add direct link to copy row of the displayed table. 2011-02-08 11:43:55 +01:00
Marc Delisle
9443d6efc2 Conditional Ajax on display Options 2011-02-05 07:57:30 -05:00
Marc Delisle
8b72097fb0 Unneeded wrapping of jQuery object 2011-02-05 07:46:27 -05:00
Marc Delisle
3be1863606 Conditional Ajax on sorting results 2011-02-05 07:34:56 -05:00
Marc Delisle
f328f6d4a9 Conditional Ajax in Privileges 2011-02-05 07:18:42 -05:00
Marc Delisle
d17b0e157d Avoid unneeded DOM traversal
Avoid unneeded wrapping of a jQuery object
2011-02-04 13:05:54 -05:00
Jan Prachař
a6f5f95600 Fix ajax dropping multiple column index. 2011-02-04 12:59:17 -05: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
Marc Delisle
215fe10af1 Add comment about conditional Ajax 2011-02-02 12:35:06 -05:00
Michal Čihař
a0d08a3321 Move javascript for sliders to functions.js. 2011-02-02 16:04:22 +01:00
Michal Čihař
011d87f39a Better message.
We will announce only stable versions this way.
2011-02-02 14:39:55 +01:00
Michal Čihař
42c8e65139 Make version check configurable. 2011-02-02 14:32:46 +01:00
Michal Čihař
5b28e356aa Display notification if newer version is available.
This is done using asynchronous javascript so it should not block any
actions.
2011-02-02 14:22:11 +01:00
Marc Delisle
30954728f3 Workaround for Chrome problem on db search 2011-02-02 07:43:28 -05:00
Marc Delisle
2d9ffe0fa2 Remove tab characters 2011-02-02 07:40:05 -05:00
Thilanka Kaushalya
1674e0c6c3 Patch #3169798 Show/hide criteria on db Search 2011-02-02 07:32:55 -05:00
Michal Čihař
75366e37e7 Whitespace cleanup 2011-02-02 11:44:57 +01:00
Marc Delisle
728d5a1558 Conditional Ajax for DROP DATABASE
Remove duplicate logic for confirmations
2011-02-01 13:02:51 -05:00