| Commit message (Collapse) | Author | Age |
|
|
|
| |
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.
|
|
|
|
| |
registry rip. Let's try that again.
|
| |
|
|
|
|
| |
substitution to core.
|
|
|
|
| |
pattern/js for hiding machine readable names (applied to menu and content types).
|
|
|
|
| |
local tasks.
|
|
|
|
| |
status message.
|
| |
|
| |
|
| |
|
|
|
|
| |
a poormanscron-like feature to core.
|
| |
|
|
|
|
| |
Convert 'class' attribute to use an array, not a string.
|
|
|
|
| |
accessibility, navigation menus should be preceded by headings of the appropriate level.
|