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
2016-07-13HML encode embedded JSON dataMichal Čihař
2016-06-22Properly escape zoom search column typeMichal Čihař
2016-01-19Fix XSS in zoom searchMadhura Jayaratne
2014-09-28[security] XSS with malicious ENUM valuesMarc Delisle
2013-08-07Bug #4048 Cannot select foreign value in SearchMarc Delisle
2013-05-13Fix bug #3907 undefined variables, function parameter problemsJ.M
2013-04-07Fix bug #3865 Using like operator on each backslash needs 4 backslash protectionKasun Chathuranga
2013-01-24remove unused variables : key is not usedDieter Adriaenssens
2012-12-22Removed the AjaxEnable directiveMarc Delisle
2012-11-01Simplify the codeMadhura Jayaratne
2012-11-01Merge branch 'QA_3_5'Madhura Jayaratne
2012-10-28Closing parenthesis of a multi-line IF statement must be on a new lineMadhura Jayaratne
2012-10-13Fix bug #3576322Atul Pratap Singh
2012-10-11Fixes bug #3575799Sergey Leshchenko
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
2012-09-16Modify classes with propertyChanaka Indrajith
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-03simplify code, wrap long linesDieter Adriaenssens
2012-08-06Merge branch 'QA_3_5'Madhura Jayaratne
2012-08-03Coding style fixesMadhura Jayaratne
2012-08-03Checking whether $criteriaValues is empty should be done before calling _getE...Madhura Jayaratne
2012-08-01Make the two tabs look alikeMadhura Jayaratne
2012-08-01Same look and feel of the settings pageMadhura Jayaratne
2012-08-01Simplify the code a bitMadhura Jayaratne
2012-08-01Do not hide the end tag in some other functionMadhura Jayaratne
2012-08-01Fix footer fieldset of zoom search and simplify some codeMadhura Jayaratne
2012-08-01Remove outer fieldsetMadhura Jayaratne
2012-08-01Remove trailing white spacesMadhura Jayaratne
2012-07-10Unused method: setCommonFunctions()Marc Delisle
2012-07-07Fix doc commentsAtul Pratap Singh
2012-07-07Fix wrong function callAtul Pratap Singh
2012-06-30Resolve conflictsChanaka Indrajith
2012-06-28Resolved comflictsChanaka Indrajith
2012-06-27Wrap some long linesMadhura Jayaratne
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-17PMA_generateHtmlTabs() becomes PMA_getHtmlTabs()Marc Delisle
2012-06-16Add useful get function to PMA_TableSearchAtul Pratap Singh
2012-06-15Make _getColumnProperties publicAtul Pratap Singh
2012-06-15Add missed current object reference in class PMA_TableSearchAtul Pratap Singh
2012-06-15Fix wrong function callAtul Pratap Singh
2012-06-15Some coding style fixes in PMA_TableSearchAtul Pratap Singh
2012-06-15All remaining necessary functions added to class PMA_TableSearchAtul Pratap Singh
2012-06-14Add more functions to PMA_TableSearch classAtul Pratap Singh
2012-06-14Start conversion of search scripts to object-oriented styleAtul Pratap Singh