Skip to content
Snippets Groups Projects
  1. Mar 15, 2016
  2. 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
  3. Feb 17, 2016
  4. Nov 27, 2015
  5. Sep 25, 2015
  6. 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
  7. Aug 18, 2015
  8. Aug 13, 2015
  9. 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
  10. Jul 22, 2015
  11. Jul 18, 2015
  12. Jul 16, 2015
  13. Jul 12, 2015
  14. Jun 30, 2015
  15. May 29, 2015
  16. 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
  17. May 16, 2015
  18. May 15, 2015
  19. May 11, 2015
  20. May 08, 2015
  21. May 06, 2015
  22. Apr 25, 2015
  23. Mar 18, 2015
  24. Mar 16, 2015
Loading