| Commit message (Collapse) | Author | Age |
|
|
|
| |
node type data.
|
| |
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
|
|
|
| |
all .install files.
|
| |
|
| |
|
|
|
|
| |
theme setting.
|
| |
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
|
|
|
| |
comment status. Usability improvement based on testing in Baltimore.
|
| |
|
| |
|
|
|
|
| |
names as file_load().
|
|
|
|
| |
user/user_role for consistency.
|
|
|
|
| |
format' based on UMN usability study.
|
|
|
|
| |
table namespace.
|
| |
|
|
|
|
| |
taxonomy_term_data.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
|
|
|
| |
usability of the aliased URL admin page.
|
|
|
|
| |
to singular for consistency. Oh my.
|
| |
|
|
|
|
| |
descriptions.
|
| |
|
|
|
|
| |
without clean URLs enabled.
|
| |
|
|
|
|
| |
assigning arbitrary categories.
|
| |
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
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. :)
|
|
|
|
| |
sable tooth tigers.
|
|
|
|
| |
term pages.
|
|
|
|
| |
user access for the given content type but did not log in the user first.
|
|
|
|
| |
developer experience.
|
|
|
|
| |
Massive file.inc cleanup aaaaaand... tests! Yay! :D
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
|
|
|
| |
future compatilbility. PHP6 is rumoured to drop ereg support.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|