summaryrefslogtreecommitdiff
path: root/modules/simpletest/files
Commit message (Collapse)AuthorAge
* Issue #1198904 by das-peter, jox: Drupal_load_stylesheet() fails to load ↵David Rothstein2013-12-27
| | | | @import files in different directories.
* Issue #1511656 by alberto56, afeijo: Make ↵David Rothstein2012-07-30
| | | | core/modules/simpletest/files/README.txt grammatically correct.
* 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.
* - Patch #562968 by kkaefer: optimize module and theme images.Dries Buytaert2010-06-29
|
* #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.
* - Patch #782056 by aspilicious: removing every tab + trailing white space in ↵Dries Buytaert2010-04-28
| | | | core.
* #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).
* - Patch #471142 by stella: code style fixes.Dries Buytaert2009-05-24
|
* #373613 interim commit: Adding some images that can be used in image API ↵Angie Byron2009-02-15
| | | | testing.
* - Added a test framework to Drupal along with a first batch of tests forDries Buytaert2008-04-20
Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ...