Skip to content
Snippets Groups Projects
  1. Apr 13, 2018
    • Andreas Gohr's avatar
      make testing of inaccessible methods easier · 210ff133
      Andreas Gohr authored
      While it's generally frowned upon testing privates, it can often be
      useful and the easier way to write tests. Eg you want to test something
      complicated method that is important, but you do not want to expose it
      directly to other classes...
      
      This new method uses reflection to make access to such methods possible
      from within tests without the need for intermediate classes.
      210ff133
  2. Apr 12, 2018
  3. Mar 21, 2018
    • Michael Große's avatar
      feat: add a simple unparser for parsed search queries · 44156e11
      Michael Große authored
      To allow creating links with manipulated versions of the current search
      query an unparser is necessary. However, the current output of ft_queryParser
      makes some advanced features hard to detect. Therefore the new
      ft_queryUnparser_simple cannot handle negated phrases and `OR` searches.
      
      It should still cover 98% of search queries.
      44156e11
  4. Mar 06, 2018
  5. Feb 15, 2018
    • LarsDW223's avatar
      Refactored section edit · ec57f119
      LarsDW223 authored
      The data for the section edit button is now passed as an assoziative array which is
      encoded in the '#<!-- EDIT(.*) -->#' placeholder as an JSON array.
      ec57f119
  6. Dec 26, 2017
  7. Oct 26, 2017
  8. Sep 20, 2017
  9. Sep 11, 2017
  10. Sep 02, 2017
  11. Aug 29, 2017
  12. Aug 27, 2017
  13. Aug 25, 2017
  14. Aug 03, 2017
  15. Jul 28, 2017
  16. Jul 23, 2017
  17. May 25, 2017
  18. May 24, 2017
  19. May 21, 2017
  20. May 13, 2017
  21. May 12, 2017
Loading