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
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
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-27Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...lorilee
2010-07-26No need to require_once footerMichal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-21Merge branch 'master' of git://phpmyadmin.git.sourceforge.net/gitroot/phpmyad...lorilee
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-06-11Modified formatting for new export pagelorilee
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-03strings to gettext, first batchMarc Delisle
2009-12-30primary_key is really a WHERE clause (that works also on tables where no PK i...Marc Delisle
2008-11-24Adding @package, third part.Michal Čihař
2008-01-18bug #1873110 [export] Problem exporting with a LIMIT clauseMarc Delisle