Commit Graph

536 Commits (2484439643f86cbc2da3b4f391eb3e23e51fc94d)

Author SHA1 Message Date
Angie Byron 9dda515bbc #412730 folllow-up by Crell: Move missing theme key notification to watchdog so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs) 2009-10-16 08:27:41 +00:00
Dries Buytaert 35e21e54e1 - Patch #412730 by Crell, jbomb, JohnAlbin: theme system should report when a theme key is not found. 2009-10-15 12:27:34 +00:00
Dries Buytaert a019a9ebb0 - Patch #563708 by JohnAlbin, joshmiller: improve theme_get_setting() and make custom theme settings a true form_alter(). 2009-10-14 10:56:35 +00:00
Angie Byron 89d04ea78a #561452 by pwolanin and David_Rothstein: Add API function to get module/theme info without rebuilding it. 2009-10-13 05:26:57 +00:00
Angie Byron 1b9cde9d85 #282191 by plach, nedjo, catch, et al: TF #1: Allow different interface language for the same path. 2009-10-09 16:33:14 +00:00
Dries Buytaert c05f2181dc - Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot. 2009-10-09 01:00:08 +00:00
Angie Byron 93eb8b3413 #60552 by JohnAlbin: Added Add region.tpl.php for all regions in themes. 2009-10-05 02:43:01 +00:00
Angie Byron dd571ffe34 #464862 follow-up by kkaefer: Rename drupal_css_class() to drupal_html_class_X(), for better accuracy. 2009-10-05 01:18:26 +00:00
Dries Buytaert 919d94be6e - Patch #592008 by moshe weitzman | chx: don't initialize theme system before modules are included. 2009-10-03 19:27:44 +00:00
Dries Buytaert b544777095 - Patch #464862 by JohnAlbin, sun, dereine | dvessel, Jacine, Zarabadoo: added drupal_css_class() to clean class names and rename form_clean_id(). 2009-10-03 19:16:04 +00:00
Dries Buytaert a8f8a26f6d - Patch #553944 by David_Rothstein, ksenzee | JacobSingh, sun, jhodgdon, pwolanin: allow modules to specify per-page custom themes in hook_menu(). 2009-09-30 13:09:30 +00:00
Dries Buytaert 0741d8e323 - Patch #550742 by douggreen | Zarabadoo: remove Search box from theme system, default to block system instead. 2009-09-21 06:36:54 +00:00
Dries Buytaert 9dd2ce283e - Patch #565792 by pwolanin, salvis: follow-up on theme_username refactoring. 2009-09-15 20:03:18 +00:00
Angie Byron 6c0f8eba1c #469242 by tic2000, Pasqualle, pwolanin, Nick Lewis, moshe weitzman, Rob Loach,
and alexanderpas: page.tpl.php has now been split into html.tpl.php
(for <html>, <head>, and <body>) and page.tpl.php (for page content).
This now provides consistency for granular theming of renderable output in all
template files.
2009-09-15 17:10:39 +00:00
Dries Buytaert 5e590b9e4e - Patch #520734 by Everett Zufelt, webernet | Dries, mgifford: theme_feed_icon() could use more meaningful alt text. 2009-09-11 15:17:00 +00:00
Dries Buytaert 28a9529524 - Patch #526674 by Everett Zufelt, mgifford: made breadcrumbs more accessible for visually impaired people. 2009-09-11 14:14:16 +00:00
Dries Buytaert 2729f1c2f0 - Patch #569362 by scor, effulgentsia, catch: add attributes and title_attributes() variables for tpl files so that RDFa and Microformats can be implemented. 2009-09-11 06:48:03 +00:00
Dries Buytaert 6d6915400e - Patch #565792 by pwolanin, effulgentsia, scor, fago, dahacouk: refactor theme_username() so that RDF patch can be accepted. 2009-09-09 21:44:01 +00:00
Angie Byron ce52f41a29 #364219 follow-up by TheRec: One last API nicety to theme_links() for the accessibility header stuff. 2009-08-31 19:50:18 +00:00
Angie Byron 896954da58 #321828 by Davy Van Den Bremt and Damien Tournoud: Move template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors. 2009-08-31 18:43:12 +00:00
Angie Byron 770e0d54f9 #364470 by stBorchert and JohnAlbin: Made theming of 'Submitted by author, on date' easier. 2009-08-29 04:16:15 +00:00
Dries Buytaert 9d6dcc5682 - Patch #423992 by JohnAlbin, Davy Van Den Bremt: remove show_blocks page variable. 2009-08-26 10:53:45 +00:00
Angie Byron 245d83cb84 #364219 follow-up by TheRec: Fix invocations of theme_links() via Drupal's rendering API. 2009-08-25 15:39:13 +00:00
Angie Byron 61dd88e8b1 #364219 follow-up by brandonojc: Commit missing hunk from last patch. 2009-08-24 00:34:11 +00:00
Angie Byron 2c55219315 #497118 by chx, catch, pwolanin, JoshuaRogers, and Jacob Singh: Remove the function registry. While the hope was that this would result in improved performance for low-end hosts, it comes at the expense of critical development experience problems and less benefit than something like APC. Class registry remains intact to facilitate autoloading. 2009-08-24 00:14:23 +00:00
Angie Byron e63e85020b Of all the patches to accidentally commit without a message. :( Rolling back registry rip. Let's try that again. 2009-08-24 00:10:46 +00:00
Angie Byron 4ae238ea57 *** empty log message *** 2009-08-24 00:02:05 +00:00
Angie Byron a2694498f1 #542658 by Gábor Hojtsy, sun, pwolanin: Move action 'tabs' out of local tasks. 2009-08-22 19:58:28 +00:00
Dries Buytaert 06d296d5f9 - Patch #520734 by Everett Zufelt: for accessibility, theme_feed_icon could use more meaningful alt text. 2009-08-22 15:55:37 +00:00
Angie Byron 36ec189695 #326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string. 2009-08-22 14:34:23 +00:00
Angie Byron 1aee5cf42d #515236 by brandonojc, Everett Zufelt, and zzolo: Added additional markup to theme_status_messages() to be more apparent to assistive technology users. 2009-08-20 15:18:09 +00:00
Angie Byron 01d98fa50b #400292 by effulgentsia: Allow preprocess functions for theme hooks implemented as functions. 2009-08-19 22:44:05 +00:00
Angie Byron b41323642b #517814 by jmstacey, justinrandell, pwolanin, drewish, Jody Lynn, aaron, dopry, and c960657: Converted File API to stream wrappers, for enhanced private/public file handling, and the ability to reference other storage mechanisms such as s3:// and flicker://. 2009-08-17 19:14:42 +00:00
Angie Byron a3018c01a2 #167112 by evil_marty and deekayen: Add support for 'wildcard' .tpl.php files to act on any numeric pages, such as page-user-%.tpl.php 2009-08-13 03:05:54 +00:00
Angie Byron 24057c3d53 #531476 by aaron and mfb: Add favicon mimetype as a theme setting to avoid expensive calls to file system. 2009-08-04 07:04:21 +00:00
Angie Byron 0bd7fcbf38 #226587 by JohnAlbin, E.Z, et al: Make sidebar regions semantic and RTL-friendly. 2009-08-03 03:04:34 +00:00
Dries Buytaert 1a5c71e2da - Patch #92877 by mfer, Rob Loach, Damien Tournoud, et al: add numeric weight to drupal_add_css. 2009-07-30 19:57:10 +00:00
Dries Buytaert 7d41b2d7f5 - Patch #519782 by tic2000: change to become a hidden region like page_top. 2009-07-27 18:38:35 +00:00
Dries Buytaert 5a8452c55b - Patch #493746 by JohnAlbin, ultimateboy, moshe weitzman: Enhance drupal_attributes() for multiple valued values. 2009-07-15 17:40:18 +00:00
Dries Buytaert ef09cf93e5 - Patch #517542 by David Strauss: renamed functions for clarity. We say 'yay' to clarity! 2009-07-14 10:22:17 +00:00
Angie Byron 0142292c71 #373201 by moshe weitzman, chx, Frando, eaton: Allow renderable array properties to be passed directly to theme functions. 2009-07-02 04:27:23 +00:00
Angie Byron 4d202669af #455844 by yched, JohnAlbin, moshe weitzman, Frando, et al: Allow more granular theming of drupal_render()ed elements. 2009-06-18 21:19:02 +00:00
Dries Buytaert 2c942561e2 - Patch #461938 by jamesAn: proper filtering of and . 2009-06-13 19:34:57 +00:00
Dries Buytaert 1f9077ee92 - Patch #147000 by Berdir: unify and rewrite module_rebuild_cache() and system_theme_data(). 2009-06-06 16:05:28 +00:00
Angie Byron db081c1448 #422116 by JohnAlbin: Kill off theme_engine_name prefix for theme functions to assist with theme inheritance and TX (Themer eXperience). 2009-06-02 03:57:22 +00:00
Angie Byron 2df43894e2 #306358 by dvessel, JohnAlbin, and flobruit: Add a single $classes string (and corresponding $classes_array) for all dynamic classes in template files. 2009-05-28 16:44:07 +00:00
Dries Buytaert 7e36364c5c - Patch #465190 by Heine: add check_plain() call. 2009-05-26 10:41:06 +00:00
Dries Buytaert a24a6c2bba - Patch #471070 by stella: millions of code style fixes. 2009-05-24 17:39:35 +00:00
Dries Buytaert 7f5afdeedb - Patch #363905 by dereine: move template_preproces_node/block out of theme.inc. 2009-05-22 11:34:05 +00:00
Angie Byron 4bc255ba79 Roll-back of #310467: Breaks installer requirements check and update.php. 2009-05-21 23:07:16 +00:00