Skip to content
Snippets Groups Projects
  1. Mar 24, 2010
    • YoBoY's avatar
      Limiting use of readdir in the idx_indexLengths function (v2). · 22952965
      YoBoY authored
      Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access.
      Switching a normal search to use file_exists 1 or more times, and not readdir all the directory.
      Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.
      22952965
  2. Jan 27, 2010
  3. Jan 20, 2010
  4. Nov 08, 2009
    • Gina Haeussge's avatar
      Allow multiple mail addresses in $conf['notify'] · 1f4a7341
      Gina Haeussge authored
      Ignore-this: cb12d98437bc7bd4e3fb641a39b277c5
      
      According to the documentation, $conf['notify'] may be a comma-separated list
      of email addresses. However, the config admin did not allow this yet.
      
      darcs-hash:20091108115237-2b4f5-67e43dc767bd3aa18222cbb8272efaaf0ba0f4d3.gz
      1f4a7341
  5. Oct 15, 2009
    • Andreas Gohr's avatar
      Support for kmd5 passcrypt method · 43ee7484
      Andreas Gohr authored
      Ignore-this: c809bd207504f78e84685612b0a668a7
      
      This is a MD5 based hashing method used in the Unclassified NewsBoard forum
      software (which is used for DokuWiki's supprt forum)
      
      darcs-hash:20091015184330-7ad00-38680848952bdb46052dcf3597fa5e91f892ca51.gz
      43ee7484
  6. May 25, 2009
  7. May 16, 2009
    • Andreas Gohr's avatar
      restrict XMLRPC to configurable groups and users · 3ee5b583
      Andreas Gohr authored
      Ignore-this: 1370cee84d44bb35ae7c0c988ed8f1ff
      
      This patch adds a config option to define users or groups that may access
      the XMLRPC API. ACLs are still checked on top of this intial access control.
      
      darcs-hash:20090516114351-7ad00-155fb6c74c29f5f84e79544a534369eec0403ff0.gz
      3ee5b583
  8. May 04, 2009
  9. Jan 19, 2009
  10. Jan 18, 2009
    • Chris Smith's avatar
      Rework configuration loading to use a predefined file list or cascade · cb043f52
      Chris Smith authored
      This change add the global $config_cascade which holds the list of files to be
      read for each configuration setting group.  Dokuwiki adds in its configuration
      file values after preload.php, giving preload.php to set its own configuration
      cascade.
      
      One side effect of the change is "local.protected.php" is part of the default
      cascade, removing the need for it to be included at the bottom of local.php.
      
      darcs-hash:20090118181204-f07c6-fea1c406da1bbdb0a52ab40914f11b835e797728.gz
      cb043f52
  11. Jan 16, 2009
  12. 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
  13. Oct 14, 2008
  14. Oct 12, 2008
  15. Oct 11, 2008
  16. Oct 01, 2008
    • Andy Webber's avatar
      editor_info_patch · dc58b6f4
      Andy Webber authored
      At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under
      revisions/recent changes. In a corporate environment, particularly when integrated with a Single Sign-On system, the login name may be somewhat
      unfriendly. This patch makes the "logged in as" the same as the value used elsewhere and also allows an admin to decide whether it should be the
      login name, username or e-mail address that is displayed. The e-mail address may also, optionally, be a mailto: link. E-mail addresses are
      obfuscated according to the 'mailguard' setting. The default behaviour is to show the login name which is no change from previous behaviour for the
      "last modified"/"locked by"/revisions/"recent changes", but is a change for the "logged in as".
      
      darcs-hash:20081001152914-6ad63-9cd7174068ac55de381f1318a4401f8c51de5b0c.gz
      dc58b6f4
  17. Sep 12, 2008
    • Andreas Gohr's avatar
      more cookie security FS#1490 · f5c6743c
      Andreas Gohr authored
      This patch adds the httponly option to the PHP session cookies and DokuWiki's
      auth cookie when supported by the PHP version.
      
      It also adds a new config option 'securecookie' which is enabled by default.
      It makes sure the browser will not sent a cookie set via HTTPS over a
      non-secured connection. This option has to be disabled for wikis that only
      protect the login with SSL but not the whole wiki.
      
      darcs-hash:20080912224922-7ad00-d5275147ba9d17a9f6defa8a51ca720da74ba8a0.gz
      f5c6743c
  18. Aug 10, 2008
  19. May 04, 2008
  20. Apr 01, 2008
  21. Mar 15, 2008
    • pierre.pracht's avatar
      Propritary Nginx X-Accel-Redirect header · deec6eb9
      pierre.pracht authored
      Example nginx configuration :
      location /var/www/dokuwiki0/ {
        internal;
        alias /var/www/dokuwiki/dokuwiki0/;
      }
      
      darcs-hash:20080315155631-b0461-68c08d68660e554c62a748c1954699791decd000.gz
      deec6eb9
  22. Mar 13, 2008
  23. Mar 09, 2008
  24. Feb 27, 2008
  25. Nov 23, 2007
    • Andreas Gohr's avatar
      Spellchecker removed · ae112d8c
      Andreas Gohr authored
      With spell checkers available in all modern browsers, having a spell checker in
      DokuWiki's core code is no longer necessary. This patch removes the spell
      checking feature. It will be made available as optional plugin.
      
      darcs-hash:20071123125840-7ad00-faf7aa4673421dbb3fad904ba5b46b4927a5176d.gz
      ae112d8c
  26. Oct 08, 2007
    • Andreas Gohr's avatar
      X-Sendfile support for fetch.php · 9a87c72a
      Andreas Gohr authored
      This patch enables the use of the X-Sendfile extension offered by certain
      webservers to deliver static files after running a dynamic script. This
      combines the flexibility of a PHP file to check for authorization, caching
      and resizing with the low memory footprint and high performance of static
      file delivery of the webserver.
      
      See http://blog.lighttpd.net/articles/2006/07/02/x-sendfile for details
      
      darcs-hash:20071008185019-7ad00-1e6d4768fb60d58955e4253c7786eaf8cf13d0bb.gz
      9a87c72a
  27. Aug 05, 2007
  28. Jul 11, 2007
    • Andreas Gohr's avatar
      improved feed creation · 4ab889ea
      Andreas Gohr authored
      The feed now can export diff views (unified and HTML) as well as full HTML
      page content.
      
      Some things might be broken. Everybody please test it!
      
      darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
      4ab889ea
  29. Jun 13, 2007
    • Andreas Gohr's avatar
      make typography option three staged FS#1142 · 9426a41a
      Andreas Gohr authored
      Because correct smart quote parsing with regular expressions is nearly
      impossible, especially when dealing with quote usage in languages different
      from english, the typography configuration option was changed.
      
      0 means to completely disable any typography replacements
      1 will only handle the multiply entitity and double quotes, this should
        nearly always work without problems and is the new default
      2 will add singlequote parsing. This might break because single quotes and
        apostrophes are not always easily distinguishable. Especially in languages
        where single quote openings and apostrophes are different characters you
        might experience problems. For english it should nearly always work.
      
      darcs-hash:20070613184015-7ad00-0cebc3f807f54467d54458075c5c9f651355c5ba.gz
      9426a41a
  30. May 28, 2007
    • Chris Smith's avatar
      Partial Fix FS#1085 · 4c989037
      Chris Smith authored
      This fix adds a new configuration setting, 'auth_security_timeout', which controls the duration (seconds) before authentication
      information is rechecked.  The default value is set to 900 seconds (15 minutes). Wiki installations particularly concerned
      about security should set this value to 0.
      
      DokuWiki maintains a copy of the most recent authentication details in both a browser cookie and server session.  Normally these
      values are compared on each page visit.  If the comparison passes the user is accepted. The same data will be used over and
      over until either the cookie or the session expires.  FS#1085 is concerned with updates to the original authentication data not
      being able to affect this comparison.  The new 'auth_security_timeout' setting will force expiration of the saved data after the
      specified period has elapsed.
      
      Re-authentication may affect page response, especially on systems which use remote authentication systems.
      
      This fix is considered partial and should be reviewed after the next release with a view to extending the authentication class
      to allow those mechanisms which are able to control when DW should revoke authentication.
      
      darcs-hash:20070528194747-d26fc-f471004da604eb66f7131c470e446b98c29d801b.gz
      4c989037
  31. May 13, 2007
  32. May 11, 2007
    • Andreas Gohr's avatar
      add sneaky_index option · d1c7b6ec
      Andreas Gohr authored
      This disables the last patch and adds an option to enable it on demand.
      
      darcs-hash:20070511200235-7ad00-a3ea769bc4965710b7fd261d31e2c9f8a3d9d7f5.gz
      d1c7b6ec
  33. Feb 26, 2007
  34. Feb 24, 2007
  35. Feb 08, 2007
    • Andreas Gohr's avatar
      workaround config for FS#852 · cde6a01b
      Andreas Gohr authored
      On certain platforms the ignore_user_abort function does not work as expected, resulting
      in a non working indexer webbug. Users with such a broken system (IIS+PHP as CGI) can
      enable this option to work around the problem (resulting in longer load times for the
      webbug).
      
      darcs-hash:20070208195145-7ad00-8fc14f9da535a70fa837066773e15a3926b077c7.gz
      cde6a01b
  36. Dec 03, 2006
  37. Nov 27, 2006
  38. Oct 31, 2006
    • Marc Mayfield's avatar
      rss_summary_config · a1716312
      Marc Mayfield authored
      Add a configuration option to control whether or not the edit/revision summary is
      displayed with the title of RSS feeds. The default is to show the summary, the same as
      DokuWiki did prior to this addition.
      
      darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
      a1716312
  39. Nov 17, 2006
    • Tom N Harris's avatar
      Indexer asian language fixes and speed-ups · d5b23302
      Tom N Harris authored
      Make Chinese and Japanese work better with the new indexer.
      Some missing punctuation added to utf8_stripspecials.
      Misc. other changes to make indexing faster. The indexes will expire on
      backend upgrades, so you don't have to delete *.indexed
      
      darcs-hash:20061117123032-6942e-774b38e08234928c49b37e40addba375acf67ac0.gz
      d5b23302
Loading