|
system_update_6028 |
drupal-6.x/modules/system/system.install |
Add the node load cache table. |
|
|
|
system_update_6029 |
drupal-6.x/modules/system/system.install |
Enable the dblog module on sites that upgrade, since otherwise
watchdog logging will stop unexpectedly. |
|
|
|
system_update_6030 |
drupal-6.x/modules/system/system.install |
Add the tables required by actions.inc. |
|
|
|
system_update_6031 |
drupal-6.x/modules/system/system.install |
Ensure that installer cannot be run again after updating from Drupal 5.x to 6.x
Actually, this is already done by system_update_6014(), so this is now a no-op. |
|
|
|
system_update_6032 |
drupal-6.x/modules/system/system.install |
profile_fields.name used to be nullable but is part of a unique key
and so shouldn't be. |
|
|
|
system_update_6033 |
drupal-6.x/modules/system/system.install |
Change node_comment_statistics to be not autoincrement. |
|
|
|
system_update_6034 |
drupal-6.x/modules/system/system.install |
Rename permission "administer access control" to "administer permissions". |
|
|
|
system_update_6035 |
drupal-6.x/modules/system/system.install |
Change index on system table for better performance. |
|
|
|
system_update_6036 |
drupal-6.x/modules/system/system.install |
Change the search schema and indexing. |
|
|
|
system_update_6037 |
drupal-6.x/modules/system/system.install |
Create consistent empty region for disabled blocks. |
|
|
|
system_update_6038 |
drupal-6.x/modules/system/system.install |
Ensure that "Account" is not used as a Profile category. |
|
|
|
system_update_6039 |
drupal-6.x/modules/system/system.install |
Rename permissions "edit foo content" to "edit any foo content".
Also update poll module permission "create polls" to "create
poll content". |
|
|
|
system_update_6040 |
drupal-6.x/modules/system/system.install |
Add a weight column to the upload table. |
|
|
|
system_update_6041 |
drupal-6.x/modules/system/system.install |
Change forum vocabulary not to be required by default and set the weight of the forum.module 1 higher than the taxonomy.module. |
|
|
|
system_update_6042 |
drupal-6.x/modules/system/system.install |
Upgrade recolored theme stylesheets to new array structure. |
|
|
|
system_update_6043 |
drupal-6.x/modules/system/system.install |
Update table indices to make them more rational and useful. |
|
|
|
system_update_6044 |
drupal-6.x/modules/system/system.install |
RC1 to RC2 index cleanup. |
|
|
|
system_update_6045 |
drupal-6.x/modules/system/system.install |
Update blog, book and locale module permissions. |
|
|
|
system_update_6046 |
drupal-6.x/modules/system/system.install |
Ensure that the file_directory_path variable is set (using the old 5.x
default, if necessary), so that the changed 6.x default won't break
existing sites. |
|
|
|
system_update_6047 |
drupal-6.x/modules/system/system.install |
Fix cache mode for blocks inserted in system_install() in fresh installs of previous RC. |
|
|
|
system_update_6048 |
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 |
drupal-6.x/modules/system/system.install |
Replace src index on the {url_alias} table with src, language. |
|
|
|
system_update_6050 |
drupal-6.x/modules/system/system.install |
Clear any menu router blobs stored in the cache table. |
|
|
|
system_update_6051 |
drupal-6.x/modules/system/system.install |
Create a signature_format column. |
|
|
|
system_update_6052 |
drupal-6.x/modules/system/system.install |
Add a missing index on the {menu_router} table. |
|
|
|
system_update_6053 |
drupal-6.x/modules/system/system.install |
Add a {system} index on type and name. |
|
|
|
system_update_6054 |
drupal-6.x/modules/system/system.install |
Add semaphore table. |
|
|
|
system_update_6055 |
drupal-6.x/modules/system/system.install |
Improve indexes on the {url_alias} table. |
|
|
|
system_update_last_removed |
drupal-6.x/modules/system/system.install |
|
|
|
|
system_user |
drupal-6.x/modules/system/system.module |
Implementation of hook_user(). |
|
|
|
t |
drupal-6.x/includes/common.inc |
Translate strings to the page language or a given language. |
684 |
15 |
|
tablesort_cell |
drupal-6.x/includes/tablesort.inc |
Format a table cell. |
1 |
|
|
tablesort_get_order |
drupal-6.x/includes/tablesort.inc |
Determine the current sort criterion. |
1 |
|
|
tablesort_get_querystring |
drupal-6.x/includes/tablesort.inc |
Compose a query string to append to table sorting requests. |
1 |
|
|
tablesort_get_sort |
drupal-6.x/includes/tablesort.inc |
Determine the current sort direction. |
1 |
|
|
tablesort_header |
drupal-6.x/includes/tablesort.inc |
Format a column header. |
2 |
|
|
tablesort_init |
drupal-6.x/includes/tablesort.inc |
Initialize the table sort context. |
3 |
|
|
tablesort_sql |
drupal-6.x/includes/tablesort.inc |
Create an SQL sort clause. |
15 |
|
|
taxonomy_add_term_page |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Menu callback; return the edit form for a new term after setting the title. |
|
1 |
|
taxonomy_admin_term_edit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Page to edit a vocabulary term. |
|
1 |
|
taxonomy_admin_vocabulary_edit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Page to edit a vocabulary. |
|
1 |
|
taxonomy_autocomplete |
drupal-6.x/modules/taxonomy/taxonomy.pages.inc |
Helper function for autocompletion |
|
1 |
|
taxonomy_check_vocabulary_hierarchy |
drupal-6.x/modules/taxonomy/taxonomy.module |
Dynamically check and update the hierarachy flag of a vocabulary.
Checks and updates the hierarchy flag of a vocabulary. |
2 |
|
|
taxonomy_del_term |
drupal-6.x/modules/taxonomy/taxonomy.module |
Delete a term. |
4 |
|
|
taxonomy_del_vocabulary |
drupal-6.x/modules/taxonomy/taxonomy.module |
Delete a vocabulary. |
3 |
|
|
taxonomy_form |
drupal-6.x/modules/taxonomy/taxonomy.module |
Generate a form element for selecting terms from a vocabulary. |
1 |
|
|
taxonomy_form_all |
drupal-6.x/modules/taxonomy/taxonomy.module |
Generate a set of options for selecting a term from all vocabularies. |
|
|
|
taxonomy_form_alter |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node.
We check for taxonomy_override_selector before loading the full
vocabulary, so contrib modules can intercept before hook_form_alter
and provide scalable… |
|
|
|
taxonomy_form_term |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form function for the term edit form. |
|
3 |
|
taxonomy_form_term_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Submit handler to insert or update a term. |
|
|