[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/modules/locale/ -> locale.install (summary)

(no description)

File Size: 437 lines (15 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 10 functions

  locale_install()
  locale_update_6000()
  locale_update_6001()
  locale_update_6002()
  locale_update_6003()
  locale_update_6004()
  locale_update_6005()
  locale_update_6006()
  locale_uninstall()
  locale_schema()

Functions
Functions that are not part of a class:

locale_install()   X-Ref
Implementation of hook_install().


locale_update_6000()   X-Ref
{locales_meta} table became {languages}.


locale_update_6001()   X-Ref
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()   X-Ref
Remove empty translations, we don't need these anymore.


locale_update_6003()   X-Ref
Prune strings with no translations (will be automatically re-registered if still in use)


locale_update_6004()   X-Ref
Fix remaining inconsistent indexes.


locale_update_6005()   X-Ref
Change language setting variable of content types.

Use language_content_type_<content_type> instead of language_<content_type>
so content types such as 'default', 'count' or 'negotiation' will not
interfere with language variables.

locale_update_6006()   X-Ref
Neutralize unsafe language names in the database.


locale_uninstall()   X-Ref
Implementation of hook_uninstall().


locale_schema()   X-Ref
Implementation of hook_schema().




Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7