Skip to content
Snippets Groups Projects
  1. Apr 23, 2012
  2. Apr 16, 2012
  3. Apr 15, 2012
  4. Mar 23, 2012
  5. Mar 02, 2012
  6. Jan 30, 2012
  7. Jan 29, 2012
    • Anika Henke's avatar
      added two new config options: tagline and sidebar · 91e90457
      Anika Henke authored
      Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
      91e90457
  8. Jan 08, 2012
  9. Nov 27, 2011
  10. Nov 05, 2011
  11. Jun 18, 2011
  12. Apr 28, 2011
  13. Mar 19, 2011
  14. Dec 31, 2010
  15. Dec 30, 2010
  16. Nov 16, 2010
  17. Oct 02, 2010
  18. Jun 26, 2010
  19. Apr 04, 2010
    • Andreas Gohr's avatar
      new fnencode option FS#1649 · f03fd957
      Andreas Gohr authored
      This patch adds an option to choose how filenames are encoded
      when saved to the file system. You can choose between urlencoding
      (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).
      f03fd957
  20. 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
  21. Feb 08, 2010
  22. Jan 27, 2010
  23. Jan 20, 2010
  24. Dec 13, 2009
  25. May 25, 2009
  26. 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
  27. May 04, 2009
  28. Mar 16, 2009
    • Andreas Gohr's avatar
      Minor language tweaks · 64e4ebed
      Andreas Gohr authored
      Ignore-this: f6a858982b806d21dd53896f3498bfbc
      
      darcs-hash:20090316200138-7ad00-d7c4df9b0e7db99ef007ee74a0c4c51d19b718fa.gz
      64e4ebed
  29. Mar 12, 2009
  30. Jan 16, 2009
  31. 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
  32. Nov 25, 2008
  33. Oct 14, 2008
  34. Oct 12, 2008
  35. 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
  36. 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
Loading