| Commit message (Collapse) | Author | Age |
... | |
| |
|
|
|
|
| |
between t() and the theming layer.
|
|
|
|
| |
more consistent.
|
|
|
|
| |
addresses.
|
| |
|
|
|
|
| |
taxonomy term and user account pages.
|
|
|
|
| |
Update user module to new help standard.
|
|
|
|
| |
compliance with standards.
|
|
|
|
| |
This should be a best practice, IMO.
|
|
|
|
| |
help text on roles page.
|
| |
|
| |
|
|
|
|
| |
drupal_static() in performance-critical functions.
|
| |
|
| |
|
|
|
|
| |
#process of password_confirm().
|
|
|
|
| |
becuase object was not passed correctly.
|
| |
|
| |
|
|
|
|
| |
contextual links.
|
|
|
|
| |
pwolanin, and dahacouk: Ensure user's raw login name is never output directly.
|
| |
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
| |
|
|
|
|
| |
Melançon, kriskras, dmitrig01, sun: added RDFa support to Drupal core. Oh my, oh my.
|
|
|
|
| |
hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
|
|
|
|
| |
so it looks consistent on ?q=admin.
|
|
|
|
| |
stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
|
|
|
|
| |
information.
|
| |
|
| |
|
| |
|
|
|
|
| |
anonymous users.
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
presave/insert/update/form_alter hook paradigm.
|
|
|
|
| |
information for contact forms.
|
| |
|
|
|
|
| |
take a single argument. Code clean-up and performance improvement. Woot.
|
|
|
|
| |
admin users and admin nodes.
|
|
|
|
| |
and emails to token system.
|
|
|
|
| |
url() only accept an array. Another nice API clean-up!
|
|
|
|
| |
slipped in.
|
|
|
|
| |
tabs on admin pages are not accessible from overviews and menus.
|
|
|
|
| |
hook_user_register() DIE!
|
|
|
|
| |
mcrittenden, webchick, Josh Waihi, alpritt, heather: improved the password checker.
|
|
|
|
| |
handling. I can actually understand it now. ;-).
|
|
|
|
| |
Reid, brianV, sun.core, cweagans, Dries: gave trigger.module and includes/actions.inc an API overhaul. Simplified definitions of actions and triggers and removed dependency on the combination of hooks and operations. Triggers now directly map to module hooks.
|
|
|
|
| |
revoke permissions from a role etc.
|
|
|
|
|
|
| |
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.
|