Skip to content
Snippets Groups Projects
  1. Sep 19, 2016
  2. Sep 07, 2016
  3. Sep 06, 2016
  4. Sep 05, 2016
  5. Aug 30, 2016
  6. Aug 25, 2016
  7. Aug 23, 2016
  8. Aug 22, 2016
  9. Aug 10, 2016
  10. 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
  11. Aug 03, 2016
  12. Aug 01, 2016
  13. Jul 27, 2016
  14. Jul 19, 2016
  15. Jul 18, 2016
  16. Jul 17, 2016
  17. Jul 16, 2016
  18. Jul 03, 2016
  19. Jul 01, 2016
  20. Jun 28, 2016
  21. Jun 27, 2016
    • Andreas Gohr's avatar
      make adLDAP function public again. #1616 · da2b416b
      Andreas Gohr authored
      It seems some update of the adLDAP library made a crucial function
      protected, thus breaking the authad plugin.
      
      This just makes the function public again, which should fix the
      immeadiate problem. A proper fix would need to do #1553 as well
      da2b416b
  22. Jun 26, 2016
  23. Jun 25, 2016
Loading