| Commit message (Collapse) | Author | Age |
|
|
|
| |
texts. Steve Krug would be proud.
|
| |
|
|
|
|
| |
below Site configuration.
|
| |
|
|
|
|
| |
t() to help deal with ambigious strings (and improved the locale APIs a bit). Example: May is both a short month name as a long month name in English, but not necessarily in other languages.
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
| |
|
|
|
|
| |
all .install files.
|
| |
|
| |
|
| |
|
|
|
|
| |
the review sun.
|
|
|
|
| |
exciting.
|
| |
|
|
|
|
| |
when it has not yet been configured.
|
| |
|
| |
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
| |
|
|
|
|
| |
categories exist.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
|
|
|
| |
descriptions.
|
|
|
|
| |
check_plain() by default.
|
|
|
|
| |
some configurations.
|
| |
|
|
|
|
| |
default.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
node type related permissions together.
|
| |
|
|
|
|
| |
control. Yay.
|
|
|
|
| |
filter_var and FILTER_VALIDATE_EMAIL.
|
| |
|
|
|
|
| |
categories.
|
| |
|
| |
|
|
|
|
| |
printes #markup, not #value.
|
|
|
|
| |
simplified contact module thanks to that. Also removed some whitespace.
|
|
|
|
| |
batch API for running the tests instead of an all-in-one approach. Great work.
|
| |
|
|
|
|
| |
requests. This actually fixes one failure.
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|