Skip to content
Snippets Groups Projects
  1. Nov 07, 2010
  2. Oct 02, 2010
  3. Aug 29, 2010
  4. Jun 27, 2010
  5. Jun 26, 2010
  6. 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
  7. 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
  8. Feb 28, 2010
  9. Feb 14, 2010
  10. Feb 08, 2010
  11. Jan 20, 2010
  12. Jan 17, 2010
  13. Jan 13, 2010
  14. Dec 25, 2009
  15. Dec 24, 2009
  16. Dec 02, 2009
  17. Nov 24, 2009
  18. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  19. Oct 04, 2009
  20. May 26, 2009
    • Andreas Gohr's avatar
      increased message id · a3a8a029
      Andreas Gohr authored
      Ignore-this: 9b004a1bec25263f57e5de96b65cd545
      
      darcs-hash:20090526145512-7ad00-5700760363b6f029bbf6269937a83d6445a9175a.gz
      a3a8a029
    • Andreas Gohr's avatar
      extended interwiki links FS#1612 · 129a62b8
      Andreas Gohr authored
      Ignore-this: 944df9f3682bb7ac8a2d7d4c94455ba
      
      darcs-hash:20090526090130-7ad00-1e38d784623ddf4449e067e9d18ed248e1b4d29b.gz
      129a62b8
  21. May 25, 2009
  22. 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
  23. May 04, 2009
  24. Feb 14, 2009
    • Andreas Gohr's avatar
      release preparations · b4353e51
      Andreas Gohr authored
      Ignore-this: 93da548cc8b7ac9371d391b9a78005a8
      
      darcs-hash:20090214120815-7ad00-a1245eb095dccb16a69c8928e22b6ae04cd80a5f.gz
      b4353e51
  25. Feb 06, 2009
  26. Jan 30, 2009
  27. Jan 26, 2009
  28. Jan 16, 2009
  29. 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
  30. Oct 12, 2008
  31. Oct 11, 2008
    • Michael Klier's avatar
      fix for FS#1305 · a7b96b2a
      Michael Klier authored
      darcs-hash:20081011190300-23886-3d5d5e2d1774a802ce9da841812a8838b2945d86.gz
      a7b96b2a
  32. Oct 10, 2008
    • Andreas Gohr's avatar
      removed xref interwiki link · 3adb3450
      Andreas Gohr authored
      We now handle this through our own plugin
      
      darcs-hash:20081010200648-7ad00-f7c94c2d4e7f099c5a9d7e5381423c67e306d73a.gz
      3adb3450
Loading