Skip to content
Snippets Groups Projects
  1. Aug 19, 2011
  2. Aug 18, 2011
  3. Jul 11, 2011
  4. Jul 10, 2011
  5. Jul 08, 2011
  6. Jul 05, 2011
  7. 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
  8. Jun 23, 2011
    • Adrian Lang's avatar
      Fix and refactor ajax.js · c949174a
      Adrian Lang authored
        * Move file to qsearch.js
        * Rename object to dw_qsearch
        * Remove unnecessary usage of Delay
        * Use $ prefix for jQuery objects
        * Fix result list hiding on click
        * Fix namespace shorting
      c949174a
  9. 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
  10. Jun 18, 2011
  11. 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
  12. Jun 13, 2011
  13. Jun 05, 2011
  14. May 25, 2011
  15. May 24, 2011
  16. May 07, 2011
  17. Apr 21, 2011
  18. Mar 30, 2011
  19. Mar 28, 2011
  20. Mar 27, 2011
  21. Mar 26, 2011
  22. Mar 09, 2011
  23. Mar 06, 2011
  24. Feb 26, 2011
    • Anika Henke's avatar
      improved css.php and core styles · 318cd03e
      Anika Henke authored
      * code cleanup in lib/exe/css.php
      * renamed 'default' userstyle to 'screen' in config_cascade
      * splitted core lib/styles/style.css up into all.css, print.css and screen.css
      318cd03e
  25. Feb 11, 2011
  26. Feb 06, 2011
  27. Jan 16, 2011
Loading