From b502f4c88a70dc6bc7a942078e6187e7765e2c4f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 25 Sep 2010 18:10:53 +0000 Subject: - Patch #909272 by chx: remove stub update functions and renumber the remaining ones. --- modules/system/system.install | 90 ------------------------------------------- 1 file changed, 90 deletions(-) (limited to 'modules/system/system.install') diff --git a/modules/system/system.install b/modules/system/system.install index 7a5230aee..fc6ff52a9 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1863,15 +1863,6 @@ function system_update_7005() { variable_del('throttle_probability_limiter'); } -/** - * Registry tables and drop the file key of the menu router, since it is no - * longer needed. - * - * Moved to update_fix_d7_requirements(). - */ -function system_update_7006() { -} - /** * Convert to new method of storing permissions. * @@ -1898,15 +1889,6 @@ function system_update_7007() { return implode(', ', $messages); } -/** - * Use the poll_choice primary key to record votes in poll_votes rather than - * the choice order. Rename chorder to weight. - * - * Moved to poll_update_7001(). - */ -function system_update_7008() { -} - /** * Rename the variable for primary links. */ @@ -1918,12 +1900,6 @@ function system_update_7009() { } } -/** - * Moved to system_update_6048(). - */ -function system_update_7010() { -} - /** * Split the 'bypass node access' permission from 'administer nodes'. */ @@ -1945,12 +1921,6 @@ function system_update_7011() { $insert->execute(); } -/** - * Moved to block_update_7002(). - */ -function system_update_7012() { -} - /** * Convert default time zone offset to default time zone name. */ @@ -2003,12 +1973,6 @@ function system_update_7013() { variable_del('date_temporary_timezone'); } -/** - * Drop the bootstrap column from the {system} table. This was reverted. - */ -function system_update_7014() { -} - /** * Change the user logout path. */ @@ -2133,12 +2097,6 @@ function system_update_7027() { module_enable($module_list, FALSE); } -/** - * Moved to taxonomy_update_7001(). - */ -function system_update_7028() { -} - /** * Add new 'view own unpublished content' permission for authenticated users. * Preserves legacy behavior from Drupal 6.x. @@ -2152,14 +2110,6 @@ function system_update_7029() { ->execute(); } -/** - * Removed in favour of Drupal 6 backport. - * - * @see system_update_6052() - */ -function system_update_7031() { -} - /** * Alter field hostname to identifier in the {flood} table. */ @@ -2271,13 +2221,6 @@ function system_update_7034() { db_create_table('file_managed', $schema['file_managed']); } -/** - * Migrate upload module files to the new {file_managed} table. - */ -function system_update_7035() { - // Update merged into system_update_7059(). -} - /** * Split the 'access site in maintenance mode' permission from 'administer site configuration'. */ @@ -2309,32 +2252,6 @@ function system_update_7037() { db_change_field('actions', 'description', 'label', array('type' => 'varchar', 'length' => 255, 'not null' => TRUE, 'default' => '0')); } -/** - * Adds fields to the {menu_router} table to allow custom themes to be set per - * page. - * - * Moved to update_fix_d7_requirements(). - */ -function system_update_7039() { -} - -/** - * Create new date format tables. - * - * Moved to update_fix_d7_requirements(). - */ -function system_update_7040() { -} - -/** - * Adds 'delivery_callback' field to the {menu_router} table to allow a custom - * function to be used for final page rendering and sending to browser. - * - * Moved to update_fix_d7_requirements(). - */ -function system_update_7041() { -} - /** * Upgrade the {url_alias} table and create a cache bin for path aliases. */ @@ -2357,13 +2274,6 @@ function system_update_7042() { db_add_index('url_alias', 'alias_language_pid', array('alias', 'language', 'pid')); } -/** - * Add a 'context' field to {menu_router} to control contextual placement of local tasks. - */ -function system_update_7043() { - // Moved to update_fix_d7_requirements(). -} - /** * Drop the actions_aid table. */ -- cgit v1.2.3