| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
| |
localization and translation-related items.
|
|
|
|
| |
static method to reduce memory footprint of SimpleTest.
|
| |
|
| |
|
| |
|
|
|
|
| |
interface.
|
|
|
|
| |
default to NULL so that NULLs do not need to be specified.
|
| |
|
|
|
|
| |
in .po files into non-default text groups.
|
|
|
|
| |
that makes all languages active (with tests)
|
|
|
|
| |
hook_form_FORM_ID_alters().
|
|
|
|
| |
undefined index locale in install.php and clean up crufty code.
|
| |
|
|
|
|
| |
hook_block().
|
|
|
|
| |
import.
|
|
|
|
| |
hook_translation_link_alter.
|
|
|
|
| |
'logout' to 'user/logout'. For real now.
|
| |
|
| |
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
bot. Hrm...
|
|
|
|
| |
consistency.
|
|
|
|
| |
modify JavaScript being printed to the page.
|
|
|
|
| |
descriptions.
|
|
|
|
| |
test.
|
| |
|
|
|
|
| |
drupal_add_js.
|
| |
|
|
|
|
| |
locale_block().
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
to allow for localization of permission names
|
|
|
|
| |
well as two small kittens.
|
|
|
|
| |
page callbacks.
|
|
|
|
| |
language feature.
|
|
|
|
| |
absolute paths.
|
| |
|
| |
|
|
|
|
| |
broken locale module tests.
|
| |
|
| |
|
|
|
|
| |
online vs on-line.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|