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
2015-05-22Fix coding style in page settingsNisarg Jhaveri
2015-05-22Navigation panel settingsNisarg Jhaveri
2015-05-15Quit using filter_input since they bypass token checkMadhura Jayaratne
2015-05-14Return HTML instead of echo-ing directly in FormDisplayNisarg Jhaveri
2015-04-27Spaces around - operatorMadhura Jayaratne
2015-02-08Minor HTML/PHP rewrite.Hugues Peccatte
2014-12-30rfe #1572 User prefs: Diff-friendly JSON for configMadhura Jayaratne
2014-09-28Replace PMA_String uses by mb_* calls.Hugues Peccatte
2014-09-06Mass modifications to use PMA_String.Hugues Peccatte
2014-04-04Merge pull request #1125 from ashutoshdhundhara/bug_exportSettings_msgsMarc Delisle
2014-04-04Bug fix: Incorrect messages displayed in "Export settings" section.Ashutosh Dhundhara
2014-03-28Consistently use comma at the end of notification messagesMichal Čihař
2014-03-03Merge commit 'cc7f1bf'Marc Delisle
2014-03-03bug fix #4040:Since we are not reseting theme on reset settings, so removed t...Smita Kumari
2013-12-21Fix PHPCS errors.Hugues Peccatte
2013-12-18Do not mix a call to the display method with an echo statementMarc Delisle
2013-11-30- Fix typoMarc Delisle
2013-11-29Fix coding styleMarc Delisle
2013-11-28Fix coding styleMarc Delisle
2013-11-27Fix coding styleMarc Delisle
2013-11-25Fix coding styleMarc Delisle
2013-11-03Refactored ConfigFile class so that it is no longer a singletonPiotr Przybylski
2013-09-27Fix codestyleMarc Delisle
2013-08-07Better names for URL generating functionsMichal Čihař
2013-05-10Wrap some long linesMichal Čihař
2013-04-16Missing ;Michal Čihař
2013-04-16Drop inline htmlMichal Čihař
2012-11-12Implement linking to new documentationMichal Čihař
2012-10-31Dropped server side functionality for reloading the left frame from user pref...Rouslan Placella
2012-10-31Disable the ajax page loader on user preferences formsRouslan Placella
2012-10-31Open the setup script in a new windowRouslan Placella
2012-10-28Coding style: Fix some methods namesMadhura Jayaratne
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-07-29Various coding style improvementsMadhura Jayaratne
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Dropped PMA_ajaxResponse()Rouslan Placella
2012-06-11Fixed user preferences export/importRouslan Placella
2012-06-11Fixed conflicting global variable namesRouslan Placella
2012-06-11Drop display() from Header and Footer classes. The Response class will do all...Rouslan Placella
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-01Fix function name: PMA_download_header -> PMA_downloadHeaderMadhura Jayaratne
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-01Cleanup HTML5 validity issuesJo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne