Commit Graph

31 Commits

Author SHA1 Message Date
Marc Delisle
0100f26e97 Lost line in commit 16bb52b3b0 2012-04-29 14:23:10 -04:00
Jo Michael
7c1411d3e0 Fix checkstyle InlineControlStructure warnings 2012-04-29 02:36:12 +02:00
Michal Čihař
16bb52b3b0 Coding style improvements (if/for statements) 2012-04-25 10:12:27 +02:00
Michal Čihař
2494e63400 Coding style improvements (if statements) 2012-04-25 10:05:35 +02:00
Michal Čihař
64938a031f Coding style improvements (spacing and new lines around if/for/while) 2012-04-25 10:03:55 +02:00
Michal Čihař
2f5cd562f5 Coding style improvements ({} around blocks after if/for) 2012-04-25 10:01:41 +02:00
Jo Michael
13644d8591 Short-hand notation for jQuery document.ready event 2012-04-21 02:44:18 +02:00
Rouslan Placella
2af9f1e120 Use jQuery for ajax functionality in PMD 2012-04-18 18:11:25 +01:00
Rouslan Placella
8e35b71217 PMD should use PMA_ajaxShowMessage() instead of custom notifications 2012-04-18 18:11:25 +01:00
Marc Delisle
21e3f27080 Fix merge conflicts 2012-04-18 12:55:28 -04:00
Marc Delisle
fc0a16a55e Replace layer_alert() with PMA_ajaxShowMessage(), thanks to Rouslan
Placella for the suggestion.
2012-04-18 12:52:08 -04:00
Marc Delisle
58a3c57e7a Fix merge conflicts 2012-04-18 08:48:28 -04:00
Marc Delisle
3c587da09b bug #3518983 [designer] Error messages do not appear in the Designer 2012-04-18 08:46:01 -04:00
Rouslan Placella
6ae5cafb46 Drop @uses tags from JS files 2012-04-10 21:50:34 +01:00
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
c36a9113e0 Replaced td[align] with td[class] due to HTML5 2012-03-18 19:53:43 +01:00
Marc Delisle
85344d2bfe rfe #3438266 [designer] Toggle for relation lines 2011-12-10 07:52:47 -05:00
Rouslan Placella
f22a457199 Removed redundant code. Already using 'onclick' since commit 0c2f7f16f5 2011-11-24 16:44:21 +00:00
Rouslan Placella
f6d0aa3873 Improved the rendering of the designer menu when it's moved to the right 2011-11-24 16:14:43 +00: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
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
Marc Delisle
16c5e7bab0 Designer: broken image paths when used at the Javascript level 2011-09-25 06:59:34 -04:00
Michal Čihař
86dad70386 Fix some display issues 2011-08-19 13:45:02 +02:00
Michal Čihař
1fa197752b Fixed displaying of table menu 2011-08-19 13:35:13 +02:00
Michal Čihař
fd13e7ad67 Use display = none instead of visibility to avoid off screen invisible elements 2011-08-19 13:25:08 +02:00
Michal Čihař
12237ed84f Remove no longer used Help funciton 2011-08-19 13:11:34 +02:00
Michal Čihař
88104eac66 Fix js to match changes 2011-08-19 13:11:34 +02:00
Michal Čihař
eba14cfbca Saner loop declarations, always define start point 2011-08-05 15:00:35 +02:00
Michal Čihař
3cbf056e4b Avoid messing up with keywords 2011-08-05 14:58:08 +02:00
Michal Čihař
cf004d89ca Move PMD scripts to js directory.
We should have all scripts in single place and this will include them in
compression on release.
2011-08-05 14:52:47 +02:00