Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  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