date_api.install

Version 1.16.2.1.2.25 (checked in on 2010/08/13 at 10:50:52 by karens)

Functions

NameDescription
date_api_enableImplementation of hook_enable().
date_api_installImplementation of hook_install().
date_api_requirementsImplementation of hook_requirements(). Make sure Date PHP4 is installed if running less than PHP 5.2.
date_api_schemaImplementation of hook_schema().
date_api_schema_alterImplementation of hook_schema_alter(). We alter $schema by reference.
date_api_set_variables
date_api_uninstallImplementation of hook_uninstall().
date_api_update_6000Make sure all the appropriate modules get enabled. Repeated again just to be sure they are set.
date_api_update_6001Rebuild the theme registry and all the caches. needed to pick up changes created by updated Views API.
date_api_update_6002Create new date format tables.
date_api_update_6003
date_api_update_6004The "date_format" table is missing on boxes having MySQL 5.0.67 installed. There seems to be a bug in MySQL that prevents the creation of tables with a name "date_format" and indexes with the name "format".
date_api_update_6005Make sure MYSQL does not stupidly do case-insensitive searches and indexes on our formats.See alsohttp://pure.rednoize.com/2006/11/26/mysql-collation-matters-when-using-unique-indexes/
date_api_update_6006Rename the date_format_dfid_seq to date_formats_dfid_seq, as this was missed in 6004 and causes inserts via the UI to fail on PostgreSQL.
date_api_update_last_removed