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-10-31Dropped server side functionality for reloading the left frame from user pref...Rouslan Placella
2012-10-28Coding style: Fix some methods namesMadhura Jayaratne
2012-09-19Various docblocks improvementsMichal Čihař
2012-09-18Removed unnecessary empty lines in functionsChanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
2012-06-11Renamed PMA_userprefs_autoload_header() to PMA_userprefsAutoloadGetHeader()Rouslan Placella
2012-06-11Return string from PMA_userprefs_autoload_header()Rouslan Placella
2012-06-01Fix function name: PMA_array_write -> PMA_arrayWriteMadhura Jayaratne
2012-05-10Coding style fixesMadhura Jayaratne
2012-04-14check if PHPMYADMIN is setDieter Adriaenssens
2012-04-11Drop $cfg['MainPageIconic'].Michal Čihař
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-08-19Coding style improvementsMadhura Jayaratne
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-27Remove @uses tags from docblocksMichal Čihař
2011-05-09Other replacements for easier readingMarc Delisle
2011-05-09For easier reading, replace "!isset" with "! isset"Marc Delisle
2011-02-16store userprefs using JSON instead of serialized PHP arrayPiotr Przybylski
2010-08-30[core] Remove last remaining parts of profiling code which was removed in 2006.Michal Čihař
2010-08-06commentsCrack
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-28keep selected tab after saveCrack
2010-07-26revert disable/* optionsCrack
2010-07-22Developers tab no longer depends on UserprefsDisallow, introduced UserprefsDe...Crack
2010-07-20Users can disable: AllowUserDropDatabase, UseDbSearch, QueryHistoryDB, ShowPh...Crack
2010-07-20save lang and collation_connection to user preferencesCrack
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-10bugfixes: allow to work with multiple servers, fix boolean values in select f...Crack
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
2010-07-06saving of theme and font sizeCrack
2010-07-04moved Import by LOAD DATA settings to CSV categoryCrack
2010-06-26User preferences:Crack
2010-06-20user preferences saving and integrationCrack
2010-06-18moved forms definition filesCrack
2010-06-17improve js validatorsCrack
2010-06-13removed some messages from messages.inc.php (validation, some other error mes...Crack
2010-06-05Add category tabs to preferences pageCrack