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-07-17Use correct name formatMadhura Jayaratne
2015-07-10Updated sql-parser library to udan11/sql-parser@5278427.Dan Ungureanu
2015-07-10Coding style fixes.Dan Ungureanu
2015-07-10Using the new parser for exporting.Dan Ungureanu
2015-07-09This is an internal directive. Use without underscore to match other similar ...Madhura Jayaratne
2015-07-09Underscores are preferred to separate words in configuration storage table na...Madhura Jayaratne
2015-07-06Make scrutinizer happyMadhura Jayaratne
2015-07-02Allow using templates created for other databases/tablesMadhura Jayaratne
2015-07-02rfe #812 store export definitions for reuseMadhura Jayaratne
2015-06-14Fix typos.Hugues Peccatte
2015-05-18Page-related settings, rfe#1559Nisarg Jhaveri
2015-03-06Remove unneeded closing tagsRahul Kadyan
2014-11-19bug #4444 No insert statement produced in SQL export for queries with aliasMadhura Jayaratne
2013-08-06Various coding style fixesMichal Čihař
2013-07-21rename server_export.lib.php to display_export.lib.php due to it works for se...xmujay
2013-05-26Merge branch 'master' into OOP_DBIMadhura Jayaratne
2013-05-26Add unset() statement to help for future refactoringMarc Delisle
2013-05-26Fix typosMarc Delisle
2013-05-26Fixed bug 3912Chanaka Indrajith
2013-02-20Used preg_split() instead of explode() to split sql query,Samith Dassanayake
2013-02-20Fixed #3830 Can't export custom query because it lowercases table namesSamith Dassanayake
2012-11-02Improve commentsMarc Delisle
2012-11-01Merge branch 'QA_3_5'Chanaka Indrajith
2012-11-01Fix typoChanaka Indrajith
2012-11-01Generate correct SQL when export set of resulted rowsChanaka Indrajith
2012-11-01Revert commit 5b820cf changes in MAINT_3_5_3Chanaka Indrajith
2012-10-31Improve comments descriptionChanaka Indrajith
2012-10-31Generate correct SQL when exporting set of results - MAINT_3_5_3Chanaka Indrajith
2012-10-31Generate correct SQL when exporting set of resultsChanaka Indrajith
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-06-22Implement class behavior of common.lib.php fileChanaka Indrajith
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-05-11Remove HTML rendering inside the functions in display_tbl.lib.php file itselvesChanaka Indrajith
2012-05-05Renamed tbl_common.php to tbl_common.inc.php for better consistencyRouslan Placella
2012-05-05Dropped tbl_links.inc.phpRouslan Placella
2012-04-26Include CodeMirror globallyRouslan Placella
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-13+ rfe #3517354 [interface] Allow disabling CodeMirror with $cfg['CodemirrorEn...Jo Michael
2012-04-03Fixed missing Codemirror for inline query edit when exporting a result setRouslan Placella
2012-04-03Revert "Fixed missing Codemirror for inline query edit when exporting a resul...Rouslan Placella
2012-03-31Merge branch 'QA_3_5'Rouslan Placella
2012-03-31Fixed missing Codemirror for inline query edit when exporting a result setRouslan Placella
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-23Spaces between parameters in function callsMadhura Jayaratne
2011-09-05fix coding style : control structuresDieter Adriaenssens
2010-08-30Fix permissions.Michal Čihař
2010-08-22Merge conflict resolved for Lori's tree merge to mainninadsp