timezone_detect_add_js |
./timezone_detect.module |
Add the javascript that will update the user's timezone via ajax callback. |
1 |
|
timezone_detect_admin_form |
./timezone_detect.admin.inc |
Administration form. |
|
1 |
timezone_detect_enable |
./timezone_detect.install |
Implements hook_enable(). |
|
|
timezone_detect_library |
./timezone_detect.module |
Implements hook_library(). |
|
|
timezone_detect_menu |
./timezone_detect.module |
Implements hook_menu(). |
|
|
timezone_detect_page_build |
./timezone_detect.module |
Implements hook_page_build(). |
|
|
timezone_detect_requirements |
./timezone_detect.install |
Implements hook_requirements(). |
|
|
timezone_detect_set_timezone |
./timezone_detect.module |
Ajax callback function to set current user's timezone. |
|
1 |
timezone_detect_uninstall |
./timezone_detect.install |
Implements hook_uninstall(). |
|
|
timezone_detect_update_7100 |
./timezone_detect.install |
Migrate variable used for saving timezone detection mode. |
|
|
timezone_detect_user_login |
./timezone_detect.module |
Implements hook_user_login(). |
|
|