summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private ↵webchick2012-01-30
| | | | properties in abstract class DrupalCacheArray.
* - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() ↵Dries2012-01-24
| | | | doc needs expansion.
* Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more ↵webchick2011-12-22
| | | | information about when to use function.
* Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with ↵webchick2011-12-10
| | | | theme -- doesn't link to theme functions list.
* Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too ↵webchick2011-10-29
| | | | large for MySQL max_allowed_packet() and memcache default slab size.
* Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() should ↵webchick2011-10-24
| | | | say that Attributes class must be an array .
* Issue #1054848 by barraponto: Fixing common typos through codespell.py.webchick2011-10-02
|
* Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock ↵webchick2011-09-30
| | | | for _theme_load_registry() function.
* Issue #1177738 by catch: Speed up theme registry rebuilds when multiple ↵webchick2011-09-30
| | | | themes are enabled.
* - Patch #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() ↵Dries Buytaert2011-09-17
| | | | optional value not really optional.
* - Patch #774040 by B-Prod, mattyoung: theme_item_list() function duplicates ↵Dries Buytaert2011-07-31
| | | | last value when dealing with children.
* Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still ↵webchick2011-07-28
| | | | being assigned in template_preprocess_maintenance_page().
* - Patch #1038788 by wojtha, sign: drupal_find_theme_functions() removes all ↵Dries Buytaert2011-05-22
| | | | theme 'prefix_' occurences.
* Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to ↵webchick2011-04-24
| | | | increase front-end performance.
* - Patch #1043552: fixed typo in comment inside theme_disable().Dries Buytaert2011-04-14
|
* - Patch #545518 by bfroehle: move Locale module specific code out of ↵Dries Buytaert2011-04-14
| | | | module.inc and system.module.
* - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error.Dries Buytaert2011-04-12
|
* Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: ↵webchick2011-04-10
| | | | fix isset regression in tablesort, add tests, and cleanup theme_process_registry().
* Stripping CVS keywordsThe Great Git Migration2011-02-25
|
* - Patch #1020906 by RoboPhred: differentiate process/preprocess hook ↵Dries Buytaert2011-02-19
| | | | documentation.
* - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'.Dries Buytaert2011-02-19
|
* - Patch #1049144 by boombatower: remove unnecessary return statements.Dries Buytaert2011-02-04
|
* #992376 by larowlan: Fixed Paths containing a hyphen aren't compatible with ↵Angie Byron2011-01-03
| | | | page theme_hook_suggestions
* - Patch #982814 by sun: messages are generated too early.Dries Buytaert2010-12-11
|
* #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests).Angie Byron2010-11-29
|
* #655742 by sun, jide: Add template variable for outputting HTML HEAD title ↵Angie Byron2010-11-24
| | | | safely.
* #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to ↵Angie Byron2010-11-20
| | | | theme_menu_local_tasks() theme function
* - Patch #736556 by daniels220: theme_links() doc needs expansion.Dries Buytaert2010-10-30
|
* - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of ↵Dries Buytaert2010-10-28
| | | | array_key_exists().
* - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to ↵Dries Buytaert2010-10-21
| | | | fully participate in D7 AJAX framework features.
* #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc.Angie Byron2010-10-08
|
* - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: ↵Dries Buytaert2010-10-05
| | | | optimize JS/CSS aggregation for front-end performance and DX.
* - Patch #561858 by effulgentsia, sun, rfay, Nick_vh, merlinofchaos, ↵Dries Buytaert2010-10-04
| | | | katbailey, dereine, tstoeckler: drupal_add_js() and drupal_add_css() to work for AJAX requests too by adding lazy-load to AJAX framework.
* - Patch #925490 by David_Rothstein: list_themes() should not call ↵Dries Buytaert2010-10-02
| | | | file_exists() on each theme's info file.
* - Patch #921606 by munzirtaha, bleen18: various code uses is_null().Dries Buytaert2010-09-26
|
* - Patch #921802 by solotandem: eliminate PHP Notice: Undefined variable: ↵Dries Buytaert2010-09-24
| | | | output in theme().
* - Patch #907690 by sun, pwolanin: breadcrumbs don't work for dynamic paths ↵Dries Buytaert2010-09-24
| | | | and local tasks #2.
* - Patch #908282 by jbrown: theme_image() performs I/O.Dries Buytaert2010-09-22
|
* - Patch #910572 by sun, David_Rothstein: command line installations are ↵Dries Buytaert2010-09-14
| | | | broken (programmatic form submissions don't need a theme?).
* #616240 follow-up by yched, dereine, marvil07: Make Field UI screens ↵Angie Byron2010-09-11
| | | | extensible from contrib - part II.
* - Patch #328357 by bleen18, sun, skilip, alanburke, jenlampton, manarth, ↵Dries Buytaert2010-09-05
| | | | fgm, tstoeckler: allow module .info files to add CSS/JS.
* - Patch #887870 by sun, David_Rothstein: make system_list() return full ↵Dries Buytaert2010-09-03
| | | | module records.
* - Patch #832624 by Max K: unused variable () in function init_theme().Dries Buytaert2010-09-02
|
* - Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes ↵Dries Buytaert2010-08-22
| | | | cannot always participate in drupal_alter().
* - Patch #865072 by bleen18, jhodgdon: updates to reflect that Bartik is ↵Dries Buytaert2010-08-08
| | | | default theme now.
* - Patch #769226 by Owen Barton, alanburke, sun: fixed JS/CSS preprocess ↵Dries Buytaert2010-07-30
| | | | should default to FALSE.
* - Patch #675116 by jhodgdon: several problems in field.api.php and ↵Dries Buytaert2010-07-25
| | | | field_ui().api.php.
* - Patch #855400 by aspilicious: fix issues in theme.inc - newlines and ↵Dries Buytaert2010-07-21
| | | | missing doc.
* #845742 by Damien Tournoud: Make Bartik the default core theme.Angie Byron2010-07-08
|
* #715142 by effulgentsia, msmithgu, mr.baileys, Damien Tournoud, sun: Fixed ↵Angie Byron2010-07-07
| | | | Various URLs escaped twice, since check_url() resp. filter_xss_bad_protocol() calls check_plain().