[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 600373: Avoid messing up with configuration values having ...

Michal Čihař michal at cihar.com
Tue Feb 14 11:54:14 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 600373e9ba9d2fab404c4acceef0f05edf25194c
      https://github.com/phpmyadmin/phpmyadmin/commit/600373e9ba9d2fab404c4acceef0f05edf25194c
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M libraries/Config.php

  Log Message:
  -----------
  Avoid messing up with configuration values having / in keys

This confuses user configuration as it does use these values while rest
of the code does not. So the setting appears to be active while it does
not actually work.

Fixes #12832

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


  Commit: 8767499594f3027c7b659483d17e98f6ec3a99b0
      https://github.com/phpmyadmin/phpmyadmin/commit/8767499594f3027c7b659483d17e98f6ec3a99b0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M libraries/Config.php

  Log Message:
  -----------
  Avoid using ARRAY_FILTER_USE_KEY

As these are not supported on PHP 5.5 and HHVM.

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


  Commit: e7951f733daf2e958f812c2c69c8dbfaef6ba8ae
      https://github.com/phpmyadmin/phpmyadmin/commit/e7951f733daf2e958f812c2c69c8dbfaef6ba8ae
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M ChangeLog
    M libraries/navigation/NavigationTree.php

  Log Message:
  -----------
  List all databses in navigation panel database dropdown

Fixes #12996

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


  Commit: 889ccb6555ce3a6375d9d686ef4911f8404db67e
      https://github.com/phpmyadmin/phpmyadmin/commit/889ccb6555ce3a6375d9d686ef4911f8404db67e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M ChangeLog
    M js/tbl_relation.js

  Log Message:
  -----------
  Better defaults when creating multi fields foreign key

It does not make sense to set all fields to one key.

Fixes #12980

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


  Commit: 8f8943abf43eebed30190bb593d2f3c946591299
      https://github.com/phpmyadmin/phpmyadmin/commit/8f8943abf43eebed30190bb593d2f3c946591299
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M ChangeLog
    M libraries/controllers/table/TableRelationController.php
    M templates/table/relation/foreign_key_row.phtml
    M templates/table/relation/relational_dropdown.phtml

  Log Message:
  -----------
  Improved foreign key editor

- sort numerically with NaturalOrder
- do not add extra empty value on not set foreign keys

Fixes #12976

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


  Commit: c86aa9b2752f7db07162185c35e0e423f485591b
      https://github.com/phpmyadmin/phpmyadmin/commit/c86aa9b2752f7db07162185c35e0e423f485591b
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M ChangeLog
    M js/error_report.js

  Log Message:
  -----------
  Always show error reporting dialog on top

Fixes #12958

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


  Commit: 92f59bce772caefaf6755eec39b54c4628cc3f94
      https://github.com/phpmyadmin/phpmyadmin/commit/92f59bce772caefaf6755eec39b54c4628cc3f94
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M libraries/controllers/table/TableSearchController.php

  Log Message:
  -----------
  Check if whole path is set

Fixes #12953

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


  Commit: 161f0d6418048db3f6089e982e5e423411bba9a1
      https://github.com/phpmyadmin/phpmyadmin/commit/161f0d6418048db3f6089e982e5e423411bba9a1
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-02-14 (Tue, 14 Feb 2017)

  Changed paths:
    M ChangeLog
    M js/error_report.js
    M js/tbl_relation.js
    M libraries/Config.php
    M libraries/controllers/table/TableRelationController.php
    M libraries/controllers/table/TableSearchController.php
    M libraries/navigation/NavigationTree.php
    M templates/table/relation/foreign_key_row.phtml
    M templates/table/relation/relational_dropdown.phtml

  Log Message:
  -----------
  Merge branch 'QA_4_7'


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/26ff0c7b5ad3...161f0d641804


More information about the Git mailing list