Skip to content
Snippets Groups Projects
  1. Jun 23, 2012
  2. May 23, 2012
  3. Apr 23, 2012
  4. Apr 17, 2012
  5. Apr 16, 2012
    • Andreas Gohr's avatar
      rearranged the config options · 317250bb
      Andreas Gohr authored
      We had a lot of options lumped together under "Advanced Settings". I
      introduced two more categories and move a few options to other existing
      categories.
      I also reordered the appropriate entries in the source files to make it
      easier to find stuff when extending the options.
      317250bb
  6. Apr 15, 2012
  7. Mar 10, 2012
  8. Mar 02, 2012
  9. Feb 05, 2012
  10. Jan 30, 2012
  11. Jan 29, 2012
  12. Jan 08, 2012
  13. Nov 27, 2011
  14. Nov 06, 2011
  15. Sep 10, 2011
  16. Aug 28, 2011
  17. Aug 20, 2011
  18. Aug 10, 2011
  19. Aug 02, 2011
  20. Jun 29, 2011
  21. Jun 23, 2011
  22. Jun 18, 2011
  23. 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
  24. Apr 16, 2011
  25. Mar 29, 2011
  26. Mar 22, 2011
  27. Mar 05, 2011
  28. Feb 13, 2011
  29. Feb 11, 2011
  30. Feb 09, 2011
  31. Feb 08, 2011
  32. Feb 07, 2011
  33. Jan 26, 2011
  34. Jan 04, 2011
  35. Dec 31, 2010
  36. 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
Loading