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: 4445501665c8
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 853310867059
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jun 1, 2018

  1. add method to EventHandler to check if an event is actually handled

    Sometimes, preparing the data for an event is expensive and only needed
    if the event is actually handled. This allows for a quick check before
    actually preparing and triggering the event.
    splitbrain committed Jun 1, 2018
    Copy the full SHA
    adda4e9 View commit details
    Browse the repository at this point in the history
  2. avoid creating expensive stacktrace in dbg_deprecated()

    now the method is aborting early again unless the data is actually used
    splitbrain committed Jun 1, 2018
    Copy the full SHA
    8533108 View commit details
    Browse the repository at this point in the history