Skip to content
Snippets Groups Projects
  1. Apr 15, 2016
  2. Apr 11, 2016
  3. Mar 15, 2016
  4. Mar 11, 2016
    • Andreas Gohr's avatar
      add support for new Django hashing methods · 924cc11c
      Andreas Gohr authored
      New Python Django application default to PBKDF2 with SHA256 as a
      password mechanism. This adds support for that mechanism in our
      password hasher class. This will be needed in the tests for the new
      PDO auth plugin.
      924cc11c
  5. Feb 17, 2016
  6. Nov 27, 2015
  7. Sep 25, 2015
  8. Aug 20, 2015
    • Phil Hopper's avatar
      Fix Parser Media tests running locally · d09fc643
      Phil Hopper authored
      These tests were passing on travis-ci but failing when run locally because the tests were assuming the value of DOKU_BASE would be '/./' but it was actually '/tmp/' instead.
      d09fc643
  9. Aug 18, 2015
  10. Aug 13, 2015
  11. Jul 24, 2015
    • Andreas Gohr's avatar
      skip sha512 tests when it's not available · 32c7ba22
      Andreas Gohr authored
      This makes the entire testsuite run through on HHVM 3.8.0 on phpunit
      beta-2015-06-18 :-)
      
      Note: this does not mean that DokuWiki is fully compatible with HHVM,
      but it's a good step!
      32c7ba22
  12. Jul 22, 2015
  13. Jul 18, 2015
  14. Jul 16, 2015
  15. Jul 12, 2015
  16. Jun 30, 2015
  17. May 29, 2015
  18. May 28, 2015
    • Christopher Smith's avatar
      Refactor code to make it simpler. · 9a734b7a
      Christopher Smith authored
      The changes should also:
      - fix unlikely edge case when replacement line is the same as the
        old line (would have resulted in timeout)
      - reduce memory footprint
      - avoid applying string search beyond maxlines replacement limit
      9a734b7a
  19. May 16, 2015
  20. May 15, 2015
  21. May 11, 2015
  22. May 08, 2015
  23. May 06, 2015
  24. Apr 25, 2015
  25. Mar 18, 2015
    • Andreas Gohr's avatar
      corrupted the gz test file more · 8599a179
      Andreas Gohr authored
      it seems that different zlib versions behave different with corrupted files.
      Some return false, some return whatever they still can read from the
      file. the file now should no longer be readable by any version.
      8599a179
    • Andreas Gohr's avatar
      fixed HTTPS proxy tests, our tests now run on httpbin.org · 6abea1c0
      Andreas Gohr authored
      This also reverses the order of crypto protocols tried again. Using TLS
      first again. related to #915
      6abea1c0
    • Andreas Gohr's avatar
      correct error checking for bz2 file reading · d387bf5e
      Andreas Gohr authored
      The code reading .bz2 compressed files did not correctly check for
      possible read errors. In case of a corrupted file this could have led to
      an infinite loop.
      
      Thanks to Filippo Cavallarin from www.segment.technology for dicovering
      this bug.
      d387bf5e
Loading