| Commit message (Collapse) | Author | Age |
|
|
|
| |
hook_url_outbound_alter() if there's nothing to invoke.
|
| |
|
| |
|
|
|
|
| |
drupal_load() should not use drupal_static(). Performance improvement.
|
|
|
|
| |
until the end of bootstrap.
|
|
|
|
| |
module_list().
|
|
|
|
| |
hook_install()/hook_enable().
|
| |
|
|
|
|
| |
API changes to support overlays: lays ground work for implementation.
|
| |
|
|
|
|
| |
webroot files are owned by the httpd user.
|
|
|
|
| |
'Sentence case' labels.
|
|
|
|
| |
_registry_check_code().
|
| |
|
| |
|
|
|
|
| |
FTP (ftp_extension() preferred).
|
|
|
|
| |
and smoothify: Turn custom_url_rewrite_inbound() and custom_url_rewrite_outbound() into hooks.
|
| |
|
| |
|
|
|
|
| |
allow upgrade path to work.
|
|
|
|
| |
spew fatal errors.
|
|
|
|
| |
functions to take one argument without any hacks. NOTE: This is an API change in hook_theme().
|
|
|
|
| |
file_build_uri(). Added tests.
|
| |
|
| |
|
| |
|
|
|
|
| |
manager. This was ready before freeze.
|
| |
|
| |
|
|
|
|
| |
function not found.
|
|
|
|
| |
files, so RDF can be implemented better.
|
| |
|
|
|
|
| |
common.inc. Part of the RDFa exception.
|
|
|
|
| |
returns NULL (no value) after timer_stop(). Added timer tests.
|
|
|
|
| |
hours, but flood events more than 1 hour old being deleted by cron. Improved API documentation, and added tests.
|
|
|
|
| |
in select.
|
|
|
|
| |
stupid tables that only contain an incrementing ID, and fixes database import problems due to user ID 0.
|
|
|
|
| |
fallback for main content block rendering. (Make it so you can't render your site completely unusable by disabling block module. Oopsie.)
|
| |
|
| |
|
|
|
|
| |
Allow contextual editing of dang near everything on the page. Also adds a context system to menu local tasks.
|
| |
|
|
|
|
| |
States system.
|
|
|
|
| |
data translation.
|
| |
|
| |
|
|
|
|
| |
so that Drupal doesn't totally bomb out when theme function isn't found. (also fixes CLI installs)
|
| |
|
| |
|
|
|
|
| |
between field API and locale module + translatable node bodies.
|