Marc Delisle
c0120649fb
- Refer to window.document
...
- No need for variables here
Thanks to Piotr for the tips
2011-10-09 15:41:42 -04:00
Rouslan Placella
f2d1aa6832
Need to call PMA_createTableDialog() in the context of frame_content,
...
in order for the qtip tooltips to work
2011-10-09 15:27:55 -04:00
Marc Delisle
8945a2a614
Convert footnotes to tooltips in Create table dialog
...
- works when called from main panel
- from navi panel, this commit fixed a js error but the tooltips do
not appear yet
2011-10-09 07:42:10 -04:00
Marc Delisle
554c1df307
Increase the size of the Create table dialog, based on the frame size
2011-10-09 06:45:32 -04:00
Rouslan Placella
5d5f4ac908
JS syntax error
2011-09-27 16:11:02 +01:00
Rouslan Placella
ec54aacbd1
Fix some closure-compiler errors
2011-09-26 22:02:37 +01:00
Rouslan Placella
19e69ed770
Changed the way the attributes are fetched from the object returned by PMA_getImage() in JS
...
Stops the 'closure-compiler' from erroring out
2011-09-26 21:10:11 +01:00
Rouslan Placella
d17814f463
Replaced use of hard coded images with the sprite-aware PMA_getImage() functions (both PHP and JS).
2011-09-26 20:54:59 +01:00
Rouslan Placella
1431d02c8f
Made PMA aware of the presence of sprites + added a script for generating sprites from icons
2011-09-26 20:46:28 +01:00
Madhura Jayaratne
cecf7f9fea
typo
2011-09-25 22:21:57 +05:30
Marc Delisle
1c48e6a817
Merge branch 'QA_3_4'
2011-09-25 07:45:59 -04:00
Marc Delisle
1eeddcd082
bug #3413743 [interface] Display options link missing after search
2011-09-25 07:45:23 -04:00
Marc Delisle
16c5e7bab0
Designer: broken image paths when used at the Javascript level
2011-09-25 06:59:34 -04:00
Marc Delisle
4c56367ecd
Incorrect messages were shown
2011-09-23 08:43:10 -04:00
Marc Delisle
3fc3194bce
- Bug #3383572 Cannot execute saved query
...
- Remove bookmark from the list after deletion (Ajax)
2011-09-23 08:14:42 -04:00
Marc Delisle
ff56cbf5d9
Fix bug 3411523 (SQL query tab broken) which was introduced when
...
applying the fix for bug #3383572 (Cannot execute saved query), which
works for the 3.4 branch.
2011-09-22 10:48:29 -04:00
Madhura Jayaratne
2de2e87af7
Adding missing semicolons
2011-09-21 10:05:32 +05:30
Madhura Jayaratne
ddd80be1cb
Typo
2011-09-21 10:00:47 +05:30
Marc Delisle
369c9c550a
Ajax and bookmark delete
2011-09-20 12:45:19 -04:00
Marc Delisle
516891a6b8
View only bookmark did not work with CodeMirror
2011-09-20 08:47:18 -04:00
Piotr Przybylski
d32bcb16c6
Better looking settings tabs in pmahomme
2011-09-20 13:02:30 +02:00
Madhura Jayaratne
3bec04a9b8
Always use curly braces with IF statements. Remove spaces
2011-09-18 22:27:32 +05:30
Madhura Jayaratne
88682495fa
Wrap some lone lines
2011-09-18 22:22:23 +05:30
Madhura Jayaratne
719e5591dd
Remove redundant if check
2011-09-18 22:13:35 +05:30
Madhura Jayaratne
59e7c2e09d
These are Objects
2011-09-18 21:55:07 +05:30
Madhura Jayaratne
6bfcef485c
If data label is not set, do not show tooltips
2011-09-18 20:53:53 +05:30
Marc Delisle
5e83631469
Fix merge conflicts
2011-09-18 08:26:47 -04:00
Marc Delisle
6ac29b4791
bug #3383572 [interface] Cannot execute saved query
...
When the Go button related to the "Run SQL query" section is pressed,
avoid transmitting the value of id_bookmark from the "Bookmarked SQL
query" section; otherwise import.php would think that it needs to
do a bookmark action instead of executing the query.
2011-09-18 08:11:15 -04:00
Madhura Jayaratne
5cd8af78c3
Simplify the logic a bit
2011-09-18 15:43:18 +05:30
Madhura Jayaratne
ef43e2fce8
Proper handling of set type columns in zoom editor
2011-09-18 14:47:26 +05:30
Madhura Jayaratne
d2276d5dda
Avoid b'null' and b'' for bit fields. No space before comma and single space after comma in SQL query
2011-09-18 12:10:46 +05:30
Madhura Jayaratne
20ca1e471c
bug #3410999 - Zoom search, problems with data editor
2011-09-18 11:54:59 +05:30
Madhura Jayaratne
4581e53735
bug #3410984 - Zoom search, checkboxes and fields not being reset
2011-09-17 21:57:10 +05:30
Rouslan Placella
d01bb41213
Merge remote-tracking branch 'origin/master'
2011-09-17 15:28:17 +01:00
Rouslan Placella
3f5662ff11
Merge branch 'ajax_message'
2011-09-17 15:21:53 +01:00
Rouslan Placella
82be0e6633
Ajax message "Processing request" also should not disappear and should not be dismissable
2011-09-17 15:18:55 +01:00
Madhura Jayaratne
1371398618
Remove trailing white spaces
2011-09-17 19:36:59 +05:30
Madhura Jayaratne
472350cf97
Spaces to make the code more readable
2011-09-17 19:28:35 +05:30
Madhura Jayaratne
edeba16cd7
Proper indentation
2011-09-17 19:06:18 +05:30
Madhura Jayaratne
5643a33596
Adding missing semicolons
2011-09-17 18:48:45 +05:30
Madhura Jayaratne
5c03bd90e1
Fixing indentation
2011-09-17 18:46:09 +05:30
Madhura Jayaratne
b8815ca766
Always use curly braces with 'if' and 'else'
2011-09-17 18:30:46 +05:30
Madhura Jayaratne
3936aab880
More indentation problems fixed
2011-09-17 18:24:36 +05:30
Madhura Jayaratne
a61891560f
Proper indentation
2011-09-17 18:09:55 +05:30
Madhura Jayaratne
fbcc3eb3a2
Added missing semicolons
2011-09-17 18:04:40 +05:30
Madhura Jayaratne
47b5a2b2f4
bug #3410077 - User overview erroneously loaded into Ajax dialog
2011-09-15 23:03:54 +05:30
Aris Feryanto
c1878a1abd
Trigger makegrid in table search result
2011-09-15 15:49:36 +07:00
Madhura Jayaratne
3d3a5283dc
Merge branch 'QA_3_4'
2011-09-14 22:50:54 +05:30
Madhura Jayaratne
d3bd40b56d
bug #3400690 [privileges] DB-specific privileges won't submit
...
Db/table specific privileges has not been ajaxified. So skip it for now.
2011-09-14 22:43:48 +05:30
Rouslan Placella
ad4fa3547b
Fixed comment
2011-09-14 16:09:15 +01:00