| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
drupal_http_request() when a URL fails to parse, instead of failing silently.
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
empty.
|
| |
|
|
|
|
| |
theme_feed_icon() could use more meaningful alt text.
|
|
|
|
| |
language-specific caching and to improve the performance of the caching code.
|
| |
|
|
|
|
| |
accessible for visually impaired people.
|
| |
|
|
|
|
| |
title_attributes() variables for tpl files so that RDFa and Microformats can be implemented.
|
| |
|
| |
|
|
|
|
| |
menu_tree_data().
|
|
|
|
| |
menu_rebuild().
|
|
|
|
| |
weitzman: automatically install/uninstall schema.
|
|
|
|
| |
consistency. Yay to API clean-ups during 'slush'.
|
|
|
|
| |
theme_username() so that RDF patch can be accepted.
|
| |
|
| |
|
|
|
|
| |
database API.
|
|
|
|
| |
other types of stuff to render() structures.
|
| |
|
|
|
|
| |
support a bit easier by providing two cookies and ... hook_goto_alter.
|
|
|
|
| |
enforce proper SQL queries.
|
|
|
|
| |
HTML-encoded.
|
|
|
|
| |
country list.
|
| |
|
|
|
|
| |
EPS, etc.).
|
| |
|
|
|
|
| |
memory and avoid odd bugs.
|
|
|
|
| |
configuration section.
|
|
|
|
| |
accessibility header stuff.
|
|
|
|
| |
template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors.
|
| |
|
| |
|
|
|
|
| |
pattern. Start using it for blocks.
|
|
|
|
| |
before hook_page_alter().
|
|
|
|
| |
(simpletest) browser.
|
|
|
|
| |
.once() method which streamlines the way behavior functions work. Previously, we had to manually ensure that an element is only initialized once. Usually, this happens by adding classes and selecting only those elements which do not have that class. However, this process can be separated out into a jQuery ‘filtering’ function which does all the grunt work.
|
|
|
|
| |
extension mapping rather than setting a huge variable.
|
| |
|
|
|
|
| |
CDNs.
|
| |
|
| |
|
|
|
|
| |
on date' easier.
|
|
|
|
| |
file transfer classes.
|
|
|
|
| |
more' to the new generic AHAH callback, and add support for form definition functions being kept in non-.module files.
|