Skip to content
Snippets Groups Projects
  1. May 16, 2018
  2. May 02, 2018
    • Andreas Gohr's avatar
      fix draft recovering · 1362c8af
      Andreas Gohr authored
      The actual draft text got lost when we changed to showing the diff
      instead of the full draft.
      1362c8af
  3. Apr 30, 2018
  4. Apr 27, 2018
  5. Apr 26, 2018
  6. Apr 25, 2018
  7. Apr 24, 2018
  8. Apr 23, 2018
  9. Apr 20, 2018
  10. Apr 19, 2018
  11. Apr 17, 2018
  12. 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
    • Michael Hamann's avatar
      Prevent HTML and JS injection in section names · ada0d779
      Michael Hamann authored
      Before this change, HTML and some JS code (as far as it was not escaped
      by json_encode) could be injected into the output as the closing pattern
      that is checked by the regex is not escaped in JSON (see test case).
      ada0d779
  13. Apr 14, 2018
    • Andreas Gohr's avatar
      fallback for new section editing. fixes #2311 · ac025fdf
      Andreas Gohr authored
      The displayed message now shows the target that was passed, which should
      help identifying the troubling plugin.
      
      Instead of failing, we fix the data ourselves - this code will be
      removed in the future.
      ac025fdf
  14. Apr 13, 2018
  15. Apr 12, 2018
  16. 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
  17. Apr 10, 2018
Loading