Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
    • Michael Große's avatar
      fix(search): ensure consistent html in search results · 5d06a1e4
      Michael Große authored
      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
      Unverified
      5d06a1e4
  2. Apr 15, 2018
    • Anika Henke's avatar
      Fix invalid HTML in search results · 7c15eaa2
      Anika Henke authored
      Recent changes to the search results page added various divs
      to the pre-existing description list, which is invalid.
      This fixes that by a) removing a couple of unnecessary elements
      and b) interpret the 'last modified' line as another 'dd'.
      7c15eaa2
    • Anika Henke's avatar
      Fix links with invalid empty target attributes · 5d021066
      Anika Henke authored
      The advanced search options list links with an invalid empty target
      attribute. This fixes that by skipping empty parameters.
      5d021066
  3. Apr 13, 2018
  4. Mar 29, 2018
  5. Mar 28, 2018
  6. Mar 27, 2018
  7. Mar 26, 2018
  8. Mar 23, 2018
  9. Mar 22, 2018
  10. Mar 21, 2018
  11. Mar 20, 2018
    • Michael Große's avatar
      feat(search): add search assistance for simple queries · bb8ef867
      Michael Große authored
      This add some search assistance to simple, single-word search queries
      which may be restricted to a single namespace.
      
      Further improvements:
      * better styling
      * trigger events for other plugins
      * set namespaces directly from fulltext search results
      * some more config options
      Unverified
      bb8ef867
  12. Mar 19, 2018
Loading