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-09-16Avoid using mb_strlen for checking whether string is emptyMichal Čihař
2016-06-17Document task to doMichal Čihař
2016-06-16Remove needless inclusion of export.php from testsMichal Čihař
2016-03-14Merge branch 'QA_4_6'Madhura Jayaratne
2016-03-14Fix #12092 Rename exported databases/tables doesn't seem to workMadhura Jayaratne
2016-03-08Move Kanji encoding handling to Encoding classMichal Čihař
2016-03-08Add method for checking if encoding conversion is supportedMichal Čihař
2016-03-08Move charset conversion to a classMichal Čihař
2016-02-22Refactor text sanitization and javascript escaping, Issue #11989, #11988Durgesh
2016-02-22Refactored url parmeters generating, Issue #11990Durgesh
2016-01-22Merge branch 'QA_4_5'Michal Čihař
2016-01-22Correctly handle what parameter on exportMichal Čihař
2016-01-19Merge branch 'QA_4_5'Michal Čihař
2016-01-19Check for parameter before using itMichal Čihař
2016-01-14Fix TODO: Use finally as it's available in PHP >= 5.5Madhura Jayaratne
2016-01-04Remove /*overload*/ prefix from mb_* callsMichal Čihař
2015-12-21Remove unused PMA_String classMichal Čihař
2015-12-21Remove unused pmaString variableMichal Čihař
2015-11-08Make PHPCS happy.Hugues Peccatte
2015-11-08Merge branch 'QA_4_5'Marc Delisle
2015-11-08Fixes #11648 Notice in ./export.php#214 Undefined index: quick_or_customJohn Homerstad
2015-10-21Merge branch 'QA_4_5'Marc Delisle
2015-10-21Fixes #11592 Missing headers in zipped exportMarc Delisle
2015-09-26Move classes in new files.Hugues Peccatte
2015-09-26Merge remote-tracking branch 'origin/master' into useNamespaces_masterHugues Peccatte
2015-09-22Fix coding style violations related to function callsMadhura Jayaratne
2015-09-14Revert PMA_String rename.Hugues Peccatte
2015-09-05Add namespace on part of plugins classes.Hugues Peccatte
2015-09-01Rename classes files.Hugues Peccatte
2015-09-01Set namespace on Advisor, Config, Console and Util classes.Hugues Peccatte
2015-08-20Fix #11414 Unclear export options / organization / hierarchyMadhura Jayaratne
2015-07-31Use proper names as file names. Fix undefined noticesMadhura Jayaratne
2015-07-29Make scrutinizer happyMarc Delisle
2015-07-23Make PHPCS happy.Hugues Peccatte
2015-07-15Remove dead codeMarc Delisle
2015-07-10Minor fixes.Dan Ungureanu
2015-07-10Using the new parser when generating a table's definition.Dan Ungureanu
2015-07-10Using the new parser for exporting.Dan Ungureanu
2015-07-10Replaced PMA_SQP_getAliasesFromQuery().Dan Ungureanu
2015-06-30Match the name of corresponding config value.Madhura Jayaratne
2015-06-27rfe#1603 select structure or data for each table when exportingNisarg Jhaveri
2015-06-21Provide an option to export tables in a database as separate filesDeven Bansod
2015-06-18Use type hintingMadhura Jayaratne
2015-04-10rfe #1632 Importing and exporting pMA meta-dataMadhura Jayaratne
2015-03-26Merge pull request #1547 from znck/masterMarc Delisle
2015-03-16Add option for exporting pretty-printed JSONHauke Henningsen
2015-03-11rfe #1306 Add lock tables, disable keys optionsMadhura Jayaratne
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-28Fix code execution path warningMarc Delisle
2014-11-11Directly use a POST parameterMarc Delisle