Commit Graph

127 Commits

Author SHA1 Message Date
Michal Čihař
27024b62b3 Drop some inline html 2013-01-10 13:55:25 +01:00
Madhura Jayaratne
a0bce7abe8 Fix exporting and importing coordinates for the PDF schema 2012-12-15 14:37:14 +05:30
Madhura Jayaratne
a7f0841dc9 Reverting 'floating menu bar for designer' as I am unable to get it working on IE 2012-12-15 09:29:57 +05:30
Madhura Jayaratne
ca98097f3c Float the menu bar of the designer 2012-12-10 21:48:39 +05:30
Madhura Jayaratne
ab7b333269 Fix some css glitches 2012-12-09 23:45:33 +05:30
Marc Delisle
01704e2696 Merge pull request #116 from madhuracj/fullscreenModeForDesigner
Fullscreen mode for designer
2012-12-09 03:20:39 -08:00
Madhura Jayaratne
941bb5798e Fix some z-index values 2012-12-09 12:57:06 +05:30
Madhura Jayaratne
4ec6709354 Set the class attribute initially 2012-12-09 10:04:02 +05:30
Madhura Jayaratne
a0800da4c1 Fullscreen mode for the designer 2012-12-09 07:08:08 +05:30
Madhura Jayaratne
ae6f017824 Make the designer compatible with frames less v4 2012-12-08 08:36:16 +05:30
Michal Čihař
61a601fc73 Implement linking to new documentation 2012-11-12 09:48:05 +01:00
Rouslan Placella
a5d6d5acd6 Fixed z-index conflict in pmd 2012-10-30 20:24:00 +00:00
Rouslan Placella
08e79ed030 Got rid of inline JS in PMD 2012-10-30 20:04:52 +00:00
Chanaka Indrajith
6971295e96 Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util:: 2012-09-16 14:41:47 +05:30
Madhura Jayaratne
fa61beb385 Coding style fixes 2012-08-04 22:42:07 +05:30
Madhura Jayaratne
4de69abcf7 Merge branch 'QA_3_5'
Conflicts:
	pmd_general.php
2012-08-04 22:18:41 +05:30
Madhura Jayaratne
7e3924e318 [interface] Designer sometimes places tables on the top menu 2012-08-04 22:15:04 +05:30
Chanaka Indrajith
1cc49d32d9 Resolved conflicts 2012-06-27 07:06:34 +05:30
Chanaka Indrajith
766466135e Implement class behavior of common.lib.php file 2012-06-22 23:38:33 +05:30
Michal Čihař
cad77715a4 Indenation fix 2012-06-21 10:54:11 +02:00
Michal Čihař
1924460dba Some minor coding style fixes 2012-06-21 10:43:24 +02:00
Rouslan Placella
d9bedbd75e Finished integrating the PMA_Footer class 2012-06-11 14:06:03 +01:00
Rouslan Placella
a054562100 PMA_Footer and PMA_Header no longer need to be singletons 2012-06-11 14:06:03 +01:00
Rouslan Placella
e306fadaab Integrated pmd with the new Header class 2012-06-11 14:06:03 +01:00
Michal Čihař
84871f3056 Load remaining PMD images using new loader 2012-05-29 17:13:45 +02:00
Michal Čihař
fbd366ee38 Reduce indentation 2012-05-29 15:27:09 +02:00
Michal Čihař
2e8fb095be Various coding style fixes 2012-05-29 15:25:34 +02:00
Madhura Jayaratne
67c68ba7ca Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupported 2012-05-11 22:11:24 +05:30
Marc Delisle
2282e02a8a Clarify function names 2012-04-30 14:05:13 -04:00
Marc Delisle
0a6bec233a Syntax error in checkstyle fix 2012-04-29 14:01:45 -04:00
Jo Michael
161a5a9321 Fix new checkstyle warnings 2012-04-29 03:16:11 +02:00
Jo Michael
7c1411d3e0 Fix checkstyle InlineControlStructure warnings 2012-04-29 02:36:12 +02: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
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Rouslan Placella
8e35b71217 PMD should use PMA_ajaxShowMessage() instead of custom notifications 2012-04-18 18:11:25 +01:00
Michal Čihař
c8b686577c Move common includes to root files rather than to library (which should not be lodaded separately) (issue #36) 2012-04-17 09:02:29 +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
Gemorroj
6e8bc0dd74 Fixed title with table name is "test<>'"&test&&]]>", fixed chart with column name and data is "test<>'"&test&&]]>", some improvements. 2012-04-08 10:41:24 +03:00
Jo Michael
20ddd10911 Replaced HTML nowrap attribute with CSS for HTML5 validity 2012-03-31 16:50:33 +02:00
Marc Delisle
9b45272018 No longer depend on grab_globals 2012-03-27 12:48:27 -04:00
Jo Michael
c36a9113e0 Replaced td[align] with td[class] due to HTML5 2012-03-18 19:53:43 +01:00
Jo Michael
03eeeb3ccd Removed: table[border] attribute (default is 0 anyways), a[rel] for non-standard values for HTML5 validity 2012-03-18 17:46:22 +01:00
Jo Michael
b2fd866d87 Leading ./ paths for includes can be omitted, part 2 2012-03-16 23:11:57 +01:00
Yuichiro
24b573720c add messages to gettext 2012-01-25 17:42:57 +01:00
Marc Delisle
13d741e178 onClick should be onclick 2012-01-08 08:24:43 -05:00
Marc Delisle
85344d2bfe rfe #3438266 [designer] Toggle for relation lines 2011-12-10 07:52:47 -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
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
Marc Delisle
1a3fe62494 Undefined index 2011-09-25 18:52:39 -04:00
Piotr Przybylski
55d72e8c71 Merge branch 'QA_3_4'
Conflicts:
	pmd_general.php
2011-09-25 17:35:07 +02:00