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

Commits on Apr 17, 2018

  1. fix(search): ensure consistent html in search results

    This implements some of the changes discussed in #2314:
    
    1. last mod and number of hits are on the same line and always shown
    2. There is a class around the last mod string so it can be
    hidden/replaced by an icon
    3. All items in the resultBody returned by the event are wrapped in
    `<dd>` tags to ensure validity. They get their array key as class
    4. There is still a wrapper div around each result for styling purposes
    micgro42 committed Apr 17, 2018
    Copy the full SHA
    5d06a1e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    78d786c View commit details
    Browse the repository at this point in the history
  3. Fix(search): restore valid heading hierarchy

    In #2286 the 2nd level heading in the intro was removed, so the h3
    should be promoted to h2.
    micgro42 committed Apr 17, 2018
    Copy the full SHA
    6d55fda View commit details
    Browse the repository at this point in the history