Go to the source code of this file.
Definition in file updaters.inc.
add_field | ( | $ | table, | |
$ | field, | |||
$ | patch, | |||
$ | fullpath = false | |||
) |
Definition at line 278 of file updaters.inc.
References archive(), and wfOut().
Referenced by do_all_updates().
add_index | ( | $ | table, | |
$ | index, | |||
$ | patch, | |||
$ | fullpath = false | |||
) |
Definition at line 295 of file updaters.inc.
References archive(), and wfOut().
Referenced by do_all_updates().
add_table | ( | $ | name, | |
$ | patch, | |||
$ | fullpath = false | |||
) |
Definition at line 244 of file updaters.inc.
References $name, archive(), and wfOut().
Referenced by do_all_updates().
archive | ( | $ | name | ) |
Definition at line 1171 of file updaters.inc.
References $IP, and $wgDBtype.
Referenced by add_field(), add_index(), add_table(), check_bin(), do_archive_user_index(), do_backlinking_indices_update(), do_categorylinks_indices_update(), do_drop_img_type(), do_filearchive_indices_update(), do_image_index_update(), do_image_name_unique_update(), do_image_user_index(), do_index_update(), do_interwiki_update(), do_inverse_timestamp(), do_logging_timestamp_index(), do_oldimage_user_index(), do_pagelinks_update(), do_postgres_updates(), do_rc_indices_update(), do_restrictions_update(), do_templatelinks_update(), do_text_id(), do_unique_pl_tl_il(), do_update_mime_minor_field(), do_update_transcache_field(), do_user_groups_reformat(), do_user_groups_update(), do_user_unique_update(), do_user_update(), do_watchlist_null(), do_watchlist_update(), fix_ancient_imagelinks(), maybe_do_profiling_memory_update(), modify_field(), rename_eu_wiki_id(), rename_table(), sqlite_initial_indexes(), and sqlite_setup_searchindex().
check_bin | ( | $ | table, | |
$ | field, | |||
$ | patchFile | |||
) |
do_active_users_init | ( | ) |
do_all_updates | ( | $ | shared = false , |
|
$ | purge = true | |||
) |
Definition at line 1108 of file updaters.inc.
References $IP, $purge, $shared, $wgDBtype, $wgExtModifiedFields, $wgExtNewFields, $wgExtNewIndexes, $wgExtNewTables, $wgSharedDB, $wgSharedTables, $wgUpdates, add_field(), add_index(), add_table(), do_postgres_updates(), do_stats_init(), modify_field(), purge_cache(), DeleteDefaultMessages::reallyExecute(), wfOut(), and wfRunHooks().
do_archive_user_index | ( | ) |
do_backlinking_indices_update | ( | ) |
do_category_population | ( | ) |
Definition at line 1255 of file updaters.inc.
References populateCategory(), update_row_exists(), and wfOut().
do_categorylinks_indices_update | ( | ) |
do_copy_newtalk_to_watchlist | ( | ) |
do_drop_img_type | ( | ) |
do_filearchive_indices_update | ( | ) |
do_image_index_update | ( | ) |
do_image_name_unique_update | ( | ) |
do_image_user_index | ( | ) |
do_index_update | ( | ) |
do_interwiki_update | ( | ) |
do_inverse_timestamp | ( | ) |
do_log_search_population | ( | ) |
Definition at line 1321 of file updaters.inc.
References migrate_log_params(), update_row_exists(), and wfOut().
do_logging_timestamp_index | ( | ) |
do_namespace_size | ( | ) |
do_namespace_size_on | ( | $ | table, | |
$ | prefix | |||
) |
Definition at line 714 of file updaters.inc.
References $result, $wgDBtype, and wfOut().
Referenced by do_namespace_size().
do_old_links_update | ( | ) |
do_oldimage_user_index | ( | ) |
do_page_random_update | ( | ) |
do_pagelinks_namespace | ( | $ | namespace | ) |
Definition at line 756 of file updaters.inc.
References $name, $wgContLang, and wfOut().
Referenced by do_pagelinks_update().
do_pagelinks_update | ( | ) |
Definition at line 737 of file updaters.inc.
References $name, $wgCanonicalNamespaceNames, archive(), do_pagelinks_namespace(), and wfOut().
do_populate_parent_id | ( | ) |
Definition at line 1269 of file updaters.inc.
References populate_rev_parent_id(), update_row_exists(), and wfOut().
do_postgres_updates | ( | ) |
Definition at line 1495 of file updaters.inc.
References $command, $conf, $path, $version, $wgDBmwschema, $wgDBts2schema, $wgDBuser, $wgExtNewIndexes, $wgExtNewTables, $wgExtPGAlteredFields, $wgExtPGNewFields, $wgShowExceptionDetails, $wgVersion, archive(), pg_describe_index(), pg_fkey_deltype(), pg_index_exists(), and wfOut().
Referenced by do_all_updates().
do_rc_indices_update | ( | ) |
do_restrictions_update | ( | ) |
Definition at line 1180 of file updaters.inc.
References $name, $res, archive(), wfOut(), and wfWaitForSlaves().
do_schema_restructuring | ( | ) |
Definition at line 511 of file updaters.inc.
References $fname, $page, $rows, $t, $wgLegacySchemaConversion, wfOut(), and wfTimestamp().
do_stats_init | ( | ) |
Definition at line 1067 of file updaters.inc.
References SiteStatsInit::doAllAndCommit(), and wfOut().
Referenced by do_all_updates().
do_templatelinks_update | ( | ) |
Definition at line 932 of file updaters.inc.
References $fname, $res, archive(), wfOut(), and wfWaitForSlaves().
do_text_id | ( | ) |
do_unique_pl_tl_il | ( | ) |
do_update_mime_minor_field | ( | ) |
Definition at line 1359 of file updaters.inc.
References archive(), update_row_exists(), and wfOut().
do_update_transcache_field | ( | ) |
Definition at line 1347 of file updaters.inc.
References archive(), update_row_exists(), and wfOut().
do_user_groups_reformat | ( | ) |
Definition at line 875 of file updaters.inc.
References archive(), and wfOut().
Referenced by do_user_groups_update().
do_user_groups_update | ( | ) |
Definition at line 826 of file updaters.inc.
References $fname, $result, archive(), do_user_groups_reformat(), and wfOut().
do_user_unique_update | ( | ) |
do_user_update | ( | ) |
do_watchlist_null | ( | ) |
do_watchlist_update | ( | ) |
fix_ancient_imagelinks | ( | ) |
index_has_field | ( | $ | table, | |
$ | index, | |||
$ | field | |||
) |
Definition at line 1005 of file updaters.inc.
References wfOut().
Referenced by do_backlinking_indices_update(), and do_categorylinks_indices_update().
maybe_do_profiling_memory_update | ( | ) |
modify_field | ( | $ | table, | |
$ | field, | |||
$ | patch, | |||
$ | fullpath = false | |||
) |
Definition at line 259 of file updaters.inc.
References archive(), and wfOut().
Referenced by do_all_updates().
pg_describe_index | ( | $ | idx | ) |
Definition at line 1401 of file updaters.inc.
References $res, and $wgDBmwschema.
Referenced by do_postgres_updates().
pg_describe_table | ( | $ | table | ) |
pg_fkey_deltype | ( | $ | fkey | ) |
Definition at line 1459 of file updaters.inc.
References $wgDBmwschema.
Referenced by do_postgres_updates().
pg_index_exists | ( | $ | table, | |
$ | index | |||
) |
Definition at line 1450 of file updaters.inc.
References $wgDBmwschema.
Referenced by do_postgres_updates().
pg_rule_def | ( | $ | table, | |
$ | rule | |||
) |
purge_cache | ( | ) |
rename_eu_wiki_id | ( | ) |
rename_table | ( | $ | from, | |
$ | to, | |||
$ | patch | |||
) |
sqlite_initial_indexes | ( | ) |
Definition at line 1280 of file updaters.inc.
References archive(), update_row_exists(), and wfOut().
sqlite_setup_searchindex | ( | ) |
Definition at line 1292 of file updaters.inc.
References archive(), update_row_exists(), and wfOut().
update_row_exists | ( | $ | key | ) |
Definition at line 216 of file updaters.inc.
References $dbr, and wfGetDB().
Referenced by do_category_population(), do_log_search_population(), do_populate_parent_id(), do_update_mime_minor_field(), do_update_transcache_field(), sqlite_initial_indexes(), and sqlite_setup_searchindex().
$wgExtModifiedFields = array() |
$wgExtNewFields = array() |
$wgExtNewIndexes = array() |
Definition at line 210 of file updaters.inc.
Referenced by do_all_updates(), and do_postgres_updates().
$wgExtNewTables = array() |
Definition at line 206 of file updaters.inc.
Referenced by do_all_updates(), and do_postgres_updates().
$wgExtPGAlteredFields = array() |
$wgExtPGNewFields = array() |
$wgUpdates |
List of update functions to call for each DB type, in sequence.
First item is function name, rest are parameters to pass.
Definition at line 21 of file updaters.inc.
Referenced by do_all_updates().
Definition at line 7 of file updaters.inc.