[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 5fd7b2: Avoid getting tracking version for non tracked tab...

Michal Čihař michal at cihar.com
Tue Jun 13 17:35:51 CEST 2017


  Branch: refs/heads/QA_4_7
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 5fd7b2c9dee5bfaab302650a734d5c5e491df5e8
      https://github.com/phpmyadmin/phpmyadmin/commit/5fd7b2c9dee5bfaab302650a734d5c5e491df5e8
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M libraries/Tracker.php

  Log Message:
  -----------
  Avoid getting tracking version for non tracked tables

We won't use it anyway, so it's better to avoid that query.

Issue #13318

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


  Commit: 4f30297d38685880ecbd9143f67d6cf404c6c320
      https://github.com/phpmyadmin/phpmyadmin/commit/4f30297d38685880ecbd9143f67d6cf404c6c320
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M ChangeLog
    M libraries/Tracker.php

  Log Message:
  -----------
  Cache tracker enabled per table

This can be executed quite a lot of times during import and there is no
reason to query database again during that.

Fixes #13318

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


  Commit: 1ecf2561a1cd73ffa11128e246ebd08bad3b756f
      https://github.com/phpmyadmin/phpmyadmin/commit/1ecf2561a1cd73ffa11128e246ebd08bad3b756f
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M templates/export/alias_item.phtml

  Log Message:
  -----------
  Unmark field as required

Otherwise the hidden field blocks form submission.

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/7af85633c49e...1ecf2561a1cd


More information about the Git mailing list