Skip to content
Snippets Groups Projects
  1. Jan 15, 2009
  2. Jan 14, 2009
    • Andreas Gohr's avatar
      removed punbb auth backend · 1e4a1d18
      Andreas Gohr authored
      Since PunBB 1.2.x is no longer current but PunBB 1.3.x is not supported by the
      backend it is removed from the default distribution. The code was put up on
      http://www.dokuwiki.org/auth:punbb
      
      Note, that changes making an 1.3.x compatible version possible where pushed
      earlier this day.
      
      darcs-hash:20090114203914-7ad00-07063accb48675952792b9d06760bf9a748d5cd1.gz
      1e4a1d18
    • Andreas Gohr's avatar
      function_exists checks in utf8 lib for compatibility with 3rd party libs · df957b36
      Andreas Gohr authored
      The DokuWiki UTF-8 library and its derivates are very popular in Open Source
      PHP software. This makes trouble due to name clashes, when 3rd party
      software libraries need to be loaded within DokuWiki.
      
      A common example is using the authentication libraries of popular forum
      systems (PHP3, PunBB3).
      
      With the checks added, DokuWiki will rely on the 3rd party UTF-8 functions
      instead of its own ones. As long as they are really the same, this will
      work.
      
      Users of 3rd party libs need to check compatibility between implementations
      themselves.
      
      darcs-hash:20090114201824-7ad00-40fcc2e1abec42adabef5596a6617fbaa22291d5.gz
      df957b36
    • Arne Pelka's avatar
      German language update · 6a83a919
      Arne Pelka authored
      darcs-hash:20090114194125-ce5f5-57ad64d6f969272d6d37dd7268146d2e5842b28e.gz
      6a83a919
    • Andreas Gohr's avatar
      fixed typo in tpl_license() · 1481facf
      Andreas Gohr authored
      darcs-hash:20090114185521-7ad00-3bb2c0be133fb4a3077613006b8e93f10b7d798a.gz
      1481facf
    • Michael Klier's avatar
      minor cosmetic fix for tpl_license() · 5bb99c63
      Michael Klier authored
      darcs-hash:20090114054432-23886-99834406fd085fd7d3f49fd4f6cffc618adfadc8.gz
      5bb99c63
    • Andreas Gohr's avatar
      fixed corrupt if statement introduced by earlier patch · 06156f3c
      Andreas Gohr authored
      darcs-hash:20090114175244-7ad00-22fe37641598c13f13266bf0b50c3b93fe912344.gz
      06156f3c
    • Andreas Gohr's avatar
      Added HTTP check for data directory security · 3b1dfc83
      Andreas Gohr authored
      The ?do
      
      darcs-hash:20090114174724-7ad00-cc45b798d930b7e87c3c820925982fb8201cf7f4.gz
      3b1dfc83
    • Andreas Gohr's avatar
      make HTTP SSO possible for IIS or rewriting · 528ddc7c
      Andreas Gohr authored
      DokuWiki silently attemps to resuse received HTTP auth credentials for
      user logins. Unfortunately these are only passed to PHP when using
      mod_php. IIS provides a HTTP_AUTHORIZATION header which now will
      be decoded and used as well.
      
      This header can also be faked via mod_rewrite:
      
      <IfModule mod_rewrite.c>
      RewriteEngine on
      RewriteRule .* - [E
      
      darcs-hash:20090114153601-7ad00-6c75e8568eda6753834981642eed638b9eb01694.gz
      528ddc7c
  3. Jan 13, 2009
  4. Jan 12, 2009
  5. Jan 05, 2009
  6. Jan 04, 2009
  7. Jan 02, 2009
  8. Dec 29, 2008
    • michael's avatar
      Workaround for a PHP/libxml-bug with entities · 8285d596
      michael authored
      As described on http://bugs.php.net/bug.php?idE996, current versions of libxml (2.7.0/1) lead to the fact that the xml parser of PHP eats predefined entities. As proposed on http://bugs.simplepie.org/issues/show/101 predefined entities are replaced by their numeric equivalents. There is no condition in this patch as there are people reporting it isn't gone in 2.7.2, i can confirm that, and furthermore here PHP is reporting libxml 20632 and the bug exists, too (it is linked to libxml2 though which has version 2.7.2). As soon as there is definite knowledge on which versions are actually concerned and how to detect them in PHP a condition should be added as this patch might decrease the performance of the affected functions.
      
      darcs-hash:20081229213341-074e0-10e0cca836c6599efe4d3dfd45f512d624d0a808.gz
  9. Dec 30, 2008
  10. Dec 26, 2008
  11. Dec 18, 2008
  12. Dec 16, 2008
  13. Dec 13, 2008
  14. Dec 12, 2008
  15. Dec 13, 2008
    • Andreas Gohr's avatar
      don't check for file existance in fullpath() by default · b328697d
      Andreas Gohr authored
      In most (all) calls to fullpath() the existance of the resulting path is not
      important or is checked externally, so checking inside fullpath() is a waste
      of CPU cycles.
      
      darcs-hash:20081213083355-7ad00-4987a85950a13e5d3c527b3b17b1092e0fa1c567.gz
      b328697d
  16. Dec 12, 2008
Loading