Commit Graph

666 Commits (be54be0d14db49f655f610bda8d365c7e1c88fc0)

Author SHA1 Message Date
David Rothstein 0867207af6 Issue #1890980 by amitgoyal, robinvdvleuten: Fixed Unnecessary extra output variable in theme_links. 2014-09-01 22:20:25 -04:00
David Rothstein f746ed8ecc Issue #1959110 by a.ross, fietserwin, markabur: Fixed theme_table() outputs the 'no_striping' option as an HTML attribute. 2013-08-04 23:57:00 -04:00
Jennifer Hodgdon a7746dba86 Issue #2031319 by jlindsey15, pplantinga, thedavidmeister, Kingdutch, Kiphaas7: Document that theme() should really be called via drupal_render(). 2013-07-30 06:05:47 -07:00
Jennifer Hodgdon 17e40d5599 Issue #839634 by aaronott, jhodgdon, drunken monkey, rocket_nova, Berdir: Make documentation for table sorting match what the code does 2013-06-06 09:41:07 -07:00
Jennifer Hodgdon bb412015ea Issue #1811520 by JacobSanford, lirantal: Add section tags to theme, hook_menu, and t documentation. 2013-06-06 09:15:28 -07:00
Jennifer Hodgdon fd20d69553 Issue #1958578 by chertzog: Fix see reference to nonexistent function 2013-04-10 14:31:10 -07:00
David Rothstein 815faefa64 Issue #1723828 by hass: Fixed incorrect log message when theme() is called for a theme hook that does not exist. 2013-03-30 15:03:18 -04:00
Jennifer Hodgdon a03edeb357 Issue #1317628 by Albert Volkman, Gaelan, disasm, mjonesdinero, xjm: Clean up API docs for include files n-z 2013-01-16 10:01:31 -08:00
David Rothstein ff1d0fccf7 Issue #1809836 by danillonunes: Fixed theme_item_list() is broken when 'items' variable is an associative array. 2012-11-04 23:19:40 -05:00
Jennifer Hodgdon 409db6b299 Issue #1742958 by DamienMcKenna: Fix capitalization of URL and other acronyms 2012-09-17 12:12:26 -07:00
webchick dc2900bb1f Issue #1211668 by scito, Devin Carlson, bornholtz: Fixed Special characters are encoded twice for feed icon attribute title. 2012-08-18 13:18:45 +02:00
Jennifer Hodgdon 2372cf248d Issue #1663606 by sukotto100: Document what list_themes function actually returns 2012-07-19 16:10:04 -07:00
David Rothstein 46cf23289a Issue #761608 by JohnAlbin, effulgentsia: Fixed Missing theme settings values because list_themes() has inconsistent theme object data. 2012-06-28 00:49:18 -04:00
Jennifer Hodgdon af0fe12e16 Issue #1333122 by effulgentsia, tim.plunkett: Clarify docs for theme and preprocess/process functions so it is clearer which ones get called for theme functions vs. templates 2012-06-18 14:53:06 -07:00
Jennifer Hodgdon e039aaaa32 Issue #1358944 by wulff: Fix misuse of ingroup in documentation blocks 2012-05-23 12:25:30 -07:00
webchick b7ac667101 Issue #1213536 by David_Rothstein, tim.plunkett, sun, effulgentsia, Yorirou, xjm: Fixed Non-resettable theme_get_registry() cache causes problems for non-interactive installations. 2012-04-30 21:31:44 -07:00
webchick 53ff0485de Issue #1349722 by kgoel, Everett Zufelt, xjm: Fixed Who's new & Who's online blocks have empty headings. 2012-04-28 23:44:44 -07:00
webchick 447d6a628b Issue #1430300 by mradcliffe, xjm, effulgentsia, NROTC_Webmaster: Fixed Preprocess functions in an include file fail to get called when the theme implements a suggestion override. 2012-02-28 10:22:59 -08:00
webchick bbede7f650 Issue #1371484 by catch, langworthy, makara, ArtistConk: Fixed Private properties in abstract class DrupalCacheArray. 2012-01-30 20:24:49 -08:00
Dries 7361ef66a5 - Patch #736556 by daniels220, jeckman, Albert Volkman: fixed theme_links() doc needs expansion. 2012-01-24 21:12:09 -05:00
webchick d7b2e5aa36 Issue #1366740 by patrickd: Fixed theme_progress_bar() should have more information about when to use function. 2011-12-22 01:39:46 -08:00
webchick 3eeeca30b0 Issue #1322278 by rocket_nova, jhodgdon: Fixed Documentation problem with theme -- doesn't link to theme functions list. 2011-12-10 23:32:26 -06:00
webchick e56afba266 Issue #1011614 by catch, pillarsdotnet: Fixed Theme registry can grow too large for MySQL max_allowed_packet() and memcache default slab size. 2011-10-29 12:28:23 -07:00
webchick 29f07d6d13 Issue #1314396 by rocket_nova: Fixed Documentation for theme_links() should say that Attributes class must be an array . 2011-10-24 20:04:04 -07:00
webchick d967abdf1d Issue #1054848 by barraponto: Fixing common typos through codespell.py. 2011-10-02 11:09:00 -07:00
webchick c50ebfe58e Issue #1295462 by pillarsdotnet: Fixed Add missing '$' character to docblock for _theme_load_registry() function. 2011-09-30 14:23:25 -07:00
webchick 5e8f5fbd2f Issue #1177738 by catch: Speed up theme registry rebuilds when multiple themes are enabled. 2011-09-30 13:17:16 -07:00
Dries Buytaert 89c036717f - Patch #952772 by oriol_e9g, mdupont, bleen18, idflood: theme_html_tag() optional value not really optional. 2011-09-17 14:10:53 -04:00
Dries Buytaert 781b8961c6 - Patch #774040 by B-Prod, mattyoung: theme_item_list() function duplicates last value when dealing with children. 2011-07-31 22:49:48 -04:00
webchick dc669853e6 Issue #1227426 by Mark Theunissen: Fixed variable was removed, but is still being assigned in template_preprocess_maintenance_page(). 2011-07-28 16:27:55 -04:00
Dries Buytaert 42786ee70e - Patch #1038788 by wojtha, sign: drupal_find_theme_functions() removes all theme 'prefix_' occurences. 2011-05-22 09:01:49 -04:00
webchick ef5ef9efc7 Issue #908282 by jbrown, pillarsdotnet: add width and height attributes to increase front-end performance. 2011-04-24 01:38:16 -07:00
Dries Buytaert 0140d97039 - Patch #1043552: fixed typo in comment inside theme_disable(). 2011-04-14 22:00:11 -04:00
Dries Buytaert fbd9663207 - Patch #545518 by bfroehle: move Locale module specific code out of module.inc and system.module. 2011-04-14 21:55:39 -04:00
Dries Buytaert 8cdf750e0e - Patch #1066118 by Barrett: hook_field_widget_form() has punctuation error. 2011-04-12 22:54:25 +02:00
webchick 4b3d9a0154 Issue #839556 by dalin, jrchamp, effulgentsia, dmitrig01, David_Rothstein: fix isset regression in tablesort, add tests, and cleanup theme_process_registry(). 2011-04-10 16:26:08 -07:00
The Great Git Migration 79bcdb8b7d Stripping CVS keywords 2011-02-25 02:06:03 +00:00
Dries Buytaert d58e24b247 - Patch #1020906 by RoboPhred: differentiate process/preprocess hook documentation. 2011-02-19 01:07:00 +00:00
Dries Buytaert fa39282ef7 - Patch #1056108 by 1V: consistent use of 'JavaScript' and 'Ajax'. 2011-02-19 00:09:11 +00:00
Dries Buytaert 10894ac845 - Patch #1049144 by boombatower: remove unnecessary return statements. 2011-02-04 19:03:14 +00:00
Angie Byron 8a6c97a1ce #992376 by larowlan: Fixed Paths containing a hyphen aren't compatible with page theme_hook_suggestions 2011-01-03 08:02:11 +00:00
Dries Buytaert 1b073521df - Patch #982814 by sun: messages are generated too early. 2010-12-11 02:06:25 +00:00
Angie Byron 14779b97e1 #917730 by rfay, David_Rothstein: Fixed various RSS feed links (with tests). 2010-11-29 04:53:32 +00:00
Angie Byron 5eaf3e033f #655742 by sun, jide: Add template variable for outputting HTML HEAD title safely. 2010-11-24 03:30:59 +00:00
Angie Byron 1a91990cae #599706 follow-up by JohnAlbin, sun: Regression: Restore consistency to theme_menu_local_tasks() theme function 2010-11-20 04:03:51 +00:00
Dries Buytaert af22c0c659 - Patch #736556 by daniels220: theme_links() doc needs expansion. 2010-10-30 03:57:20 +00:00
Dries Buytaert 1d0f6479da - Patch #839556 by jrchamp, dmitrig01: remove pointless usage of array_key_exists(). 2010-10-28 02:27:09 +00:00
Dries Buytaert 3cbd47d145 - Patch #647228 by sun, katbailey, Rob Loach: links are needlessly unable to fully participate in D7 AJAX framework features. 2010-10-21 19:31:39 +00:00
Angie Byron 44c2bfdcd1 #898040 by jhodgdon: Replace @name with @defgroup in PHPDoc. 2010-10-08 05:07:53 +00:00
Dries Buytaert facc581013 - Patch #769226 by Owen Barton, sun, effulgentsia, alanburke, bleen18, mfer: optimize JS/CSS aggregation for front-end performance and DX. 2010-10-05 19:59:10 +00:00