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-07-28Do not try to wrap output in case response handling is disabledMichal Čihař
2012-11-30Don't add any extra data to failed ajax requestsRouslan Placella
2012-11-27Wait for erroring out about the token until after the authenticationRouslan Placella
2012-11-27Fixed undefined variableRouslan Placella
2012-11-27Error out on ajax requests with an invalid tokenRouslan Placella
2012-11-01Fixed fatal errors in DisplayResults test casesRouslan Placella
2012-10-31phpcs fixesRouslan Placella
2012-10-31Implemented menu cachingRouslan Placella
2012-10-31Display the message (with the outcome of the execution of the query) after aj...Rouslan Placella
2012-10-31Fixed generation of the url for the selflinkRouslan Placella
2012-10-31Rewrite and integration of js/common.jsRouslan Placella
2012-10-31Started fixing server-side reloading of the querywindowRouslan Placella
2012-10-31Fixed server-side reloading of the navigation treeRouslan Placella
2012-10-31Fixed updating of the title of the pageRouslan Placella
2012-10-31Display PHP errors after AJAX request for pagesRouslan Placella
2012-10-31Update selflink on ajax requestsRouslan Placella
2012-10-31Implemented page, menu and scripts loading via ajaxRouslan Placella
2012-08-04Fixed docblockRouslan Placella
2012-06-12Coding style fixesRouslan Placella
2012-06-11Use PMA_Response class in PMA_ajaxResponse()Rouslan Placella
2012-06-11Force JSON response for AJAX requestsRouslan Placella
2012-06-11Docblock fixesRouslan Placella
2012-06-11Remember CWD after the initial script has shutdownRouslan Placella
2012-06-11Fixed variable nameRouslan Placella
2012-06-11Fix typoDieter Adriaenssens
2012-06-11Integrated ajax responses from user_password.php with PMA_Response classRouslan Placella
2012-06-11Added JSON responses to the PMA_Response classRouslan Placella
2012-06-11Don't force 'text/html' on ajax requestsRouslan Placella
2012-06-11Finished integrating the PMA_Footer classRouslan Placella
2012-06-11Fixes for disabling the responseRouslan Placella
2012-06-11Added PMA_OutputBuffering class, dropped ob.lib.phpRouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Added PMA_Response classRouslan Placella