|
system_update_6048 |
function |
drupal-6.x/modules/system/system.install |
Increase the size of the 'load_functions' and 'to_arg_functions' fields in table 'menu_router'. |
|
system_update_6049 |
function |
drupal-6.x/modules/system/system.install |
Replace src index on the {url_alias} table with src, language. |
|
system_update_6050 |
function |
drupal-6.x/modules/system/system.install |
Clear any menu router blobs stored in the cache table. |
|
system_update_6051 |
function |
drupal-6.x/modules/system/system.install |
Create a signature_format column. |
|
system_update_6052 |
function |
drupal-6.x/modules/system/system.install |
Add a missing index on the {menu_router} table. |
|
system_update_6053 |
function |
drupal-6.x/modules/system/system.install |
Add a {system} index on type and name. |
|
system_update_6054 |
function |
drupal-6.x/modules/system/system.install |
Add semaphore table. |
|
system_update_6055 |
function |
drupal-6.x/modules/system/system.install |
Improve indexes on the {url_alias} table. |
|
UPDATE_DEFAULT_URL |
constant |
drupal-6.x/modules/update/update.module |
URL to check for updates, if a given project doesn't define its own. |
|
UPDATE_NOT_CURRENT |
constant |
drupal-6.x/modules/update/update.module |
Project has a new release available, but it is not a security release. |
|
UPDATE_NOT_CHECKED |
constant |
drupal-6.x/modules/update/update.module |
Project's status cannot be checked. |
|
UPDATE_NOT_FETCHED |
constant |
drupal-6.x/modules/update/update.module |
There was a failure fetching available update data for this project. |
|
openid_update_6000 |
function |
drupal-6.x/modules/openid/openid.install |
Add the openid_nonce table. |
|
update_update_6000 |
function |
drupal-6.x/modules/update/update.install |
Clear out stale variables from update_status. |
|
locale_update_6000 |
function |
drupal-6.x/modules/locale/locale.install |
{locales_meta} table became {languages}. |
|
locale_update_6001 |
function |
drupal-6.x/modules/locale/locale.install |
Change locale column to language. The language column is added by
update_fix_d6_requirements() in update.php to avoid a large number
of error messages from update.php. All we need to do here is copy
locale to language and then drop locale. |
|
locale_update_6002 |
function |
drupal-6.x/modules/locale/locale.install |
Remove empty translations, we don't need these anymore. |
|
locale_update_6003 |
function |
drupal-6.x/modules/locale/locale.install |
Prune strings with no translations (will be automatically re-registered if still in use) |
|
locale_update_6004 |
function |
drupal-6.x/modules/locale/locale.install |
Fix remaining inconsistent indexes. |
|
locale_update_6005 |
function |
drupal-6.x/modules/locale/locale.install |
Change language setting variable of content types. |
|
locale_update_6006 |
function |
drupal-6.x/modules/locale/locale.install |
Neutralize unsafe language names in the database. |
|
locale_update_6007 |
function |
drupal-6.x/modules/locale/locale.install |
Fix Drupal.formatPlural(). |
|
update.compare.inc |
file |
drupal-6.x/modules/update/update.compare.inc |
Code required only when comparing available updates to existing data. |
|
drupal_load_updates |
function |
drupal-6.x/includes/install.inc |
Initialize the update system by loading all installed module's .install files. |
|
_update_cron_notify |
function |
drupal-6.x/modules/update/update.fetch.inc |
Perform any notifications that should be done once cron fetches new data. |
|
update_requirements |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_requirements(). |
|
_update_cache_clear |
function |
drupal-6.x/modules/update/update.module |
Invalidates specific cached data relating to update status. |
|
update_flush_caches |
function |
drupal-6.x/modules/update/update.module |
Implementation of hook_flush_caches(). |
|
update_get_projects |
function |
drupal-6.x/modules/update/update.compare.inc |
Fetch an array of installed and enabled projects. |
|
theme_update_report |
function |
drupal-6.x/modules/update/update.report.inc |
Theme project status report. |
|
blogapi_update_6000 |
function |
drupal-6.x/modules/blogapi/blogapi.install |
Inform users about the new permission. |
|
blogapi_update_6001 |
function |
drupal-6.x/modules/blogapi/blogapi.install |
Add blogapi_files table to enable size restriction for BlogAPI file uploads. |
|
update_results_page |
function |
drupal-6.x/update.php |
|
|
$update_free_access |
global |
documentation-6.x/developer/globals.php |
Access control for update.php script. Allows the update.php script to be run when
not logged in as and administrator. |
|
comment_update_6001 |
function |
drupal-6.x/modules/comment/comment.install |
|
|
comment_update_6002 |
function |
drupal-6.x/modules/comment/comment.install |
Changed comment settings from global to per-node -- copy global
settings to all node types. |
|
comment_update_6003 |
function |
drupal-6.x/modules/comment/comment.install |
Add index to parent ID field. |
|
comment_update_6004 |
function |
drupal-6.x/modules/comment/comment.install |
Add index to to node_comment_statistics on comment_count |
|
comment_update_6005 |
function |
drupal-6.x/modules/comment/comment.install |
Add indices to uid fields. |
|
update.settings.inc |
file |
drupal-6.x/modules/update/update.settings.inc |
Code required only for the update status settings form. |
|
_book_update_outline |
function |
drupal-6.x/modules/book/book.module |
Common helper function to handles additions and updates to the book outline. |
|
update_manual_status |
function |
drupal-6.x/modules/update/update.fetch.inc |
Callback to manually check the update status without cron. |
|
UPDATE_NOT_SUPPORTED |
constant |
drupal-6.x/modules/update/update.module |
Current release is no longer supported by the project maintainer. |
|
update_get_available |
function |
drupal-6.x/modules/update/update.module |
Internal helper to try to get the update information from the cache
if possible, and to refresh the cache when necessary. |
|
_update_message_text |
function |
drupal-6.x/modules/update/update.module |
Helper function to return the appropriate message text when the site is out
of date or missing a security update. |
|
update_project_cache |
function |
drupal-6.x/modules/update/update.compare.inc |
Retrieve data from {cache_update} or empty the cache when necessary. |
|
theme_update_version |
function |
drupal-6.x/modules/update/update.report.inc |
Theme the version display of a project. |
|
locale_system_update |
function |
drupal-6.x/modules/locale/locale.module |
Imports translations when new modules or themes are installed or enabled. |
|
search_update_totals |
function |
drupal-6.x/modules/search/search.module |
This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
|
update_selection_page |
function |
drupal-6.x/update.php |
Renders a form with a list of available database updates. |