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

Commits on Mar 22, 2018

  1. refactor: make tpl_seachform use dokuwiki\Form

    This makes it easier to read, reason and extend.
    micgro42 committed Mar 22, 2018
    Copy the full SHA
    3c7a332 View commit details
    Browse the repository at this point in the history
  2. feat(search): add origin page as parameter

    There are several use cases in which knowing the page where a search
    request originated would be useful. This commit adds a `from` parameter
    which provides that information.
    micgro42 committed Mar 22, 2018
    Copy the full SHA
    cbcc2fa View commit details
    Browse the repository at this point in the history
  3. feat(search): add config options to adjust default behavior

    This adds two new config options:
    
    `search_limit_to_first_ns`:
    Limit the search to the current X namespaces. When a search is executed
    from a page within a deeper namespace, the first X namespaces will be
    added as filter.
    Possible use case could be with language namespaces to ensure that the
    default search is initially within the current language.
    
    `search_default_fragment_behaviour`:
    Option to specify the default fragment search behavior
    micgro42 committed Mar 22, 2018
    Copy the full SHA
    d09b5b6 View commit details
    Browse the repository at this point in the history