| Commit message (Collapse) | Author | Age |
|
|
|
| |
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
|
| |
|
|
|
|
| |
hook_flush_caches().
|
|
|
|
| |
deprecated in favor of 'supported_majors'.
|
|
|
|
| |
functionality) update.module did not inform users when their current release became revoked/not supported
|
|
|
|
| |
instead of 'reports'
|
| |
|
| |
|
|
|
|
| |
all, so we know that this is the cause of problems, not the remote host not responding.
|
|
|
|
| |
disabled modules and themes too
|
|
|
|
| |
help texts, as the handbook we referred to before was renamed
|
|
|
|
| |
message not just a status message in update module
|
| |
|
|
|
|
| |
properly when a stale version of Drupal core was running
|
| |
|
|
|
|
| |
download links and include more pointers to these locations
|
|
|
|
| |
update to avoid any privacy concerns
|
| |
|
| |
|
|
|
|
| |
.schema files into .install files to prevent mistakes.
|
|
|
|
| |
retrieving the drupal_private_key variable in update module, so we can ensure a proper private key is generated
|
| |
|
| |
|
| |
|