Skip to content
Snippets Groups Projects
  1. Aug 10, 2016
  2. 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
  3. Aug 03, 2016
  4. Aug 01, 2016
  5. Jul 27, 2016
  6. Jul 19, 2016
  7. Jul 18, 2016
  8. Jul 17, 2016
  9. Jul 16, 2016
  10. Jul 03, 2016
  11. Jul 01, 2016
  12. Jun 28, 2016
  13. 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
  14. Jun 26, 2016
  15. Jun 25, 2016
  16. Jun 24, 2016
  17. Jun 22, 2016
  18. Jun 19, 2016
  19. Jun 14, 2016
  20. Jun 12, 2016
  21. Jun 11, 2016
Loading