[phpMyAdmin Git] [phpmyadmin/phpmyadmin] bb26e2: Remove deprecated variables

Michal Čihař michal at cihar.com
Tue May 16 15:15:51 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: bb26e2e0d96baaeaa7bca99270b50f53cf47decf
      https://github.com/phpmyadmin/phpmyadmin/commit/bb26e2e0d96baaeaa7bca99270b50f53cf47decf
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M libraries/Config.php
    M test/classes/ConfigTest.php

  Log Message:
  -----------
  Remove deprecated variables

These should not be used for few years.

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


  Commit: 941e861abad7ddb0a3065c7ef304b89a899ccbf0
      https://github.com/phpmyadmin/phpmyadmin/commit/941e861abad7ddb0a3065c7ef304b89a899ccbf0
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M libraries/Config.php
    M test/bootstrap-dist.php
    M test/classes/ConfigTest.php

  Log Message:
  -----------
  Define major version

This will be later used as compatiblity check for themes.

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


  Commit: 833f40496c4daf406ddbd821f2b6180c82a004c7
      https://github.com/phpmyadmin/phpmyadmin/commit/833f40496c4daf406ddbd821f2b6180c82a004c7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M doc/faq.rst
    A doc/themes.rst
    M doc/user.rst

  Log Message:
  -----------
  Create separate document for themes

This will make it more visible and can provide more detailed
instructions than FAQ entry.

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


  Commit: d568c25921d86dbf2f1e3e523ffd8cf5228b4423
      https://github.com/phpmyadmin/phpmyadmin/commit/d568c25921d86dbf2f1e3e523ffd8cf5228b4423
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M doc/themes.rst
    M libraries/Theme.php
    M test/classes/ThemeManagerTest.php
    M test/classes/ThemeTest.php
    R test/classes/_data/gen_version_info/info.inc.php
    A test/classes/_data/gen_version_info/theme.json
    R test/classes/_data/incorrect_theme/info.inc.php
    A test/classes/_data/incorrect_theme/theme.json
    R themes/original/info.inc.php
    A themes/original/theme.json
    R themes/pmahomme/info.inc.php
    A themes/pmahomme/theme.json

  Log Message:
  -----------
  Use JSON for theme metadata

- it allows processing without need to interpret PHP code
- it makes it easier to structure the information
- include supported version info (fixes #13167)
- include author name and URL (fixes https://github.com/phpmyadmin/website/issues/57)

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


  Commit: ae5ca6e756f49e0248d2f0da021590e314fc9060
      https://github.com/phpmyadmin/phpmyadmin/commit/ae5ca6e756f49e0248d2f0da021590e314fc9060
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-05-16 (Tue, 16 May 2017)

  Changed paths:
    M doc/faq.rst
    A doc/themes.rst
    M doc/user.rst
    M libraries/Config.php
    M libraries/Theme.php
    M test/bootstrap-dist.php
    M test/classes/ConfigTest.php
    M test/classes/ThemeManagerTest.php
    M test/classes/ThemeTest.php
    R test/classes/_data/gen_version_info/info.inc.php
    A test/classes/_data/gen_version_info/theme.json
    R test/classes/_data/incorrect_theme/info.inc.php
    A test/classes/_data/incorrect_theme/theme.json
    R themes/original/info.inc.php
    A themes/original/theme.json
    R themes/pmahomme/info.inc.php
    A themes/pmahomme/theme.json

  Log Message:
  -----------
  Merge pull request #13261 from nijel/theme-metadata

Rewrite theme metadata handling


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/54c100f5f3c2...ae5ca6e756f4


More information about the Git mailing list