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-08-14Use db_desginer.php as a route for all designer operation. Combine pmd_genera...Bimal Yashodha
2014-08-01RFE#919: Multiple-column foreign key relation.Ashutosh Dhundhara
2014-03-28Consistent message in both code pathsMichal Čihař
2014-03-28Improve grammar of PMD messagesMichal Čihař
2014-01-08Space around . operator - mroe instancesMadhura Jayaratne
2013-12-05Fix coding styleMarc Delisle
2013-12-04Fix coding styleMarc Delisle
2013-11-11Huge PHPDoc update.Hugues Peccatte
2013-08-06Various coding style fixesMichal Čihař
2013-05-26These constants are better as a part of DatabaseInterface classMadhura Jayaratne
2013-05-24Convert database interface to a classMadhura Jayaratne
2013-05-04PMA_DBI_free_result --> PMA_DBI_freeResultKasun Chathuranga
2013-05-04PMA_DBI_fetch_assoc --> PMA_DBI_fetchAssocKasun Chathuranga
2013-04-30Merge branch 'master' into DBI_naming_cleanUpKasun Chathuranga
2013-04-30PMA_DBI_get_tables_full --> PMA_DBI_geTablesFullKasun Chathuranga
2013-04-30PMA_DBI_try_query --> PMA_DBI_tryQueryKasun Chathuranga
2013-04-25Improve error message even more (thanks to Marc)Michal Čihař
2013-04-25More sensible error messageMichal Čihař
2013-04-25Consistently include colon in strings to translateMichal Čihař
2012-09-16Renamed ->method() with PMA_Util::method()Chanaka Indrajith
2012-09-16Remove variableChanaka Indrajith
2012-09-05Fix gettext invocationMichal Čihař
2012-07-29Some 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-11Disable Response class for XHR requests in PMDRouslan Placella
2012-06-11Integrated pmd with the new Header classRouslan Placella
2012-05-11Fix function names: PMA_foreignkey_supported -> PMA_isForeignKeySupportedMadhura Jayaratne
2012-04-25Coding style improvements (Inline control structures are discouraged)Madhura Jayaratne
2012-04-22Fix CheckStyle warnings, Type:CloseBracketNewLine (Closing parenthesis of a m...Madhura Jayaratne
2012-04-19Add trailing ; after ALTER TABLE (rfe #2009500)Michal Čihař
2012-04-17Move common includes to root files rather than to library (which should not b...Michal Čihař
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-06use require() instead of include() when including file unconditionallyDieter Adriaenssens
2011-08-26remove unused codeDieter Adriaenssens
2011-08-19Move library to librariesMichal Čihař
2011-06-27Consistent capitalisation of PMA_sqlAddSlashesMichal Čihař
2011-06-03Drop $GLOBALS['charset'].Michal Čihař
2010-11-07undefined messages in DesignerMarc Delisle
2010-08-30Fix permissions.Michal Čihař
2010-07-29Resolve merge conflicts for upstream mergeninadsp
2010-07-26No need to explicitely include relation.lib its anyway included in common.incMichal Čihař
2010-07-23Fixed conflict due to upstream mergeninadsp
2010-07-20Drop @version tag from docblocks.Michal Čihař
2010-05-22testing git setup - no major change made in code yetninadsp
2010-05-14gettext conversionMarc Delisle
2009-06-24clarify function nameMarc Delisle