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: 940f24fc8939
Choose a base ref
...
head repository: dokuwiki/dokuwiki
compare: 01c23ba89c0c
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 26, 2018

  1. refactor(search): move filtering by time into _ft_page*

    This is the more appropriate place for that functionality, because now
    it happens inside the default function for the respective pagesearch and
    pagelookup events and can be properly handled by plugins.
    micgro42 committed Mar 26, 2018
    Copy the full SHA
    1b48999 View commit details
    Browse the repository at this point in the history
  2. refactor(search): extract simplified SearchState class

    Building the new search links is complex and we're going to add another
    parameter with the new sorting by mtime. Extracting a new class seems
    like the cleanest way to handle that increasing complexity.
    micgro42 committed Mar 26, 2018
    Copy the full SHA
    18856c5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8d0e286 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6639a15 View commit details
    Browse the repository at this point in the history
  5. feat(search): display search tools as lists on click

    This functionality is inspired by what other large search engines are
    doing.
    micgro42 committed Mar 26, 2018
    Copy the full SHA
    b005809 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    01c23ba View commit details
    Browse the repository at this point in the history