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-02-15Use DI for DatabaseInterface instanceMaurício Meneghini Fauth
2018-02-15Replace static methods with instance methodsMaurício Meneghini Fauth
2017-09-12Refactor create_addfield 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-30Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-05-31Refactor the transformations into static methodsMaurício Meneghini Fauth
2017-03-20Move the tbl_info.inc.php code to Table classVishal Pandey
2016-12-07Simplify Response object handlingMichal Čihař
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
2016-07-22Merge branch 'QA_4_6-security' into master-securityMichal Čihař
2016-07-22Limit maximal numver of fields to 4096Michal Čihař
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
2015-10-19Make PHPCS happy.Hugues Peccatte
2015-10-04Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-10-03Clarify method nameMarc Delisle
2015-09-14Revert PMA_String rename.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-06-14Fix typos.Hugues Peccatte
2015-03-06Remove unneeded closing tagsRahul Kadyan
2015-02-09rfe #1235 Relation view: move to main "Structure" pageMadhura Jayaratne
2014-11-02Minor coding style modifications.Hugues Peccatte
2014-10-30Improve multibytes string manipulation performances.Hugues Peccatte
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-07-12RFE-637: Custom field handlers (input transformations)Chirayu Chiripal
2014-06-301NF: initial commitSmita Kumari
2014-05-17Fixed some documentation issues raised by scrutinizerChanaka Indrajith
2014-03-28Consistently use comma at the end of notification messagesMichal Čihař
2013-10-20Remove trailing white spacesMadhura Jayaratne
2013-09-14removed dead code. extracted method PMA_tryColumnCreationQuerySpun Nakandala
2013-08-07Better names for URL generating functionsMichal Čihař
2013-06-11Various coding style improvementsMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-23Coding style fixesMadhura Jayaratne
2013-05-14Renamed the function names, using "column" instead of "field".Samith Dassanayake
2013-05-08Moved duplicated codes in “tbl_addfield.php” and “tbl_create.php” to ...Samith Dassanayake
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-18Merge pull request #262 from scnakandala/RefactoringMarc Delisle
2013-04-16Corrected according to the pear coding standardsSpun Nakandala