Skip to content
Snippets Groups Projects
  1. Mar 22, 2011
  2. Mar 05, 2011
  3. Feb 13, 2011
  4. Feb 11, 2011
  5. Feb 09, 2011
  6. Feb 08, 2011
  7. Feb 07, 2011
  8. Jan 26, 2011
  9. Jan 04, 2011
  10. Dec 31, 2010
  11. Dec 08, 2010
    • Adrian Lang's avatar
      Various changes to feed.php’s parameter handling · b5a0be43
      Adrian Lang authored
        * Do not emit E_NOTICEs
        * Introduce explicit feed mode default value »recent« instead of handling
          every unknown feed mode as recent changes mode. This means:
          - FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed
            unknown. This is specifically not the case if no feed mode request param
            has been specified or the requested feed mode is »recent«.
          - FEED_MODE_UNKNOWN dies with an error as default behaviour
        * opt[items] is forced to be a non-negative integer
        * opt[show_minor] is forced to be a boolean and thus has a default value of
          false instead of null
      b5a0be43
  12. Nov 30, 2010
  13. Nov 16, 2010
  14. Nov 07, 2010
  15. Oct 02, 2010
  16. Aug 29, 2010
  17. Jun 27, 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 28, 2010
  22. Feb 14, 2010
  23. Feb 08, 2010
  24. Jan 20, 2010
  25. Jan 17, 2010
  26. Jan 13, 2010
  27. Dec 25, 2009
  28. Dec 24, 2009
  29. Dec 02, 2009
  30. Nov 24, 2009
  31. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  32. Oct 04, 2009
  33. 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
Loading