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

Commits on Mar 27, 2018

  1. Copy the full SHA
    c5bd572 View commit details
    Browse the repository at this point in the history
  2. fix: display "show" item in page menu during search action

    Since we no longer change the page during a search, using the "show"
    menu item to return to the current page makes more sense.
    micgro42 committed Mar 27, 2018
    Copy the full SHA
    220966d View commit details
    Browse the repository at this point in the history
  3. fix(search): don't search for current page if submitting empty form

    Pressing enter in the small quick-search-box while it was empty resulted
    in a search for the current pageid.
    micgro42 committed Mar 27, 2018
    Copy the full SHA
    3286c65 View commit details
    Browse the repository at this point in the history
  4. feat(Form): add parameter to omit security token in forms

    This is useful for anonymously useable forms, like the search.
    micgro42 committed Mar 27, 2018
    Copy the full SHA
    7fa270b View commit details
    Browse the repository at this point in the history