| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
system_theme_data().
|
| |
|
| |
|
|
|
|
| |
that wish to do modify data in update status module.
|
|
|
|
| |
nominalizations from Docblocks.
|
| |
|
|
|
|
| |
all .install files.
|
|
|
|
| |
on theme admin page.
|
|
|
|
| |
caching so that drupal.org project data persists and site performance (in both directions) is not horrifically mangled.
|
|
|
|
| |
updates and regular updates.
|
|
|
|
| |
users in one request.
|
|
|
|
| |
names as file_load().
|
|
|
|
| |
hook_form_FORM_ID_alters().
|
|
|
|
| |
the modules page that's easier to find than the one buried under the module updates page.
|
|
|
|
| |
fail problem.
|
|
|
|
| |
system_settings_form().
|
| |
|
| |
|
| |
|
|
|
|
| |
Drupal core.
|
|
|
|
| |
descriptions.
|
| |
|
| |
|
|
|
|
| |
advantage of PHP5 XML parser.
|
| |
|
|
|
|
| |
added to .info files.
|
|
|
|
| |
better clarification.
|
|
|
|
| |
absolute paths.
|
| |
|
|
|
|
| |
developer experience.
|
|
|
|
| |
as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
|
| |
|
|
|
|
| |
to more visible place.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
discussion we've decided to make the concatenation operator consistent with the other operators.
|
|
|
|
| |
of watchdog().
|
| |
|
| |
|
| |
|
|
|
|
| |
all cases (critical)
|
| |
|
|
|
|
| |
status module
|
| |
|
|
|
|
| |
less burden on Drupal when generating admin pages (performance)
|
|
|
|
| |
parameter list, which causes strict warnings in PHP 5
|
|
|
|
| |
page (usability)
|
|
|
|
| |
the directory.
|
|
|
|
| |
properly into account in update module
|