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
      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
    • Anika Henke's avatar
      Fix buttons with invalid empty name attributes · 7dfce451
      Anika Henke authored
      The search buttons from the search form on the top of the page
      as well as the search page both produce invalid HTML
      due to the name attribute being empty.
      As the name is required for each of the PHP functions
      producing the buttons and is passed as an empty string,
      this makes sure that parameters with empty strings get skipped.
      7dfce451
  3. Apr 14, 2018
  4. Apr 13, 2018
  5. Apr 12, 2018
  6. Apr 11, 2018
    • Andreas Gohr's avatar
      shortened new search configs · 13ce475d
      Andreas Gohr authored
      shorter names are more in line with what we already use, makes less
      layout problems in the documentation and is easier to type when telling
      people about it.
      13ce475d
  7. Apr 10, 2018
  8. Apr 05, 2018
  9. Mar 29, 2018
  10. Mar 28, 2018
  11. Mar 27, 2018
Loading