[phpMyAdmin Git] [phpmyadmin/phpmyadmin] f9c73c: Remove special casing for font size

Michal Čihař michal at cihar.com
Tue Nov 28 15:37:09 CET 2017


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: f9c73c7b10e5c57bfb8deb965491f84c9d6623c7
      https://github.com/phpmyadmin/phpmyadmin/commit/f9c73c7b10e5c57bfb8deb965491f84c9d6623c7
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M doc/config.rst
    M index.php
    M libraries/classes/Config.php
    M libraries/classes/Config/Descriptions.php
    M libraries/classes/Config/Forms/User/FeaturesForm.php
    M libraries/classes/Theme.php
    M libraries/classes/UserPreferences.php
    M libraries/config.default.php
    M libraries/config.values.php
    M prefs_manage.php
    M test/classes/ConfigTest.php
    M test/classes/ThemeTest.php

  Log Message:
  -----------
  Remove special casing for font size

It is now stored in configuration in same way as any other setting.

Issue #13466
Issue #11688

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


  Commit: 263722fef8f69a15976c4cf2849ccd99d2770417
      https://github.com/phpmyadmin/phpmyadmin/commit/263722fef8f69a15976c4cf2849ccd99d2770417
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M index.php
    M libraries/classes/ThemeManager.php

  Log Message:
  -----------
  Move theme selection to index.php

- It really makes no sense to do this on every request.
- We want to redirect after changing to make sure page is loaded with new theme.
- Use value only from POST request (it used to be set by GET in past as well).

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


  Commit: 216f403c28aac70980f1a5fc83a0d6660bb94150
      https://github.com/phpmyadmin/phpmyadmin/commit/216f403c28aac70980f1a5fc83a0d6660bb94150
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M doc/config.rst
    M js/navigation.js
    M libraries/classes/Config/Descriptions.php
    M libraries/classes/Config/Forms/User/NaviForm.php
    M libraries/config.default.php
    M libraries/config.values.php

  Log Message:
  -----------
  Store navigation width in user preferences

There is no need to have this separetely.

Issue #13466
Issue #11688

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


  Commit: 2e03d11e342266f26f0efb19227aa48279391d7e
      https://github.com/phpmyadmin/phpmyadmin/commit/2e03d11e342266f26f0efb19227aa48279391d7e
  Author: Michal Čihař <michal at cihar.com>
  Date:   2017-11-28 (Tue, 28 Nov 2017)

  Changed paths:
    M js/navigation.js

  Log Message:
  -----------
  Remove artifical limit for navigation width

I have no clue what were the original intentions here, but this doesn't
make sense at all.

Fixes #13816

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/cbbf0d5ccf8a...2e03d11e3422


More information about the Git mailing list