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
2012-11-03Replace "frame" with "panel" and "left" with "navi" or "navigation"Marc Delisle
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-05Simplify linking to documentationMichal Čihař
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-17PMA_generateHtmlTab() becomes PMA_getHtmlTab()Marc Delisle
2012-06-11Fixed conflicting global variable namesRouslan Placella
2012-06-02Wrap some long linesMadhura Jayaratne
2012-05-11Fix function names: PMA_generate_html_tab -> PMA_generateHtmlTabMadhura Jayaratne
2012-05-05Dropped server_links.inc.phpRouslan Placella
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-26Replaced use of hard coded images with the sprite-aware PMA_getImage() functi...Rouslan Placella
2011-08-19More coding style improvementsMadhura Jayaratne
2011-07-14PMA Icons to sprites part 1Tyron Madlener
2011-05-09Other replacements for easier readingMarc Delisle
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2010-09-03restore debug code for user preferences (commented out)Crack
2010-08-30[core] Remove last remaining parts of profiling code which was removed in 2006.Michal Čihař
2010-08-06commentsCrack
2010-08-06blacklist and settings debug code shown if $cfg['DBG']['php'] is trueCrack
2010-08-03File comments:Crack
2010-08-02bugfix: user preferences don't work correctly without output bufferingCrack
2010-08-01allow users to set only_db and hide_dbCrack
2010-07-30fixed some fields not saving due to equality conversions (eg. 0 == 'auto')Crack
2010-07-28keep selected tab after saveCrack
2010-07-22more styling for disabled optionsCrack
2010-07-16fix "restore default" button, should be visible only when field has custom valueCrack
2010-07-14allow users to easily work with preferences stored in session (when pmadb is ...Crack
2010-07-14fix ThemeDefault and fontsize exportCrack
2010-07-10bugfix: show warning only when pmadb is unavailableCrack
2010-07-10add date information when importing from localStorageCrack
2010-07-09allow user preferences to work without pmadb, but warn users about thatCrack
2010-07-08import and export for user preferences (currently JSON file only)Crack