summaryrefslogtreecommitdiff
path: root/includes/theme.inc
Commit message (Collapse)AuthorAge
* - 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().
* - Patch #807396 by David_Rothstein: remove old error handling from ↵Dries Buytaert2010-06-07
| | | | theme_update_page().
* - Patch #768490 by JohnAlbin, sign: theme_table_select_header_cell() is not ↵Dries Buytaert2010-05-19
| | | | really a theme function.
* #331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply ↵Angie Byron2010-05-06
| | | | coding standard for casting.
* - Patch #555830 by effulgentsia: better code comments.Dries Buytaert2010-04-30
|
* - Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean ↵Dries Buytaert2010-04-30
| | | | up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
* - Patch #736326 by jhodgdon, aspilicious: hook_process() and associated ↵Dries Buytaert2010-04-28
| | | | hooks are undocumented.
* #779494 follow-up by marcingy, tobiasb, aspilicious: Fixed Notices on ↵Angie Byron2010-04-26
| | | | install screens.
* - Patch #779494 by marcingy: fixed notices on install screens.Dries Buytaert2010-04-24
|
* #688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() ↵Angie Byron2010-04-23
| | | | to proper exception catching.
* - Patch #722978 by Alan D., duellj: invalid header count for empty message ↵Dries Buytaert2010-04-22
| | | | in theme_table().