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-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-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-05-31Refactor the transformations into static methodsMaurício Meneghini Fauth
2016-12-07Simplify Response object handlingMichal Čihař
2016-12-07Remove odd/even markupMichal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2015-12-07Remove some unnecessary string concatenationsMarc Delisle
2015-12-06Remove some unnecessary string concatenationsMarc Delisle
2015-12-04Remove some unnecessary string concatenationsMarc Delisle
2015-12-03Remove some unnecessary string concatenationsMarc Delisle
2015-09-01Remove classes require_once.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-25Refactor db_info.inc.phpMarc Delisle
2015-08-12Recover tests for PMA_Table and rename sGetStatusInfo to getStatusInfoJason
2015-07-25Make PHPCS happy.Hugues Peccatte
2015-07-23Fix test failuresJason
2015-07-16- Remove code duplicationMarc Delisle
2015-06-14Fix typos.Hugues Peccatte
2015-05-25Clarify method name (avoid confusion with SQL's VIEW)Marc Delisle
2015-03-26Merge pull request #1547 from znck/masterMarc Delisle
2015-03-24Streamline messageMarc Delisle
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-11Eliminate duplicate codeMadhura Jayaratne
2014-10-22Merge branch 'master' into ZweiSteinSoft/rfe/1550-pma-url-getcommon-new-styleAnn + J.M
2014-10-19Refactor code duplicationMarc Delisle
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-21Remove unneeded codeMarc Delisle
2014-09-16Fix code execution path warningMarc Delisle
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-08-01RFE#919: Multiple-column foreign key relation.Ashutosh Dhundhara
2014-05-19rfe #1523 Better visual clue for table structure primary key columnAnn + J.M
2014-05-08Remove code related to older MySQL version (minimum supported is 5.5)Marc Delisle
2014-02-27Remove space from the stringMichal Čihař
2013-09-04Fix codestyleMarc Delisle
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-22Use correct SQL terminologyMarc Delisle
2013-05-22Dead codeMarc Delisle
2013-05-10Wrap some long linesMichal Čihař
2013-05-10Replace HTML/PHP mix with PHPMichal Čihař
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga