Skip to content
Snippets Groups Projects
  1. Sep 13, 2011
  2. Sep 06, 2011
  3. Sep 04, 2011
  4. Sep 02, 2011
  5. Aug 24, 2011
  6. Aug 20, 2011
  7. Aug 19, 2011
  8. Aug 18, 2011
  9. Aug 15, 2011
  10. Aug 12, 2011
  11. Aug 08, 2011
  12. Aug 07, 2011
  13. Aug 04, 2011
  14. Aug 03, 2011
  15. Aug 02, 2011
  16. Jul 26, 2011
  17. Jul 11, 2011
  18. Jul 10, 2011
  19. Jul 08, 2011
  20. Jul 05, 2011
  21. Jul 04, 2011
  22. Jul 03, 2011
  23. Jul 02, 2011
    • Adrian Lang's avatar
      Refactor CSS and JS caching · 6619f42e
      Adrian Lang authored
        * Increase HTTP cache time since the resources are timestamped on request
          anyway
        * Check userscript.js only once for JS cache validation
        * Use cache class
      6619f42e
  24. Jun 30, 2011
  25. Jun 23, 2011
  26. Jun 21, 2011
    • Adrian Lang's avatar
      Fix index Javascript, introduce compatibility.js · cd06d16f
      Adrian Lang authored
        * Removed "use strict" statement, since it does not work with our script file
          joining (the statement has to be the first in a file or function)
        * Make index a global object again to allow overriding and enhancing
        * Use prefix dw_ for index object
        * Reintroduce index.treeattach
        * Support deprecated index.toggle calling convention
        * Add $ prefix for jQuery variables
        * Use slide animation for freshly loaded sublists as well
        * Fix various errors
      cd06d16f
  27. Jun 18, 2011
  28. 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
  29. Jun 13, 2011
  30. Jun 09, 2011
Loading