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-02-25Replace static methods with instance methodsMaurício Meneghini Fauth
2017-09-28Fix trailing whitespacesMaurício Meneghini Fauth
2017-09-17Added change all table collations when changing database collationJakub Stanecki
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-06-29Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-03Refactor the core functions into static methodsMaurício Meneghini Fauth
2017-02-13Use URL for constructing params instead of concatenationMichal Čihař
2016-12-07Simplify Response object handlingMichal Čihař
2016-12-07Remove is_ajax_request globalMichal Čihař
2016-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
2016-06-17More consistency for URL::getCommonMichal Čihař
2016-04-11Move charset query generation to to the Util classMichal Čihař
2016-03-09Remove bookmark library includesMadhura Jayaratne
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-02-03Remove PmaAbsoluteUri from redirectsMichal Čihař
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused PMA_String classMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
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-08-12Add missing includes and update member variablesAtul Pratap Singh
2015-08-02Fix: bulk action does not workJason
2015-07-19Remove unneeded closing tags.Dan Ungureanu
2015-06-13Replace script names as config options with plain english wordsDeven Bansod
2015-04-28Fix spacing after opening braceMadhura Jayaratne
2014-10-30Improve multibytes string manipulation performances.Hugues Peccatte
2014-10-18More fixes to new PMA_URL_getCommon styleAnn + J.M
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-05-26Define variable for one possible execution pathMarc Delisle
2014-01-06Rename variable to match current meaningMichal Čihař
2013-08-07Better names for URL generating functionsMichal Čihař
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-12PMA_is_system_schema --> PMA_isSystemSchemaKasun Chathuranga
2013-05-04PMA_DBI_select_db --> PMA_DBI_selectDbKasun Chathuranga
2012-10-31Don't redirect when no db is selected during ajax requestsRouslan Placella
2012-10-31Dropped main.phpRouslan Placella
2012-10-20Fix db operations collation changer not working since 3bb2538J.M
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-02Wrap a long lineMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella
2012-06-11PMA_Footer and PMA_Header no longer need to be singletonsRouslan Placella