| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
even when the current user is not the edited user.
|
|
|
|
| |
'logout' to 'user/logout'. For real now.
|
| |
|
| |
|
|
|
|
| |
It took a while, but it comes with tests and extra features now.
|
|
|
|
| |
bot. Hrm...
|
|
|
|
| |
consistency.
|
|
|
|
| |
Time? I bet you didn't think Drupal ever would! :)
|
|
|
|
| |
names from Who's Online block.
|
| |
|
|
|
|
| |
removed from them -- comes with tests. Yay.
|
|
|
|
| |
when calling a hook.
|
|
|
|
| |
cache registry lookups.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
hook_file_X(). This is an enabler of lots and lots of goodies. See CHANGELOG.txt for more. Awesome work, guys. :)
|
|
|
|
| |
well as two small kittens.
|
| |
|
|
|
|
| |
absolute paths.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
handling code.
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
| |
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
generation database layer for Drupal 7.
|
| |
|
| |
|
| |
|
|
|
|
| |
user from database.
|
|
|
|
| |
printes #markup, not #value.
|
| |
|
| |
|
| |
|
|
|
|
| |
registrations had blank subject line.
|
|
|
|
| |
simpletests for the (new) permission handling. At last.
|
|
|
|
|
|
|
|
|
|
|
| |
flobruit
et al. Can you say 'registry'? Drupal now maintains an internal registry of
all functions or classes in the system, allowing it to lazy-load code files as
needed (reducing the amount of code that must be parsed on each request). The
list of included files is cached per menu callback for subsequent loading by
the menu router. This way, a given page request will have all the code it needs
but little else, minimizing time spent parsing unneeded code.
|
| |
|
|
|
|
| |
committed to D6.
|
| |
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|