| Commit message (Collapse) | Author | Age |
|
|
|
| |
with a phase already executed
|
|
|
|
| |
in the language needed in specific situations, and centralize mail composing operations with hook_mail()
|
| |
|
| |
|
| |
|
|
|
|
| |
improved file API, centralized file validation, implemented quotas and fixed file previews.
|
|
|
|
|
|
| |
to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
|
| |
|
|
|
|
| |
proxy.
|
|
|
|
| |
with sites/default/default.settings.php.
|
|
|
|
| |
improved theme inheritance.
|
|
|
|
| |
domain problems.
|
|
|
|
| |
to filter log messages in the database log.
|
|
|
|
| |
tad smarter. Makes it easier to program for, and easier to replace. Will need to be documented.
|
|
|
|
|
|
|
|
| |
- typo fix in watchdog() phpdoc
- add a missing array() on a watchdog call in ping.module
- handle NULL 'variables' value in syslog module
Noticed these while writing the documentation for watchdog() updates and by comitting the updates into the i18n SVN repository.
|
| |
|
| |
|
| |
|
|
|
|
| |
PHP/Drupal conventions.
|
|
|
|
| |
core. Woot. Woot.
|
|
|
|
| |
Added support for external loggers, and included a small syslog module into core.
|
| |
|
|
|
|
| |
incorrect array value.
|
| |
|
| |
|
| |
|
|
|
|
| |
warnings/errors.
|
| |
|
|
|
|
| |
and there is no upgrade path yet.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
show up to 40% faster page loads.
|
| |
|
|
|
|
| |
systems.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
SQL 92)
|
| |
|
|
|
|
| |
Like that we don't have to load the session when the address is denied access. Can be a notable performance improvement when you block crawlers.
|