Commit Graph

224 Commits

Author SHA1 Message Date
Michal Čihař
0e26eeb56a Move comments out of if statement 2012-04-27 11:40:11 +02:00
Rouslan Placella
1fb54d8e97 Added a new 'move columns' icon 2012-04-25 20:23:27 +01:00
Marc Delisle
503e45aba5 Fix merge conflicts 2012-04-25 12:29:55 -04:00
Madhura Jayaratne
4b8d52d937 Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a multi-line IF statement must be on a new line) 2012-04-22 21:28:41 +05:30
Marc Delisle
3ae2d1852d Clarify variable names 2012-04-21 14:57:44 -04:00
Marc Delisle
3da49e3418 Clarify variable name 2012-04-21 14:48:30 -04:00
Marc Delisle
1c58314c53 Clarify function name 2012-04-21 14:40:08 -04:00
Michal Čihař
03cb361420 Add trailing ; after ALTER TABLE (rfe #2009500) 2012-04-19 13:48:30 +02:00
Jan Pecek
0970a3eac0 Add new config value for hide action columns to drop down menu or not (frID: 3475567) 2012-04-16 15:20:02 +02:00
Jo Michael
37ac76c461 rfe #3517835 [structure] Move columns easily 2012-04-14 23:35:44 +02:00
Marc Delisle
e63d18bdb3 Shorten "Browse distinct values" action link and move it to last position 2012-04-14 16:59:01 -04:00
Jo Michael
582ac4d4d3 Fix Browse and Primary items missing from table actions more dropdown 2012-04-14 20:04:57 +02:00
Madhura Jayaratne
3332151859 Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a multi-line function call must be on a line by itself) 2012-04-14 09:09:21 +05:30
Jo Michael
01fa220241 Merge branch 'QA_3_5'
Conflicts:
	js/functions.js
	tbl_structure.php
2012-04-12 03:01:37 +02:00
Jo Michael
cf831935cb - bug #3516817 [interface] "More" actions in table structure 2012-04-12 02:34:31 +02:00
Marc Delisle
3ad498649a Refactoring challenge, part 2 2012-04-11 17:14:35 -04:00
Marc Delisle
9683539295 Attributes must be enclosed with double-quotes 2012-04-11 16:53:00 -04:00
Rouslan Placella
0ebf022426 Refactoring challenge 2012-04-11 16:50:10 -04:00
Marc Delisle
dd5aae9a67 jQuery UI is already included from common.inc.php 2012-04-09 09:09:07 -04:00
Marc Delisle
a3edbfc1b1 Add parameter to strDoYouReally message for better translatability
Include jquery.sprintf.js everywhere
2012-04-09 08:20:45 -04:00
Marc Delisle
1a5adbb7e2 Table type is an older term for storage engine 2012-04-08 10:56:06 -04:00
Chanaka Indrajith Dharmarathna
ade942bb09 Patch #3507111 Display distinct results, linked to corresponding data rows 2012-04-05 09:05:12 -04:00
Jo Michael
5b09d0f066 Cleanup HTML5 validity issues 2012-04-01 20:14:50 +02:00
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
Marc Delisle
d585549393 Remove unused classes
Add explanation for the remaining class 'action'
2012-03-24 08:52:03 -04:00
Marc Delisle
d172dbdf2e No reason to have ids on these elements 2012-03-24 08:45:01 -04:00
Marc Delisle
9c53f1f204 The technique to hide elements based on their class did not work
if an element has more than one class, which is the case now; so I
replaced the class with a more general one and I replaced the jQuery
selector.
2012-03-21 10:24:08 -04:00
Michal Čihař
a31f399762 Merge remote-tracking branch 'origin/QA_3_5' 2012-03-20 14:44:58 +01:00
Michal Čihař
7030e7d000 Better format space usage (RFE#3506084)
Also this makes it consistent with how numbers are shown on database
structure.
2012-03-20 14:44:06 +01:00
Jo Michael
c36a9113e0 Replaced td[align] with td[class] due to HTML5 2012-03-18 19:53:43 +01:00
Jo Michael
653f086815 Replaced xml:lang attributes by lang for HTML5 2012-03-18 14:46:59 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Jo Michael
3b56f6a53b Leading ./ paths for links and favicons can be omitted, part 1 2012-03-16 23:04:12 +01:00
Marc Delisle
16f991179f FULLTEXT support for InnoDB, starting with MySQL 5.6.4 2012-02-09 12:24:14 -05:00
Marc Delisle
e2228eed77 View editing via a generated ALTER VIEW 2011-12-01 05:54:37 -05:00
Rouslan Placella
fc22faa6e1 Improved index editor 2011-11-19 14:43:52 +00:00
Rouslan Placella
a97eeae7ad Ajaxified "Create index" dialog 2011-11-19 14:43:52 +00:00
Rouslan Placella
46fbe36b6b Wrapped the "Indexes" and "Information" sections from tbl_structure.php in fieldsets 2011-11-19 14:43:52 +00:00
Rouslan Placella
863819cbdd tbl_structure.php ignored $cfg['InitialSlidersState'] for the Indexes 2011-11-19 14:43:52 +00: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
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
ac365e0262 Upgrade jQuery UI to 1.8.6 2011-10-10 22:35:36 +02: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
Madhura Jayaratne
e67a0a2531 Spaces between parameters in function calls 2011-09-23 08:43:41 +05:30
Dieter Adriaenssens
ac088aaee0 use include() instead of require() when including file conditionally 2011-09-23 00:46:58 +02:00
Madhura Jayaratne
bee270dd40 It's better to force text next to these icons as well 2011-09-16 07:09:02 +05:30
Madhura Jayaratne
eeeba849c3 Fix for bug #3403165 for 3.5 branch 2011-09-10 11:28:02 +05:30
Madhura Jayaratne
a67e233fa7 Merge branch 'QA_3_4'
Conflicts:
	tbl_structure.php
2011-09-10 11:13:49 +05:30
Madhura Jayaratne
5a82da9ad3 Coding style 2011-09-10 10:49:44 +05:30
Madhura Jayaratne
4232fcd458 bug #3403165 [interface] Collation not displayed for long enum fields 2011-09-10 10:47:37 +05:30