Skip to content
Snippets Groups Projects
  1. Jul 08, 2011
  2. Jul 05, 2011
  3. 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
  4. 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
  5. 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
  6. Jun 18, 2011
  7. 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
  8. Jun 13, 2011
  9. Jun 05, 2011
  10. May 25, 2011
  11. May 24, 2011
  12. May 07, 2011
  13. Apr 21, 2011
  14. Mar 30, 2011
  15. Mar 28, 2011
  16. Mar 27, 2011
  17. Mar 26, 2011
  18. Mar 09, 2011
  19. Mar 06, 2011
  20. 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
  21. Feb 11, 2011
  22. Feb 06, 2011
  23. Jan 16, 2011
    • Andreas Gohr's avatar
    • Michael Hamann's avatar
      Fix several security issues in the XML-RPC interface · eff795ac
      Michael Hamann authored
      For locks and getRevisions there hasn't been any acl check. In many
      other cases the id hadn't been cleaned before the acl check was done
      which means that many acl rules that should be applied weren't applied.
      So e.g. when you have read permissions for the root namespace but not
      for a subnamespace you could add a leading ":" and the permissions for
      the root namespace will be used instead of the permissions for the
      subnamespace. This did not apply to writing pages and reading media
      files, but writing and deleting media files have been concerned as well
      as reading both plain and html versions of pages.
      
      This only concerns installations where XML-RPC is enabled (default is
      disabled) and XML-RPC is allowed for all or untrusted users.
      eff795ac
  24. Jan 15, 2011
  25. Jan 14, 2011
  26. Jan 09, 2011
  27. Dec 29, 2010
  28. Nov 29, 2010
  29. Nov 22, 2010
    • Michael Hamann's avatar
      Render metadata when needed · 98214867
      Michael Hamann authored
      This changes fundamentally when metadata is rendered. This commit
      introduces a new cache file for every page that just contains a
      timestamp and is updated whenever the metadata of that page is rendered.
      
      Metadata is rendered when p_get_metadata is called and the last
      rendering has been before a page, metadata, configuration or renderer
      update or purge is set like in the xhtml renderer cache.
      
      Metadata is no longer automatically rendered when the xhtml renderer
      cache isn't used but will still be rendered when needed as
      p_get_metadata is called in the cache.
      
      Metadata is also no longer rendered in the indexer script when missing
      as that is already done by pageinfo() before anything else is done so
      the indexer script won't be called when there is no metadata file.
      98214867
Loading