Skip to content
Snippets Groups Projects
  1. Mar 18, 2016
  2. Nov 27, 2015
    • Andreas Gohr's avatar
      streamline zlib checking #1410 · 13c37900
      Andreas Gohr authored
      Instead of having various function_exists checks all over the place,
      this introduces the constants DOKU_HAS_GZIP and DOKU_HAS_BZIP. All
      non-3rdparty parts of the code using gz* functions should now check if
      zlib is actually available.
      13c37900
  3. Jul 24, 2015
  4. May 29, 2015
  5. 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
  6. May 08, 2015
  7. May 07, 2015
  8. May 06, 2015
  9. Mar 18, 2015
    • 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
  10. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  11. Oct 01, 2014
  12. May 25, 2014
  13. May 21, 2014
  14. Feb 20, 2014
  15. Jan 19, 2014
  16. Jan 06, 2014
  17. Oct 16, 2013
  18. Feb 17, 2013
  19. Feb 16, 2013
  20. Sep 07, 2012
  21. Jul 28, 2012
  22. Mar 13, 2012
    • Andreas Gohr's avatar
      pass the correct clean parameter when reading wiki pages · 7651b376
      Andreas Gohr authored
      DokuWiki's page loading is intended to be filesystem agnostic. DOS line
      endings in pages are supposed to be self healing. This behaviour was
      broken in a change in 2006. As long as you edited pages through DokuWiki
      only you never noticed the bug though.
      7651b376
  23. Dec 08, 2010
  24. Nov 18, 2010
  25. Nov 16, 2010
  26. Jan 31, 2010
    • Andreas Gohr's avatar
      first attempt to centralize all include loading · 16905344
      Andreas Gohr authored
      Classes are loaded throug PHP5's class autoloader, all other
      includes are just loaded by default. This skips a lot of
      require_once calls.
      
      Parser and Plugin stuff isn't handled by the class loader yet.
      16905344
  27. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  28. Jan 19, 2009
  29. Dec 13, 2008
  30. Aug 23, 2008
  31. Apr 07, 2008
  32. Feb 27, 2008
  33. Feb 15, 2008
  34. Jan 18, 2008
Loading