Angie Byron
ed86172814
#331951 by aspilicious, sun, jhodgdon, Morbus, et al: Figure out and apply coding standard for casting.
2010-05-06 05:59:31 +00:00
Dries Buytaert
ca1fc09e1f
- Patch #555830 by effulgentsia: better code comments.
2010-04-30 20:07:03 +00:00
Dries Buytaert
5f98fb812b
- Patch #555830 by sun, effulgentsia, mgifford, TheRec, aspilicious: clean up theme_image() to use drupal_attributes() for all attributes and revisit defaults for 'alt' and 'title'.
2010-04-30 12:53:47 +00:00
Dries Buytaert
fe2fdd4f4a
- Patch #736326 by jhodgdon, aspilicious: hook_process() and associated hooks are undocumented.
2010-04-28 20:00:34 +00:00
Angie Byron
766b7691fa
#779494 follow-up by marcingy, tobiasb, aspilicious: Fixed Notices on install screens.
2010-04-26 17:54:49 +00:00
Dries Buytaert
3e547ae045
- Patch #779494 by marcingy: fixed notices on install screens.
2010-04-24 14:42:35 +00:00
Angie Byron
67a19cf48b
#688294 by Berdir, andypost, Crell, catch: Fixed Switch from db_is_active() to proper exception catching.
2010-04-23 05:21:19 +00:00
Dries Buytaert
df17569a04
- Patch #722978 by Alan D., duellj: invalid header count for empty message in theme_table().
2010-04-22 22:33:29 +00:00
Dries Buytaert
3c3cee28b9
- Patch #716496 by JohnAlbin: documentation updates for theme functions.
2010-04-13 15:23:03 +00:00
Dries Buytaert
c2b1029595
- Patch #592008 by moshe weitzman, David_Rothstein, chx: don't save theme registry before modules are included.
2010-04-06 17:56:40 +00:00
Dries Buytaert
fa63e6fe68
- Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave Reid, JohnAlbin, aspilicious: themes disabled during update.
2010-03-31 19:10:39 +00:00
Dries Buytaert
d428fe37b9
- Patch #681538 by aspilicious, jhodgdon, trevjs: fixed possibly broken @see also links.
2010-03-26 17:14:46 +00:00
Dries Buytaert
32bc8911b1
- Patch #629902 by andypost, JohnAlbin, David_Rothstein: critical bug: theme_get_setting() should return NULL for features that are disabled in a theme.
2010-03-26 12:45:20 +00:00
Angie Byron
426f82ac6d
#241570 by effulgentsia and merlinofchaos: Fixed Theme preprocess functions do not get retained when using patterns.
2010-03-21 04:05:24 +00:00
Dries Buytaert
cb009a324e
- Patch #720202 by naxoc, kkaefer: theme_table() doesn't use thead with empty cells.
2010-03-18 19:03:29 +00:00
Dries Buytaert
e5e3d279e2
- Patch #461938 by Kars-T, Garrett Albright, JamesAn, grendzy: fixed inconsistent use of filter_xss_admin() on () and ().
2010-03-04 09:03:08 +00:00
Dries Buytaert
a5d180b9c0
- Patch #347959 by sun, Damien Tournoud, justinrandell, scor, chx: modules_installed() was broken during testing.
2010-03-02 09:07:09 +00:00
Dries Buytaert
a9286dd3c2
- Patch #610408 by JohnAlbin: create theme.api.php to help consolidate theme-related documentation.
2010-02-27 09:24:09 +00:00
Dries Buytaert
96b9d512c3
- Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored after 31 link/style tags.
2010-02-25 20:57:39 +00:00
Angie Byron
dce608f5a4
#674784 by JohnAlbin, naxoc, et al: Fixed theme_get_suggestions() fails to return 'page__front()' suggestion on front page.
2010-02-23 18:32:00 +00:00
Dries Buytaert
5f4dd61ff0
- Patch #721556 by JohnAlbin: bye bye theme_submenu() -- it has never, ever been used.
2010-02-22 19:21:34 +00:00
Dries Buytaert
98504c7cc2
- Patch #716554 by JohnAlbin: docblock for theme_get_setting() is confusing.
2010-02-17 08:50:49 +00:00
Angie Byron
f177c12db7
#337947 follow-up by Jacine: Capitalization and markup fixes for Dashboard.
2010-02-17 03:37:12 +00:00
Dries Buytaert
8f7b37b730
- Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move error/exception handler higher up in the bootstrap process.
2010-02-15 15:52:27 +00:00
Dries Buytaert
2893abcc62
- Patch #652246 by effulgentsia, scor: optimize theme('field') and use it for comment body.
2010-02-07 09:11:28 +00:00
Dries Buytaert
1e8da1f9ae
- Patch #681538 by aspilicious, jhodgdon: improved documentation, better @see also links.
2010-01-30 07:54:01 +00:00
Angie Byron
196aaa7d51
#553944 follow-up by David_Rothstein: Allow modules to override per-page custom themes.
2010-01-30 03:38:22 +00:00
Dries Buytaert
af3f94b37e
- Patch #693614 by asimmonds: fixed PHPDoc spelling typos.
2010-01-25 10:38:35 +00:00
Angie Byron
02d2f6e04a
#678714 by effulgentsia: Unify use of theme hook / template suggestions, fix clobbering problems, and improve suggestion discovery performance.
2010-01-13 05:40:03 +00:00
Angie Byron
32dd3b46b6
#660856 by effulgentsia: Optimize template_preprocess().
2010-01-10 02:15:12 +00:00
Angie Byron
c675d4f951
#680022 by yched: Fixed template_preprocess() generates invalid CSS classes.
2010-01-10 01:05:22 +00:00
Angie Byron
20bac50d4a
#299308 by redndahead, Dave Reid, dropcube, catch, redndahead, and dbabbage: Add POD to installation requirements.
2010-01-09 22:01:42 +00:00
Dries Buytaert
4a42062b5b
- Patch #667038 by effulgentsia: optimize template_process().
2010-01-09 06:35:38 +00:00
Angie Byron
caacf80aee
#621008 by seutje: Fixed 'theme path' is wrong for theme process and preprocess overrides.
2010-01-07 14:48:56 +00:00
Dries Buytaert
102a682914
- Patch #652588 by scor: updated RDF mapping definition in the core modules.
2010-01-05 18:56:49 +00:00
Angie Byron
1dc503a56a
#669374 by jhodgdon: Change @verbatim in Doxygen to @code.
2010-01-04 16:20:20 +00:00
Angie Byron
37b78e0259
#646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files.
2010-01-04 03:57:19 +00:00
Angie Byron
b39cf55f15
#653622 by effulgentsia: Make the '__' pattern for theme suggestions easier to use.
2010-01-03 01:16:07 +00:00
Dries Buytaert
0e48fc4ece
- Patch #668150 by mfb: fxed theme_item_list() when used with nested lists.
2009-12-28 20:58:08 +00:00
Dries Buytaert
8749a43a54
- Patch #601548 by Damien Tournoud, moshe weitzman: loosen the dependency between t() and the theming layer.
2009-12-22 14:47:14 +00:00
Dries Buytaert
92760988b9
- Patch #648410 by Dave Reid: standardize add 'empty' row functionality to all tables.
2009-12-02 14:56:32 +00:00
Angie Byron
c912008307
#610234 by Gábor Hojtsy, ksenzee, cwgordon7, David_Rothstein, seutje, marcvangend, sun, JoshuaRogers, markus_petrux, Bojhan, Rob Loach, Everett Zufelt, drifter, markboulton, leisareichelt, et al: Added Overlay module to core, which shows administrative pages in a JS overlay, retaining context on the front-end site.
2009-12-02 07:28:22 +00:00
Dries Buytaert
886cc50e75
- Patch #491214 by JohnAlbin, Gábor Hojtsy, eigentor: implement a more usable top level Appearance page. Yay.
2009-12-01 00:39:35 +00:00
Dries Buytaert
b3e42eb5cd
- Patch #626688 by justinrandell, catch, chx: add caching for system_list().
2009-11-26 18:57:16 +00:00
Angie Byron
457a109406
#467640 by casey: Consolidate overly verbose code in theme_render_template().
2009-11-20 04:29:42 +00:00
Dries Buytaert
f3d0a6fc02
- Patch #624772 by David_Rothstein: there is no such thing as a custom theme.
2009-11-12 21:05:49 +00:00
Dries Buytaert
2387e71f6d
- Patch #614444 by scor, effulgentsia: more consistent RDFa logic for username.
2009-11-12 07:00:48 +00:00
Angie Byron
031a687649
#318636 by effulgentsia, sun, Damien Tournoud, Xano, and jrchamp: Make l() themable.
2009-11-08 12:43:41 +00:00
Dries Buytaert
7080b8f35d
- Patch #623992 by catch: performance improvement: reduce {system} database hits on every page request.
2009-11-08 09:29:07 +00:00
Angie Byron
d9017f5878
#591794 follow-up by effulgentsia: Reduce performance overhead of drupal_alter().
2009-11-05 16:19:25 +00:00
Angie Byron
0d8515deb7
#552478 by pwolanin, samj, dropcube, and sun: Improve link/header API and support on node/comment pages rel=canonical and rel=shortlink standards.
2009-11-03 06:47:23 +00:00
Angie Byron
ae842168f9
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.
2009-11-03 05:27:18 +00:00
Angie Byron
e9ef3ac2f2
#541612 by mgifford: Added meaningful alt attribute to sortable table header links.
2009-11-02 00:25:32 +00:00
Angie Byron
c409a47fcc
#592008 follow-up by chx and moshe weitzman: All theme() function calls in hook_init().
2009-11-01 22:10:07 +00:00
Angie Byron
ca8eee7545
#192056 by effulgentsia, Dave Cohen, andypost, hswong3i, geodaniel, pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
2009-11-01 21:26:44 +00:00
Angie Byron
a7149821d6
#600974 by effulgentsia, JohnAlbin, sun, and Damien Tournoud: Allow theme functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
2009-10-23 22:24:19 +00:00
Dries Buytaert
33452c61a2
- Patch #550742 by sun: removed some left-over code.
2009-10-19 23:28:40 +00:00
Angie Byron
5b5cf0b0df
#412730 follow-up by mikey_p: Fixed return value of theme() when theme function not found.
2009-10-19 02:06:52 +00:00
Dries Buytaert
079dca8e17
- Patch #608036 by effulgentsia: add content_attributes() variable for tpl files, so RDF can be implemented better.
2009-10-19 01:30:07 +00:00
Angie Byron
1650fea5d9
#516150 by David_Rothstein, dropcube, Senpai, alexanderpas, sun: Add fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
2009-10-18 05:28:43 +00:00
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