[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/date/ -> date_api.install (summary)

(no description)

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

Defines 15 functions

  date_api_set_variables()
  date_api_schema()
  date_api_schema_alter()
  date_api_install()
  date_api_enable()
  date_api_uninstall()
  date_api_requirements()
  date_api_update_last_removed()
  date_api_update_6000()
  date_api_update_6001()
  date_api_update_6002()
  date_api_update_6003()
  date_api_update_6004()
  date_api_update_6005()
  date_api_update_6006()

Functions
Functions that are not part of a class:

date_api_set_variables()   X-Ref
No description

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


date_api_schema_alter(&$schema)   X-Ref
Implementation of hook_schema_alter(). We alter $schema by reference.

param: $schema

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


date_api_enable()   X-Ref
Implementation of hook_enable().


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


date_api_requirements($phase)   X-Ref
Implementation of hook_requirements().
Make sure Date PHP4 is installed if running less than PHP 5.2.


date_api_update_last_removed()   X-Ref
No description

date_api_update_6000()   X-Ref
Make sure all the appropriate modules get enabled.
Repeated again just to be sure they are set.


date_api_update_6001()   X-Ref
Rebuild the theme registry and all the caches.
needed to pick up changes created by updated Views API.


date_api_update_6002()   X-Ref
Create new date format tables.


date_api_update_6003()   X-Ref
No description

date_api_update_6004()   X-Ref
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".

We rename the table and index as a workaround.

date_api_update_6005()   X-Ref
Make sure MYSQL does not stupidly do case-insensitive
searches and indexes on our formats.


date_api_update_6006()   X-Ref
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.




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