| Commit message (Collapse) | Author | Age |
|
|
|
| |
hey hey hey... gooood byeeee...
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
menu_rebuild().
|
|
|
|
| |
weitzman: automatically install/uninstall schema.
|
|
|
|
| |
number of broken links.
|
|
|
|
| |
consistency. Yay to API clean-ups during 'slush'.
|
| |
|
|
|
|
| |
in IE.
|
|
|
|
| |
other types of stuff to render() structures.
|
|
|
|
| |
support a bit easier by providing two cookies and ... hook_goto_alter.
|
| |
|
|
|
|
| |
EPS, etc.).
|
| |
|
|
|
|
| |
configuration section.
|
|
|
|
| |
accessibility header stuff.
|
| |
|
| |
|
|
|
|
| |
pattern. Start using it for blocks.
|
|
|
|
| |
before hook_page_alter().
|
|
|
|
| |
.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.
|
|
|
|
| |
{block_custom}.
|
|
|
|
| |
CDNs.
|
|
|
|
| |
for consistency in the API.
|
|
|
|
| |
core's database schema making sense.
|
| |
|
|
|
|
| |
drupal_mail().
|
| |
|
|
|
|
| |
API clean-up and documentation improvements.
|
|
|
|
| |
patch.
|
|
|
|
| |
variable.
|
| |
|
| |
|
|
|
|
| |
left in accidentally after removing the per-user theme feature from core.
|
|
|
|
| |
loading for nodes, users, taxonomies, files and comments.
|
|
|
|
| |
drupal_add_library(), for consistency with #attached_css and #attached_js.
|
|
|
|
| |
menu item.
|
|
|
|
| |
rendering API.
|
| |
|
|
|
|
| |
new show flag.
|
|
|
|
| |
administration pages.
|
| |
|
| |
|
|
|
|
| |
configuration page.
|
|
|
|
| |
category and move Aggregator under there.
|
| |
|
|
|
|
| |
form-item-[name].
|
|
|
|
| |
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.
|