Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js/pmd
AgeCommit message (Expand)Author
2013-05-01Fix typo in comments and function name ('foriegn' to 'foreign')J.M
2013-01-26many some minor fixes (sorry, see diff)Gemorroj
2013-01-12Coding standardsMarc Delisle
2012-12-18Remove AJAX.submitFormProgrammatically() methodMadhura Jayaratne
2012-12-15Fix exporting and importing coordinates for the PDF schemaMadhura Jayaratne
2012-12-15Reverting 'floating menu bar for designer' as I am unable to get it working o...Madhura Jayaratne
2012-12-15CSS improvements for the designerMadhura Jayaratne
2012-12-15Adjust the position of the confirm dialogMadhura Jayaratne
2012-12-15Make messages translatable. Use PMA_ajaxShowMessage() for displaying messagesMadhura Jayaratne
2012-12-11Correctly position left menu of the designerMadhura Jayaratne
2012-12-10Float the menu bar of the designerMadhura Jayaratne
2012-12-09Allow deleting relations in fullscreen modeMadhura Jayaratne
2012-12-09Fix some css glitchesMadhura Jayaratne
2012-12-09Merge pull request #116 from madhuracj/fullscreenModeForDesignerMarc Delisle
2012-12-09Fix some z-index valuesMadhura Jayaratne
2012-12-09Correctly locate the pointsMadhura Jayaratne
2012-12-09Position left menu correctly. Fix z-indexes so they do not go on top of navig...Madhura Jayaratne
2012-12-09Fullscreen mode for the designerMadhura Jayaratne
2012-12-08Make the designer compatible with frames less v4Madhura Jayaratne
2012-10-31Fixed z-index conflict in pmdRouslan Placella
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Destroy registered jQuery events on page tear downRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-10-31Got rid of inline JS in PMDRouslan Placella
2012-04-29Lost line in commit 16bb52b3b05f40ef6df66257d988dac8d5c0e01dMarc Delisle
2012-04-29Fix checkstyle InlineControlStructure warningsJo Michael
2012-04-25Coding style improvements (if/for statements)Michal Čihař
2012-04-25Coding style improvements (if statements)Michal Čihař
2012-04-25Coding style improvements (spacing and new lines around if/for/while)Michal Čihař
2012-04-25Coding style improvements ({} around blocks after if/for)Michal Čihař
2012-04-21Short-hand notation for jQuery document.ready eventJo Michael
2012-04-18Use jQuery for ajax functionality in PMDRouslan Placella
2012-04-18PMD should use PMA_ajaxShowMessage() instead of custom notificationsRouslan Placella
2012-04-18Fix merge conflictsMarc Delisle
2012-04-18Replace layer_alert() with PMA_ajaxShowMessage(), thanks to RouslanMarc Delisle
2012-04-18Fix merge conflictsMarc Delisle
2012-04-18bug #3518983 [designer] Error messages do not appear in the DesignerMarc Delisle
2012-04-11Drop @uses tags from JS filesRouslan Placella
2012-04-08Fixed title with table name is "test<>'"&test&&]]>", fixed chart with column ...Gemorroj
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2011-12-10rfe #3438266 [designer] Toggle for relation linesMarc Delisle
2011-11-24Removed redundant code. Already using 'onclick' since commit 0c2f7f16f52cd0e3...Rouslan Placella
2011-11-24Improved the rendering of the designer menu when it's moved to the rightRouslan Placella
2011-11-24Disabled floating of the menubar in designer and fixed designer menu renderin...Rouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-09-25Designer: broken image paths when used at the Javascript levelMarc Delisle
2011-08-19Fix some display issuesMichal Čihař
2011-08-19Fixed displaying of table menuMichal Čihař
2011-08-19Use display = none instead of visibility to avoid off screen invisible elementsMichal Čihař