| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
admin/themes/settings.
|
| |
|
|
|
|
| |
consistency with Drupal 4.6.
|
|
|
|
| |
plain text passwords.
|
| |
|
|
|
|
| |
upgrade path for incorrectly set up databases)
|
| |
|
| |
|
|
|
|
|
|
| |
inappropriate db_escape_string() usage)
- #43491: Missing drupal_goto() after saving settings
|
| |
|
| |
|
| |
|
|
|
|
| |
lets you figure out whether cron is running (usability improvement).
|
| |
|
|
|
|
| |
errors.
|
| |
|
| |
|
|
|
|
| |
not break your setup if you haven't run udpate.php yet.
|
|
|
|
|
|
|
| |
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
- system_get_files_database() now includes a 'schema_version' child of each file object.
- That new information is re-saved when Drupal re-populates the system table.
- An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
|
| |
|
| |
|
|
|
|
| |
'#submit'.
|
| |
|
|
|
|
| |
by users.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
files and tmp dir.:
|
| |
|
|
|
|
|
|
|
|
| |
If your module uses variable_get('file_directory_temp', ...) or
variable_get('file_directory_path', ...) please update it to use the new
API.
A list of affected modules is available at http://drupal.org/node/26249#comment-54194.
|
|
|
|
|
|
|
|
|
| |
Deprecates the primary_links module.
This patch was much needed. Thanks Richards!
NOTE: if some themers could investigate if there is room for improvement
with regard to theming, that would be awesome.
|
|
|
|
| |
temporary directory. Fixed file problems on Windows NT systems.
|
|
|
|
| |
help of core modules! /
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|