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
2018-08-31Remove $GLOBALS['dbi'] from Relation classMaurício Meneghini Fauth
2018-08-18phpstan level 1 (#14472)William Desportes
2018-06-26phpstan level 0 (#14405)William Desportes
2018-06-19Some coding style fixesMaurício Meneghini Fauth
2018-05-30Fix some PSR-2 coding standard errorsMaurício Meneghini Fauth
2018-05-30Use short array syntax instead of long array syntaxMaurício Meneghini Fauth
2018-05-16Enable strict mode in PHP filesMaurício Meneghini Fauth
2018-04-01Refactor PhpMyAdmin\Transformations static methodsMaurício Meneghini Fauth
2018-03-26Replace PhpMyAdmin\Relation static callsMaurício Meneghini Fauth
2017-10-25Always define correct connection typeMichal Čihař
2017-08-23Refactor relation functions to static methodsMaurício Meneghini Fauth
2017-07-08Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2017-05-31Refactor the transformations into static methodsMaurício Meneghini Fauth
2016-12-07Simplify Response object handlingMichal Čihař
2016-07-13Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-13Escape HTML markup in transformation wrapperMichal Čihař
2016-07-13Do not use empty MIME typeMichal Čihař
2016-07-13Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-13Validate image scaling dimensionsMichal Čihař
2016-03-10This is an inc fileMadhura Jayaratne
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-10-04Replace mb functions by standard string functions.Hugues Peccatte
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2013-08-21Directly use the request parametersMarc Delisle
2013-08-07CS compliant transformation helper functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-05-26These constants are better as a part of DatabaseInterface classMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-12PHP keywords must be lowercaseMadhura Jayaratne
2012-10-28Coding style - null should be lower caseMadhura Jayaratne
2012-10-16Fix merge conflictsMarc Delisle
2012-10-16bug #3577468 [display] Incorrect imagejpeg Syntax Breaks Image TransformationMarc Delisle
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-07-02merge masterAlex Marin
2012-07-02Add neutral string for transformations in pma_column_infoAlex Marin
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella
2012-06-11Dropped header.inc.php in favor of the PMA_Header classRouslan Placella
2012-06-01Fix function name: PMA_download_header -> PMA_downloadHeaderMadhura Jayaratne
2012-04-30Wrap some long linesMadhura Jayaratne
2012-03-15No longer depend on grab_globalsMarc Delisle
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-01Fix transformation without downloadMichal Čihař