date_api.install
Version 1.16.2.1.2.25 (checked in on 2010/08/13 at 10:50:52 by karens)
Functions
| Name | Description |
|---|---|
| date_api_enable | Implementation of hook_enable(). |
| date_api_install | Implementation of hook_install(). |
| date_api_requirements | Implementation of hook_requirements(). Make sure Date PHP4 is installed if running less than PHP 5.2. |
| date_api_schema | Implementation of hook_schema(). |
| date_api_schema_alter | Implementation of hook_schema_alter(). We alter $schema by reference. |
| date_api_set_variables | |
| date_api_uninstall | Implementation of hook_uninstall(). |
| date_api_update_6000 | Make sure all the appropriate modules get enabled. Repeated again just to be sure they are set. |
| date_api_update_6001 | Rebuild the theme registry and all the caches. needed to pick up changes created by updated Views API. |
| date_api_update_6002 | Create new date format tables. |
| date_api_update_6003 | |
| date_api_update_6004 | The "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_6005 | Make 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_6006 | Rename 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 |


