Skip to content
Snippets Groups Projects
  1. Apr 23, 2012
  2. Apr 15, 2012
  3. Mar 10, 2012
  4. Mar 02, 2012
  5. Feb 05, 2012
  6. Jan 29, 2012
  7. Jan 08, 2012
  8. Nov 27, 2011
  9. Nov 06, 2011
  10. Sep 10, 2011
  11. Aug 28, 2011
  12. Aug 20, 2011
  13. Aug 10, 2011
  14. Aug 02, 2011
  15. Jun 29, 2011
  16. Jun 23, 2011
  17. Jun 18, 2011
  18. 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
  19. Apr 16, 2011
  20. Mar 29, 2011
  21. Mar 22, 2011
  22. Mar 05, 2011
  23. Feb 13, 2011
  24. Feb 11, 2011
  25. Feb 09, 2011
  26. Feb 08, 2011
  27. Feb 07, 2011
  28. Jan 26, 2011
  29. Jan 04, 2011
  30. Dec 31, 2010
  31. 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
  32. Dec 05, 2010
    • Anika Henke's avatar
      made template functions more flexible · afe47fae
      Anika Henke authored
      * attention: incompatible to previous version!
      * introduced _tpl_action() (wrapper similar to tpl_action())
      * improved discussion and user page functions
        * made them work independent from config
        * added full control to how the page links are built (with placeholders @ID@ and @USER@)
      * config option changes: removed 'discussNSreverse', renamed 'discussionNS' and 'userNS' to 'discussionPage' and 'userPage'
      afe47fae
  33. Nov 30, 2010
  34. Nov 16, 2010
  35. Nov 07, 2010
  36. Nov 06, 2010
  37. Nov 05, 2010
Loading