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
2022-04-10Extract the HTML from the ResponseRenderer::getDisplay methodMaurício Meneghini Fauth
2022-04-09Remove `ResponseRenderer::getFooter` methodMaurício Meneghini Fauth
2022-03-07Replace `global` keyword with `$GLOBALS`Maurício Meneghini Fauth
2021-12-22Remove `@access` annotationsMaurício Meneghini Fauth
2021-09-15Remove useless whitespacesMaurício Meneghini Fauth
2021-09-15Add `bool` return type where possibleMaurício Meneghini Fauth
2021-09-13Add `void` return type where possibleMaurício Meneghini Fauth
2021-09-02Remove the `Core::isValid` methodMaurício Meneghini Fauth
2021-09-01Inline `Core::ifSetOr` methodMaurício Meneghini Fauth
2021-07-02Move reponse output to the ResponseRenderer::response methodMaurício Meneghini Fauth
2021-07-01Build response headers before sending them outMaurício Meneghini Fauth
2021-06-30Rename `Response` class to `ResponseRenderer`Maurício Meneghini Fauth