Commit Graph

1695 Commits

Author SHA1 Message Date
Marc Delisle
1816110fbf Merge commit '4d1e6f302f04543ce1fea0524d3d8179ee894d21' 2011-11-07 05:33:55 -05:00
Aris Feryanto
bb28217cff Fix bug #3431427: Dropdown displaying results - setting NULL does not work 2011-11-07 10:27:55 +08:00
Rouslan Placella
4d1e6f302f Fix column border visibility in makegrid.js 2011-11-06 12:46:02 +00:00
Rouslan Placella
c0c798b7cb Prefixed jQuery object variables with $ 2011-11-05 15:37:08 +00:00
Rouslan Placella
5a5fc6097e PMA_convertFootnotesToTooltips was using the wrong element since the top menu was stickied 2011-11-05 14:11:20 +00:00
Rouslan Placella
75a7e6f50b Generate the "floating_menubar" element in PHP to avoid firing it's JS handler in the navi frame 2011-11-05 14:05:13 +00:00
Rouslan Placella
6d85a894b3 Fixed bug #3302419 - Tabs break when squeezing page 2011-11-05 13:47:24 +00:00
Rouslan Placella
860586e3b2 Stick table tools to top of page on scroll 2011-10-31 22:03:44 +00:00
Rouslan Placella
8812aeb7e2 Fixed initialisation of makegrid in database search results 2011-10-30 20:44:23 +00:00
Rouslan Placella
2a14fdec55 Scroll to results after clicking "Browse" in database search 2011-10-30 20:41:35 +00:00
Rouslan Placella
ad9ba4e611 Coding style fixes for db_search.js 2011-10-30 18:43:33 +00:00
Rouslan Placella
6762ae67d9 Made ajax messages in database search not dismissable 2011-10-30 18:28:47 +00:00
Rouslan Placella
4547ca37f4 Removed an unncessary AJAX request from database search 2011-10-30 16:14:20 +00:00
Rouslan Placella
c52063d283 Merge branch 'QA_3_4'
Conflicts:
	js/db_search.js
2011-10-30 14:32:29 +00:00
Rouslan Placella
f7cb55cb62 Fixed bug #3430377 - Deleted search results remain visible 2011-10-30 14:30:08 +00:00
Marc Delisle
4266f39876 Remove title bar in Create table dialog, as suggested by Tyron Madlener. 2011-10-28 08:55:03 -04:00
Rouslan Placella
1fd7a96135 Merge branch 'enum'
Conflicts:
	enum_editor.php
2011-10-26 16:29:10 +01:00
Rouslan Placella
f6d2da769b Integrated the ENUM/SET editor with the Routines editor 2011-10-26 16:26:15 +01:00
Rouslan Placella
93686fd47a Improved ENUM/SET editor 2011-10-26 16:01:24 +01:00
Michal ฤŒihaล™
e56949f160 Use package name PhpMyAdmin
Needed to match phpdoc rules as package name must begin with upper case.
2011-10-25 10:13:17 +02:00
Rouslan Placella
8e638c7ea6 Fixed IE regression: The link to ENUM/SET editor was not showing up 2011-10-24 23:07:55 +01:00
Michal ฤŒihaล™
848f057c49 Whitespace cleanup 2011-10-24 14:10:18 +02:00
Michal ฤŒihaล™
252481af4a Factor out js code for printing 2011-10-24 14:10:08 +02:00
Rouslan Placella
0683bd485b Merge branch 'QA_3_4' 2011-10-21 15:40:58 +01:00
Rouslan Placella
0112ff6ba5 Fixed bug #3426840 - ENUM/SET editor can't handle commas in values 2011-10-21 15:38:59 +01:00
Rouslan Placella
20a57d1fea Merge branch 'QA_3_4'
Conflicts:
	ChangeLog
	Documentation.html
	README
	libraries/Config.class.php
2011-10-21 11:38:38 +01:00
Rouslan Placella
d4cce87b26 Fixed bug #3425230 - enum data split at space char (more space to edit) 2011-10-21 11:34:42 +01:00
Marc Delisle
4336ffca2b As suggested by Tyron Madlener:
Display the input field for the default value only after "As defined:"
is selected, and also focus it automatically once it's selected so the user
can type immediately
2011-10-16 09:10:48 -04:00
Rouslan Placella
137a70e671 Checkstyle fixes 2011-10-13 19:25:07 +01:00
Marc Delisle
c692607e2e This is a jQuery object 2011-10-13 13:13:53 -04:00
Piotr Przybylski
b0cbd4c59a get_image.js - fix for IE 2011-10-11 22:13:31 +02:00
Piotr Przybylski
2a49e9fdab bugfix for Create table dialog (IE6-8, possibly fixes JS error in FF on demo server) 2011-10-11 22:12:05 +02:00
Rouslan Placella
37edc1dece Fix IE JS error in PMA_getImage() 2011-10-11 10:34:40 +01:00
Piotr Przybylski
9d0c410b36 New create table dialog: fix resize event 2011-10-11 02:08:09 +02:00
Piotr Przybylski
4a5cb00df5 Fix jQuery UI version number
It's 1.8.16, not 1.8.6
2011-10-11 02:00:45 +02:00
Piotr Przybylski
d424a797d5 Make Create table dialog take up entire viewport
The only scrollbars that now appear should be the ones around dialog's content
2011-10-10 22:37:27 +02:00
Piotr Przybylski
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02:00
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
Madhura Jayaratne
ad5c7f5d0a bug #3418849 [interface] Inline edit shows dropdowns even after closing 2011-10-05 08:55:19 +05:30
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