Commit Graph

514 Commits

Author SHA1 Message Date
Michal Čihař
a952ee531a Coding style 2012-02-01 11:49:05 +01:00
Eric Krona
3151d41d0e Activated codemirror for inline edits of queries. 2012-02-01 11:47:24 +01:00
Michal Čihař
5d00fdf3da Wrap long lines 2012-01-27 11:04:39 +01:00
Michal Čihař
952a181f1f Enable line wrapping for SQL editor 2012-01-27 11:04:11 +01:00
Michal Čihař
bda9be54eb Whitespace cleanup 2012-01-27 11:04:02 +01:00
Rouslan Placella
0d7b3a5877 Globally prevent AJAX requests from being cached 2011-12-19 20:16:54 +00:00
Marc Delisle
a6c722ace0 Unused code 2011-12-17 08:46:29 -05:00
Marc Delisle
605be1d45b Unused code 2011-12-17 08:12:50 -05:00
Madhura Jayaratne
787d393d02 Adjust row colors of the remaining rows upon deletion of a row 2011-12-11 22:23:17 +05:30
Madhura Jayaratne
334b268f50 Coding style improvements - Correct indenting 2011-12-07 22:16:53 +05:30
Yuichiro
03436f6511 Patch #3453408 - Fixed text overflow in the toggle switch of the Event Scheduler 2011-12-07 13:01:01 +00:00
asdfrede
d39a230992 Fixed bug #3408377 - Deleting table from the DB does not change the table counter 2011-12-02 00:54:35 +00:00
Rouslan Placella
12eacbffea Error notifications should not time out 2011-11-28 13:47:06 +00:00
Marc Delisle
301f8d981a Move the Cancel button next to the Save button 2011-11-27 07:37:43 -05:00
Rouslan Placella
2776f89444 Disabled floating of the menubar in designer and fixed designer menu rendering in IE 2011-11-24 15:48:29 +00:00
Rouslan Placella
fad4b48539 A different solution for preventing the menubar from floating in print view 2011-11-23 22:25:21 +00:00
Rouslan Placella
9671074354 Revert "Prevent the menubar from floating in print view"
This reverts commit dab7a58304.

Conflicts:

	js/functions.js
	themes/original/css/theme_right.css.php
	themes/pmahomme/css/theme_right.css.php
2011-11-23 22:07:37 +00:00
Rouslan Placella
4dda62da89 Merge branch 'QA_3_4' 2011-11-23 21:40:52 +00:00
Rouslan Placella
035c112eaf Fixed bug #3441572 - 'newer version of phpMyAdmin' message not shown in IE8 2011-11-23 21:39:10 +00:00
Rouslan Placella
a6dc747df1 Fix regression from commit dab7a58304 2011-11-23 18:24:47 +00:00
Rouslan Placella
dab7a58304 Prevent the menubar from floating in print view 2011-11-23 16:00:27 +00:00
Rouslan Placella
0ac1b5f7c2 We can't specify a height for an element that might grow or shrink 2011-11-19 14:43:52 +00:00
Piotr Przybylski
a66a40262a Field values may not be in correct selector syntax - added a specialized filter function to narrow down form fields to the one with specified value 2011-11-16 21:16:44 +01:00
Rouslan Placella
d80805ad85 Fixed ajax messages disappearing behind jquery dialogs 2011-11-15 17:52:50 +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
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
93686fd47a Improved ENUM/SET editor 2011-10-26 16:01:24 +01: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
Marc Delisle
c692607e2e This is a jQuery object 2011-10-13 13:13:53 -04: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
Piotr Przybylski
9d0c410b36 New create table dialog: fix resize event 2011-10-11 02:08:09 +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
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
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
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
82be0e6633 Ajax message "Processing request" also should not disappear and should not be dismissable 2011-09-17 15:18:55 +01:00
Rouslan Placella
ad4fa3547b Fixed comment 2011-09-14 16:09:15 +01:00
Rouslan Placella
d39db8e3b6 Improved dismissable Ajax notifications, so that error messages don't disappear 2011-09-14 15:27:11 +01:00