Skip to content
Snippets Groups Projects
  1. Aug 02, 2013
  2. Jul 31, 2013
  3. Jul 30, 2013
  4. Jul 29, 2013
  5. Oct 12, 2012
  6. Oct 11, 2012
  7. Oct 07, 2012
  8. Sep 18, 2012
  9. Jun 28, 2012
  10. Apr 09, 2012
    • Anika Henke's avatar
      3d2fd76a
    • Anika Henke's avatar
      load only one stylesheet for all modes instead of three · 6c47a78c
      Anika Henke authored
      Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything.
      Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead!
      
      Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes.
      6c47a78c
  11. Feb 01, 2012
  12. Oct 15, 2011
  13. Aug 24, 2011
  14. Jul 05, 2011
  15. 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
  16. Jun 18, 2011
  17. 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
  18. Jun 05, 2011
  19. Mar 09, 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. Jan 09, 2011
  22. Nov 29, 2010
  23. Jun 27, 2010
  24. Feb 01, 2010
  25. Nov 04, 2009
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  26. Oct 28, 2009
  27. Oct 18, 2009
  28. Oct 16, 2009
    • furun's avatar
      Whitespace cleanup FS#1709 · 47583ff0
      furun authored
      Ignore-this: 27ea52110bce929b2c61ed8faba67cfc
      
      darcs-hash:20091016205526-c0bf4-35eba4e65d37980a667ba982f7f1ea5b7b07f01c.gz
      47583ff0
  29. Sep 25, 2009
    • Tom N Harris's avatar
      Use all available icons for file links (FS#1759) · 27bf7924
      Tom N Harris authored
      All PNG and GIF images in the lib/images/fileicons directory will be used
      for media file links. The conf/mime.conf file continues to restrict
      which file types may be uploaded. File types not in the configuration
      list are download-only.
      
      darcs-hash:20090925231746-6942e-299a52772f67e265a8702bda3686f495e4337a8f.gz
      27bf7924
  30. Mar 13, 2009
    • Andreas Gohr's avatar
      Support for multirange requests for media FS#1630 · 758447cf
      Andreas Gohr authored
      Ignore-this: 50de569608231b910a62327d2f3af1de
      
      This patch moves all HTTP sending related functions to inc/httputils.php
      
      Handling of range requests was rewritten completely to support mutirange
      requests. This should fix problems with Adobe Reader but needs testing.
      
      darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
      758447cf
  31. Jan 22, 2009
    • Andreas Gohr's avatar
      fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571 · 98bda4fd
      Andreas Gohr authored
      - Avoid double compression when gzip_output is enabled
      - Only compress when gzip_output is enabled
      - Do not use x-sendfile for compressed content (content-encoding is not supported)
      - Make sure the script terminates after using x-sendfile
      - Moved gzip browser support check to init.php
      
      darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz
      98bda4fd
    • Chris Smith's avatar
      further updates to config_cascade patch · f8121585
      Chris Smith authored
      - add mediameta and license config files into the cascade
      - update the cache validity code in cache.php, css.php & js.php to use config_cascade
      - redo inclusion of main config files to avoid suppression of errors in config files
      - add getConfigFiles($type) function
      - minor updates elsewhere to use config_cascade rather than hardcoded config file names
      
      darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz
      f8121585
Loading