summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/theme_test.module
Commit message (Collapse)AuthorAge
* Issue #713462 by jwilson3, Paul B, casey, sivaji@knackforge.com, dcam: ↵David Rothstein2015-03-30
| | | | Content added via drupal_add_region_content() is not added to pages
* Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings ↵David Rothstein2012-06-28
| | | | values because list_themes() has inconsistent theme object data.
* Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, ↵webchick2012-04-30
| | | | xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations.
* Issue #1430300 by mradcliffe, xjm, effulgentsia, NROTC_Webmaster: Fixed ↵webchick2012-02-28
| | | | Preprocess functions in an include file fail to get called when the theme implements a suggestion override.
* Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private ↵webchick2012-01-30
| | | | properties in abstract class DrupalCacheArray.
* Issue #953336 by sun: Fixed Contributed modules are not able to test ↵webchick2011-12-11
| | | | theme-related functionality.
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes ↵Dries Buytaert2010-08-22
| | | | cannot always participate in drupal_alter().
* - Patch #866220 by andypost: URL parameter for theme_more_link() should not ↵Dries Buytaert2010-08-01
| | | | pass url().
* #764094 by David_Rothstein: Add tests to check that the theme system works ↵Angie Byron2010-04-29
| | | | in hook_init() (i.e., as early as possible).
* #241570 by effulgentsia and merlinofchaos: Fixed Theme preprocess functions ↵Angie Byron2010-03-21
do not get retained when using patterns.