summaryrefslogtreecommitdiff
path: root/modules/simpletest/files/css_test_files
Commit message (Collapse)AuthorAge
* Issue #2014851 by hlieberman, Wim Leers, bradjones1, markcarver: Drupal CSS ↵David Rothstein2015-05-04
| | | | preprocessing breaks protocol-relative paths
* Issue #2142441 by Garrett Albright: Fixed CSS aggregator prepends data: URLs ↵David Rothstein2014-11-03
| | | | with paths.
* Issue #1198904 by das-peter, jox: Drupal_load_stylesheet() fails to load ↵David Rothstein2013-12-27
| | | | @import files in different directories.
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #934774 by Coornail, Damien Tournoud: Css aggregation includes a ↵Dries Buytaert2010-11-17
| | | | lots of empty newlines.
* - Patch #460448 by sun: some CSS rules are broken once CSS aggregation is ↵Dries Buytaert2010-10-08
| | | | enabled.
* #444228 follow-up by Tri, ridgerunner, Damien Tournoud, et al: Improve ↵Angie Byron2010-06-21
| | | | Optimize CSS performance by removing support for Mac IE 5.5 comment hacks, and add tests. (Apologies; some of this went in with a previous commit http://drupal.org/cvs?commit=382522)
* #809698 follow-up by Damien Tournoud, Josh Waihi, chx: Add CONCAT() function ↵Angie Byron2010-06-21
| | | | to PostgreSQL since || isn't supported reliably across database systems.
* #265719 by kkaefer, JacobSingh, ksenzee, and rfay: Fixed CSS aggregator ↵Angie Byron2010-01-07
| | | | produces invalid code and directory names for @import files which breaks IE (with tests).
* #606526 by axyjo and scor: Remove trailing whitespace and add newlines at ↵Angie Byron2009-11-10
| | | | end of files. Sorry, folks! But it is after code freeze. :)
* #472820 by rfay, Rob Loach, and catch: Fixed improper whitespace ↵Angie Byron2009-10-05
removal/invalid CSS from drupal_load_stylesheet_content() (with tests).