Skip to content
Snippets Groups Projects
  1. Sep 10, 2011
  2. Aug 20, 2011
  3. Aug 02, 2011
  4. Jun 29, 2011
  5. Jun 23, 2011
  6. Jun 18, 2011
  7. Jun 16, 2011
    • Andreas Gohr's avatar
      Use data uris for small image files in CSS · 809d3ba5
      Andreas Gohr authored
      This patch adds a new config option 'cssdatauri'. When enabled, the CSS
      patcher will automatically convert all occurances of small (<600 byte)
      PNG and GIF images in the CSS to embedded, base64 encoded data uris.
      
      This reduces the number of needed HTTP requests and avoids the HTTP header
      overhead.
      809d3ba5
  8. Apr 16, 2011
  9. Mar 29, 2011
  10. Mar 22, 2011
  11. Mar 05, 2011
  12. Feb 13, 2011
  13. Feb 11, 2011
  14. Feb 09, 2011
  15. Feb 08, 2011
  16. Feb 07, 2011
  17. Jan 26, 2011
  18. Jan 04, 2011
  19. Dec 31, 2010
  20. 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
  21. Nov 30, 2010
  22. Nov 16, 2010
  23. Nov 07, 2010
  24. Oct 02, 2010
  25. Aug 29, 2010
  26. Jun 27, 2010
  27. Jun 26, 2010
  28. 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
  29. 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
  30. Feb 28, 2010
  31. Feb 14, 2010
  32. Feb 08, 2010
  33. Jan 20, 2010
  34. Jan 17, 2010
Loading