Skip to content
Snippets Groups Projects
  1. Sep 26, 2016
  2. Sep 25, 2016
  3. Sep 21, 2016
  4. Sep 20, 2016
  5. Sep 18, 2016
  6. Sep 07, 2016
  7. Sep 06, 2016
  8. Sep 05, 2016
  9. Aug 30, 2016
  10. Aug 25, 2016
  11. Aug 23, 2016
  12. Aug 22, 2016
  13. Aug 10, 2016
  14. Aug 09, 2016
    • Andreas Gohr's avatar
      fix tests for newer PHPUnit. fixes #1643 · db5867f1
      Andreas Gohr authored
      getMock is deprecated in new PHPUnit versions and createMock is the
      recommended replacement. However that one is not available in older
      PHPUnit releases. Since we still support older PHP releases we have to
      support older PHPUnit releases as well.
      
      This add some compatibility functions to our TestCase class and replaces
      all calls to getMock. Tested with PHPUnit 4.6.6 and 5.5.0.
      db5867f1
    • Andreas Gohr's avatar
      Check the server has a sensible time · d6c7b502
      Andreas Gohr authored
      DokuWiki assumes that the server's time is correct. Especially page
      revisions and cache handling depend on correct time. If that's not the
      case it can lead to problems later (as mentioned in #1644).
      
      This patch adds a very simple time check using the Date response header
      from the DokuWiki server to our do=check mechanism.
      d6c7b502
  15. Aug 03, 2016
  16. Aug 01, 2016
  17. Jul 27, 2016
  18. Jul 19, 2016
  19. Jul 18, 2016
  20. Jul 17, 2016
  21. Jul 16, 2016
  22. Jul 03, 2016
  23. Jul 01, 2016
  24. Jun 28, 2016
Loading