Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dokuwiki/dokuwiki
base: f74addc3e206
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: f8dcd5b0e309
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 1, 2018

  1. fallback classes for plugins inheriting from old settings classes

    This will still throw a signature mismatch warning on PHP7 but at least
    it is no longer fatal.
    splitbrain committed Jun 1, 2018
    Copy the full SHA
    a6e1db4 View commit details
    Browse the repository at this point in the history
  2. do not initialize the configuration in constructor

    The class gets instantiated for showing the admin menu. There's no need
    to always load the whole configuration there. It's only needed when the
    Config screen is actually shown. So loading it in handler() instead
    should be good enough.
    splitbrain committed Jun 1, 2018
    Copy the full SHA
    f8dcd5b View commit details
    Browse the repository at this point in the history