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
2017-07-16Move DI classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-14Move controllers to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-07-01Move classes to PhpMyAdmin namespaceMaurício Meneghini Fauth
2017-06-01Refactor the sql functions 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ř
2015-09-05Move libraries/navigation/nodes classes into a namespace.Hugues Peccatte
2015-09-02Move PMA/DI namespace to PMA\libraries\di.Hugues Peccatte
2015-09-01Update controllers' namespace.Hugues Peccatte
2015-09-01Remove classes require_once.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-30Remove classes require_once.Hugues Peccatte
2015-08-29Rename classes files.Hugues Peccatte
2015-08-29Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-12Introduce the ResponseStubJason
2015-08-12Recover some logic tests - TableSearchControllerJason
2015-07-25Make PHPCS happy.Hugues Peccatte
2015-07-24Use require or include based on whether the file is being conditionallyMadhura Jayaratne
2015-07-23Resolve conflicts from upstreamJason
2015-07-10Replaced more of the old parser.Dan Ungureanu
2015-06-13Replace script names as config options with plain english wordsDeven Bansod
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-12-28Code cleanup: $disp_mode was always empty at this pointMarc Delisle
2014-10-22Fix failing unit testsAnn + J.M
2014-10-18Convert PMA_URL_getCommon calls to new styleAnn + J.M
2014-07-24Clarify variable's originMarc Delisle
2014-06-24RFE#654: Range Search Capability.Ashutosh Dhundhara
2014-06-14fix: call to undefined function on table searchChirayu Chiripal
2014-03-31Filter rows option on "Browse" table page.Ashutosh Dhundhara
2013-08-07Better names for URL generating functionsMichal Čihař
2013-08-06Various coding style fixesMichal Čihař
2013-07-25Globals generated from POST were not usedMarc Delisle
2013-07-21Fix comment due to refactoringMarc Delisle
2013-07-21removed include sql.php from tbl_select.phpSpun Nakandala
2013-06-26Implement 'find and replace in a column' featureKasun Chathuranga
2013-06-11refactor mysql_charsets.inc.phpxmujay
2013-04-11Improve commentMarc Delisle
2013-01-01Upgraded to jquery-ui-timepicker-addon 1.1.1Marc Delisle
2012-08-06Merge branch 'QA_3_5'Madhura Jayaratne
2012-08-06bug #3540922 [edit] Error searching table with many fieldsMadhura Jayaratne
2012-07-28bug #3548491 [interface] Inline query editor doesn't work from search resultsMadhura Jayaratne
2012-06-15Use PMA_TableSearch in tbl_select.phpAtul Pratap Singh
2012-06-11Dropped footer.inc.phpRouslan Placella
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-07Remove unnecessary variable columnCountAtul Pratap Singh
2012-06-02Generalize some new functions for zoom searchAtul Pratap Singh
2012-06-01Remove more variables from post_paramsAtul Pratap Singh
2012-05-29Resolve conflicts in tbl_select.phpAtul Pratap Singh