Skip to content
Snippets Groups Projects
  1. Aug 14, 2017
  2. Aug 10, 2017
  3. Aug 01, 2017
  4. Jul 28, 2017
  5. Jul 26, 2017
    • Michael Große's avatar
      Fix PHP Notices: Reduce error log noise · 8f34cf3d
      Michael Große authored
      While DokuWiki suppresses PHP Notices they are still a code smell and
      should be fixed. This fixes some PHP Notices that occurred.
      
      Some of these fixes could be refactored into nicer code once we move to
      PHP 7 and get access to the `??` operator.
      8f34cf3d
  6. Jul 23, 2017
  7. Jul 13, 2017
  8. Jul 05, 2017
  9. Jun 30, 2017
  10. Jun 27, 2017
  11. Jun 26, 2017
  12. Jun 14, 2017
  13. Jun 12, 2017
  14. Jun 06, 2017
  15. Jun 02, 2017
  16. May 23, 2017
  17. May 21, 2017
  18. May 13, 2017
  19. May 12, 2017
  20. Apr 24, 2017
  21. Apr 19, 2017
  22. Apr 18, 2017
    • Dharmik's avatar
      Fix Typo in remote API (#1938) · 32b2e368
      Dharmik authored
      * Updated remote.php
      
      Updated remote.php for retrieving all the acl details.
      
      * Updated remote.php
      
      By mistake changed in addAcl instead of listAcls.
      32b2e368
  23. Apr 05, 2017
  24. Apr 04, 2017
  25. Mar 31, 2017
    • Andreas Gohr's avatar
      mark some tests as non-risky · 1bff2aba
      Andreas Gohr authored
      Those tests either just check that an exception is NOT thrown or are
      there to check dependencies for other tests. Newer phpunits mark all
      tests as risky that have no assertion.
      1bff2aba
  26. Mar 16, 2017
    • Àngel Pérez Beroy's avatar
      translation update · b92d070d
      Àngel Pérez Beroy authored
      b92d070d
    • Martin Růžička's avatar
      translation update · f502bbbb
      Martin Růžička authored
      squashed a whole bunch of PRs
      
      closes #1907
      closes #1908
      closes #1909
      closes #1910
      closes #1911
      closes #1912
      closes #1913
      closes #1914
      closes #1915
      closes #1916
      closes #1917
      closes #1918
      closes #1919
      closes #1920
      closes #1921
      closes #1922
      f502bbbb
  27. Mar 14, 2017
  28. Mar 13, 2017
    • Gerry Weißbach's avatar
      Check for cache usage first · e7c68c4d
      Gerry Weißbach authored
      This is important because the $cache->cache would have been set already and have no impact on the delivered result. Meaning: two different requests could have resulted in the same result.
      e7c68c4d
  29. Feb 28, 2017
  30. Feb 27, 2017
  31. Feb 25, 2017
  32. Feb 22, 2017
Loading