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: 2ce8affc66a5
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 3850270ca844
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 27, 2018

  1. refactor(search): rewite SearchState to make behavior more obvious

    As suggested by @splitbrain SearchState now behaves simliar to the PSR-7
    message interfaces.
    micgro42 committed Mar 27, 2018
    Copy the full SHA
    52d4cd4 View commit details
    Browse the repository at this point in the history
  2. refactor(search): provide before/after arguments to search event

    This way they can be cleanly influenced by the plugins instead of having
    to modify global state.
    micgro42 committed Mar 27, 2018
    Copy the full SHA
    3850270 View commit details
    Browse the repository at this point in the history