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
2012-05-02Fix spacing of @package used together with @subpackageMichal Čihař
2012-04-27Empty line between @param and @returnMichal Čihař
2012-04-27Cleanup spacing after @returnMichal Čihař
2012-04-27Cleanup spacing after @paramMichal Čihař
2012-04-25More coding style fixesMadhura Jayaratne
2012-04-25Coding style improvements (Last parameter comment requires a blank newline af...Madhura Jayaratne
2012-04-25Comment spacing fixupMichal Čihař
2012-04-24Improve docsMichal Čihař
2012-04-24Improve docsMichal Čihař
2012-04-14check if PHPMYADMIN is setDieter Adriaenssens
2012-04-13Fix Checkstyle Warnings - Type: BraceOnSameLineMadhura Jayaratne
2012-03-29Merge remote-tracking branch 'remotes/origin/QA_3_5'Jo Michael
2012-03-29mysqli persistent connections only for PHP 5.3+Jo Michael
2012-03-14cleanup package tagsDieter Adriaenssens
2011-12-14Merge remote-tracking branch 'origin/QA_3_4'Michal Čihař
2011-12-14These are done and we do not seem to use decimalsMichal Čihař
2011-12-14Fill orgtable and orgname attributesMichal Čihař
2011-12-14Add actually some sane value to field flagsMichal Čihař
2011-12-14Create fake flags fieldMichal Čihař
2011-12-14Whitespace cleanupMichal Čihař
2011-10-25Use package name PhpMyAdminMichal Čihař
2011-10-24Factor out error message formattingMichal Čihař
2011-10-24Coding style improvementsMichal Čihař
2011-10-24Coding style improvementsMichal Čihař
2011-09-23Use lower case for true, false and nullMadhura Jayaratne
2011-08-20Add MYSQLI_TYPE_VARCHAR to mysqli dbi (required for Drizzle)Piotr Przybylski
2011-08-05Merge remote-tracking branch 'origin/master' into drizzlePiotr Przybylski
2011-08-05Coding style, function definitionsMichal Čihař
2011-08-04Drizzle DBI: default to fully buffered query, like in mysql and mysqliPiotr Przybylski
2011-08-01Drizzle dbi - PMA_DBI_get_client_info should return Drizzle version it was bu...Piotr Przybylski
2011-07-31Drizzle dbi:Piotr Przybylski
2011-07-30Drizzle dbi - segfault suddenly disappeared from there so use proper codePiotr Przybylski
2011-07-30Drizzle dbi - PMA_DBI_get_host_info - work around a segfaultPiotr Przybylski
2011-07-30Fix affectedRows for drizzle dbi, circumvent a few drizzle module segfaults r...Piotr Przybylski
2011-07-30Marked drizzle dbi as experimentalPiotr Przybylski
2011-07-29Work around some segfaults in drizzle extension, still some segfaults leftPiotr Przybylski
2011-07-29A few bugfixes for drizzle dbiPiotr Przybylski
2011-07-28database interface files for drizzle PHP extensionPiotr Przybylski
2011-07-28CommentsPiotr Przybylski
2011-07-27Remove invalid usage of $php_errormsgPiotr Przybylski
2011-07-27Simplify PMA_DBI_free_resultPiotr Przybylski
2011-07-27Support persistent connections with mysqli extension (only PHP 5.3.0 and newer)Piotr Przybylski
2011-07-27mysql extension - remove 'persistent' parameterPiotr Przybylski
2011-07-27CommentsPiotr Przybylski
2011-07-27Improve readabilityPiotr Przybylski
2011-07-27This should be checked in common, not in dbi libraryPiotr Przybylski
2011-07-27Fix incorrect variable namePiotr Przybylski
2011-06-27Remove @uses tags from docblocksMichal Čihař
2011-06-06Merge branch 'master' into rteRouslan Placella
2011-06-06Fixed "Commands out of sync" error when executing stored Routines.Rouslan Placella