Skip to content
Snippets Groups Projects
  1. Sep 04, 2011
  2. Aug 19, 2011
  3. Aug 18, 2011
  4. Jul 11, 2011
  5. Jul 10, 2011
  6. Jul 08, 2011
  7. Jul 05, 2011
  8. 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
  9. 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
  10. 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
  11. Jun 18, 2011
  12. 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
  13. Jun 13, 2011
  14. Jun 05, 2011
  15. May 25, 2011
  16. May 24, 2011
  17. May 07, 2011
  18. Apr 21, 2011
  19. Mar 30, 2011
  20. Mar 28, 2011
  21. Mar 27, 2011
  22. Mar 26, 2011
  23. Mar 09, 2011
  24. Mar 06, 2011
  25. 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
  26. Feb 11, 2011
  27. Feb 06, 2011
    • Michael Hamann's avatar
      Only remove the indexer lock when there is really a stale lock · 9f881d09
      Michael Hamann authored
      Previously the rmdir could be executed when the lock directory had been
      deleted by another indexer already. This could lead to a race condition
      when another indexer call creates the lock again between the if and the
      rmdir. This issue still exists for stale lock directories but they
      normally shouldn't exist.
      This also prevents the loop from becoming an endless loop when the lock
      directory can't be created.
      This change also fixes a syntax error in the indexer and prevents an
      endless loop when the lock directory exists but can't be deleted.
      9f881d09
    • Andreas Gohr's avatar
    • Adrian Lang's avatar
      Use common media_save in media_upload and putAttachment · ffb291f2
      Adrian Lang authored
      Changes:
        * XML-RPC now correctly allows leading and trailing _
        * Error messages from XML-RPC are correct
        * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function
        * Not having upload rights when using media_upload throws a msg
      ffb291f2
    • Adrian Lang's avatar
      XML-RPC deleteAttachment now uses media_delete · 87229c84
      Adrian Lang authored
      Functionality changes:
        * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568)
        * deletion success msg in mediamanager is correct, even when the ns dir
          was deleted
        * media_delete changed quite a bit
      87229c84
Loading