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
AgeCommit message (Expand)Author
2016-06-15Fix #11457 414 Request-URI Too LargeMadhura Jayaratne
2014-09-12bug #4530 [security] DOM based XSS that results to a CSRF that creates a ROOT...Marc Delisle
2013-07-29Readd AllowThirdPartyFraming optionMichal Čihař
2013-01-24remove unused variables : key is not usedDieter Adriaenssens
2012-12-19Prevent pointless requests for js filesRouslan Placella
2012-12-19Generate a single js file server-side for any number of requested filesRouslan Placella
2012-11-06Moved setUrlHash module into ajax.jsRouslan Placella
2012-10-31phpcs fixesRouslan Placella
2012-10-31Initial implementation of microhistoryRouslan Placella
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Dropped configuration directive: AllowThirdPartyFramingRouslan Placella
2012-10-31The events for the navigation only need to be registered onceRouslan Placella
2012-10-31Record which files to fire events for on initial page loadRouslan Placella
2012-10-31Use AJAX.registerOnload() instead of $(document).ready()Rouslan Placella
2012-10-31Implemented page, menu and scripts loading via ajaxRouslan Placella
2012-06-18Fixed missing function argument in the PMA_Scripts classRouslan Placella
2012-06-11PHP seems to reset the CWD after a call to exit, so we need to collect the fi...Rouslan Placella
2012-06-11Fixes for disabling the responseRouslan Placella
2012-06-11Coding style fixesRouslan Placella
2012-06-11Handle scripts in the PMA_Footer classRouslan Placella
2012-06-11Docblocks and coding style fixes for the new classesRouslan Placella
2012-06-11Fixed JS bug in user prefsRouslan Placella
2012-06-11Integrated pmd with the new Header classRouslan Placella
2012-06-11New classes PMA_Header and PMA_ScriptsRouslan Placella