Skip to content
Snippets Groups Projects
  1. Jan 14, 2009
    • 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
  2. Jan 13, 2009
  3. Jan 12, 2009
  4. Jan 05, 2009
  5. Jan 02, 2009
  6. 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
  7. Dec 30, 2008
  8. Dec 26, 2008
  9. Dec 18, 2008
  10. Dec 16, 2008
    • Otto Vainio's avatar
      Finish language update · 94eb88e0
      Otto Vainio authored
      darcs-hash:20081216184544-8d1e6-b3545e256cd69a2ad1436c90eb12d84e43f365ec.gz
      94eb88e0
    • Andreas Gohr's avatar
      ACL user wildcard changed to %USER% FS#1504 :!: · 5d87b2cc
      Andreas Gohr authored
      DokuWiki supports a wildcard which gets replaced with the currently loggedin
      user in its ACL configuration file.
      
      This patch changes the wildcard from @USER@ to %USER% (case sensitive) and
      also makes sure the ACL Manager does not replace the wildcard when displaying
      the currently set rules.
      
      The change was needed for better compatibility with the User Manager without
      complicating the code. The old @USER@ wildcard is still supported, but
      changing an ACL rule using it, through the ACL manager will fail.
      
      It is recommended to update ACL rules using the @USER@ wildchar to use the
      new %USER% one instead.
      
      darcs-hash:20081216171126-7ad00-94ce0c2afa411abc936f13572efd0e31941901ee.gz
      5d87b2cc
  11. Dec 13, 2008
  12. Dec 12, 2008
  13. 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
  14. Dec 12, 2008
  15. Dec 07, 2008
    • Chris Smith's avatar
      Change search index min. token length to a define (IDX_MINWORDLENGTH) · 33815ce2
      Chris Smith authored
      Currently the min. token length is 3 (note, this doesn't apply to numeric tokens).
      The value set in inc/indexer.php can be overridden by defining IDX_MINWORDLENGTH
      elsewhere (e.g. conf/local.protected.php).
      
      darcs-hash:20081207161129-f07c6-6432947fe5d74666409d1e00222eaa489374c32f.gz
      33815ce2
  16. Dec 06, 2008
  17. Dec 05, 2008
  18. Dec 02, 2008
    • Andreas Gohr's avatar
      Make content-disposition configurable in mime.conf FS#1541 · ecebf3a8
      Andreas Gohr authored
      With this patch it is possible to define if a file should be served as download
      or be displayed inside the browser (if supported) by configuring it in
      conf/mime.conf
      
      Mimetypes that should be served with a "Content-Disposition: attachment" header
      need to be prefixed with a exclamation mark. All others will be served inline.
      
      This will also fix a Problem with Flash 10.
      
      darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz
      ecebf3a8
  19. Dec 01, 2008
  20. Nov 30, 2008
  21. Nov 19, 2008
    • Chris Smith's avatar
      FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links · fe9ec250
      Chris Smith authored
      $conf['useheading'] values are now:
      - 0            : off, use page name in link text
      - 'content'    : use first heading text for links in wiki page content
      - 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
      - 1            : use first heading text in all links
      (for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)
      
      $conf['useheading'] value should now be checked using the useHeading($linktype) function,
      where linktype can be "content" or "navigation"
      
      darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz
      fe9ec250
  22. Nov 21, 2008
  23. Nov 17, 2008
  24. Nov 27, 2008
  25. Nov 09, 2008
Loading