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 (Collapse)Author
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 ↵Madhura Jayaratne
multi-line IF statement must be on a new line)
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a ↵Madhura Jayaratne
multi-line function call must be on a line by itself)
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ř
Needed to match phpdoc rules as package name must begin with upper case.
2011-09-23File is being conditionally included; use "include" insteadMadhura Jayaratne
2011-09-18Use newest messageMarc Delisle
2011-08-04Use new function for download headersMichal Čihař
2011-05-09Other replacements for easier readingMarc Delisle
2011-05-04Start to replace warning level with error levelMarc Delisle
2010-08-25Add missing dot.Michal Čihař
2010-08-23Use same format string as in other places.Michal Čihař
2010-08-09second part of error message display changesCrack
2010-08-06info about setup script in "manage your settings", it seems many people ↵Crack
still don't know it exists
2010-08-05fix import mergeCrack
fix <select> handling (hopefully this time for real)
2010-08-04fix generation of theme unique valueCrack
refresh session cache for config after save
2010-08-02bugfix: user preferences don't work correctly without output bufferingCrack
2010-07-26Changes to conform to latest merge:Crack
- use require instead if require_once for footer.inc.php - rename pmadb to phpMyAdmin configuration storage
2010-07-22a few changes on preferences manage pageCrack
fix JS date generation on preferences export to localStorage
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
disabled): after logging in, user is presented with a message asking whether settings from localStorage should be loaded
2010-07-14allow to partially import broken configs - show message with error list and ↵Crack
import only correct values
2010-07-12ui fixesCrack
2010-07-12show message when preferences are saved to localStorageCrack
2010-07-10add date information when importing from localStorageCrack
2010-07-09basic import/export for localStorage, needs to be polishedCrack
2010-07-08import and export for user preferences (currently JSON file only)Crack
add preferences reset