[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 851244: Use existing detection for showing server type

Michal Čihař michal at cihar.com
Mon Jul 17 15:18:45 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 8512442a7b00059f2e26e2472334377f162f9e0c
      https://github.com/phpmyadmin/phpmyadmin/commit/8512442a7b00059f2e26e2472334377f162f9e0c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php
    M libraries/classes/Util.php

  Log Message:
  -----------
  Use existing detection for showing server type

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 0effb3012cf3931640a71850e5521a3c3f4a21f4
      https://github.com/phpmyadmin/phpmyadmin/commit/0effb3012cf3931640a71850e5521a3c3f4a21f4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M index.php

  Log Message:
  -----------
  Use new API to report version and comment

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 302a10e43b85c7ab0dbbe1386dea824f66c98d99
      https://github.com/phpmyadmin/phpmyadmin/commit/302a10e43b85c7ab0dbbe1386dea824f66c98d99
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php
    M test/bootstrap-dist.php
    M test/libraries/PMA_server_privileges_test.php

  Log Message:
  -----------
  Remove no longer used PMA_MYSQL_VERSION_COMMENT define

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 91ce11809da6147f75ede5ba0ee6f57f8b1d34b4
      https://github.com/phpmyadmin/phpmyadmin/commit/91ce11809da6147f75ede5ba0ee6f57f8b1d34b4
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php

  Log Message:
  -----------
  Make fallback value consistent with what we use in tests

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 88881572becea880a6a3d6f39822f67bcd583f84
      https://github.com/phpmyadmin/phpmyadmin/commit/88881572becea880a6a3d6f39822f67bcd583f84
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/TypesMySQL.php

  Log Message:
  -----------
  Convert Types to use new API for getting server version

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: 339d42ca5df924fc7b1fa44ac0bba4907487b974
      https://github.com/phpmyadmin/phpmyadmin/commit/339d42ca5df924fc7b1fa44ac0bba4907487b974
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php
    M libraries/dbi/dbi_dummy.inc.php

  Log Message:
  -----------
  Remove no longer used PMA_MARIADB define

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: e05d5f4bf4200b16d91d0df676eae6c998a48369
      https://github.com/phpmyadmin/phpmyadmin/commit/e05d5f4bf4200b16d91d0df676eae6c998a48369
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/classes/DatabaseInterface.php
    M libraries/classes/VersionInformation.php
    M libraries/plugins/export/ExportLatex.php
    M libraries/plugins/export/ExportSql.php
    M libraries/plugins/export/ExportXml.php
    M test/bootstrap-dist.php
    M test/classes/plugin/export/ExportLatexTest.php
    M test/classes/plugin/export/ExportSqlTest.php
    M test/classes/plugin/export/ExportXmlTest.php

  Log Message:
  -----------
  Remove PMA_MYSQL_STR_VERSION

Replace it by DatabaseInterface::getVersionString.

Signed-off-by: Michal Čihař <michal at cihar.com>


  Commit: e471d6b5eb7a23c3d7be4bd461a30b189754e46b
      https://github.com/phpmyadmin/phpmyadmin/commit/e471d6b5eb7a23c3d7be4bd461a30b189754e46b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-07-17 (Mon, 17 Jul 2017)

  Changed paths:
    M libraries/server_privileges.lib.php
    M test/libraries/PMA_server_privileges_test.php
    M user_password.php

  Log Message:
  -----------
  Remove PMA_MYSQL_INT_VERSION from privileges code

This allows us to get rid of runkit dependency on testing this.

Fixes #13484

Signed-off-by: Michal Čihař <michal at cihar.com>


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/89fb42f99bf3...e471d6b5eb7a


More information about the Git mailing list