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
2013-04-25Consistently include colon in strings to translateMichal Čihař
2013-04-12PHP keywords must be lowercaseMadhura Jayaratne
2013-03-28Display the error returned by MySQL rather than the ambiguous "Error" message.Madhura Jayaratne
2013-03-28Change mysqlDie() to return the error message when $exit parameter is falseMadhura Jayaratne
2013-03-28Bug #3858 Incomplete error message when creating a foreign key constraintMadhura Jayaratne
2013-03-26#3861 Errors while editing foreign constraintsMadhura Jayaratne
2013-03-22No need to offer index maintenance if foreign key is not supportedSamith Dassanayake
2013-03-21Removed useless codeMohamed Ashraf
2013-03-21Added the index form to the end of the pageMohamed Ashraf
2013-03-14wrap long linesDieter Adriaenssens
2013-03-14wrap long linesDieter Adriaenssens
2013-03-14fix coding style : add space between if and parenthesisDieter Adriaenssens
2013-02-28Localize messageMarc Delisle
2013-02-27Contest 5: Naming foreign key constraintsManuj Jain
2013-01-25improve docblockDieter Adriaenssens
2013-01-25cleanup whitespaceDieter Adriaenssens
2013-01-25fix undefined variableDieter Adriaenssens
2012-11-26Used ajax responce for render html outputChanaka Indrajith
2012-11-26Code improvements for tbl_relation.phpChanaka Indrajith
2012-11-12Remove issue with un expected string in table relation viewChanaka Indrajith
2012-10-28Proper function namingMadhura Jayaratne
2012-10-28Minimize PHP, HTML mixMadhura Jayaratne
2012-10-28Coding style improvementsMadhura Jayaratne
2012-09-16Renamed PMA_CommonFunctions::getInstance()-> with PMA_Util::Chanaka Indrajith
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-07-29Various coding style improvementsMadhura Jayaratne
2012-06-27Resolved conflictsChanaka Indrajith
2012-06-23Use camel case for function names (PMA_query_as_controluser => PMA_queryAsCon...Madhura Jayaratne
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-23merge upstream masterThilina Buddika
2012-05-21change variable namesThilina Buddika
2012-05-13Resolve conflicts due to changes in method names of common.lib.phpChanaka Indrajith
2012-05-11Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupportedMadhura Jayaratne
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-27Cleanup spacing after @returnMichal Čihař
2012-04-14Fix Checkstyle Warnings - Type: CloseBracketLine (Closing parenthesis of a mu...Madhura Jayaratne
2012-04-08Table type is an older term for storage engineMarc Delisle
2012-03-30Missing handling of POST variablesMarc Delisle
2012-03-18Replaced td[align] with td[class] due to HTML5Jo Michael
2012-03-17Leading ./ paths for includes can be omitted, part 2Jo Michael
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-09-27coding style improvements and fixing some doc blocksMadhura Jayaratne
2011-09-27Merge branch 'QA_3_4'Madhura Jayaratne
2011-09-27bug #3412862 [relation] Relations/constraints are dropped/created on every ch...Madhura Jayaratne