birthdays_admin_settings |
./birthdays.module |
Implementation of hook_form(). |
|
1 |
birthdays_block |
./birthdays.module |
Implementation of hook_block |
|
|
birthdays_cron |
./birthdays.module |
Implementation of hook_cron(). |
|
|
birthdays_date_validate |
./birthdays.module |
Validate the birthday field. |
|
|
birthdays_form_alter |
./birthdays.module |
Implementation of hook_form_alter(). |
|
|
birthdays_form_user |
./birthdays.module |
Adds user options to the profile form which are saved in {users}.data and
are loaded during a user_load(). |
1 |
|
birthdays_get_birthdays |
./birthdays.module |
Get the next X birthdays |
1 |
|
birthdays_get_birthdays_by_days |
./birthdays.module |
Get all birthdays of the upcomming X days |
3 |
|
birthdays_get_starsign_image |
./birthdays.module |
Return the picture of a starsign, given the name. Links to Yahoo! when option is selected. |
2 |
|
birthdays_get_todays_birthdays |
./birthdays.module |
Helper function for displaying only todays birthdays |
1 |
|
birthdays_help |
./birthdays.module |
Implementation of hook_help(). |
|
|
birthdays_init |
./birthdays.module |
|
|
|
birthdays_install |
./birthdays.install |
Implementation of hook_install(). |
|
|
birthdays_load_user |
./birthdays.module |
Inject information on a user load |
1 |
|
birthdays_menu |
./birthdays.module |
Implementation of hook_menu(). |
|
|
birthdays_page_filter |
./birthdays.module |
Return a form containing a select box to filter users by month of birth |
|
1 |
birthdays_perm |
./birthdays.module |
Implementation of hook_perm().
Permissions: |
|
|
birthdays_potx |
./birthdays.module |
|
|
|
birthdays_profile_alter |
./birthdays.module |
Alter the way the birthday is shown. This is fired after every module has filled the profile. |
|
|
birthdays_requirements |
./birthdays.install |
Implementation of hook_requirements(). |
|
|
birthdays_save_user |
./birthdays.module |
Inject information and save birthday when editing or adding a user |
1 |
|
birthdays_sync_form |
./birthdays.module |
Implementation of hook_form(). |
|
1 |
birthdays_sync_form_submit |
./birthdays.module |
Implementation of hook_form_submit(). |
|
|
birthdays_uninstall |
./birthdays.install |
Implementation of hook_uninstall(). |
|
|
birthdays_update_1 |
./birthdays.install |
Implementation of hook_update_N(). |
|
|
birthdays_update_2 |
./birthdays.install |
Implementation of hook_update_N(). |
|
|
birthdays_update_5003 |
./birthdays.install |
Remove the variable 'birthdays_field_name'. |
|
|
birthdays_user |
./birthdays.module |
Implementation of hook_user(). |
|
|
birthdays_view_page |
./birthdays.module |
Show birthdays page
@desc Callback for birthdays menu item to show a page which lists all users. |
|
1 |
expand_birthdays_date |
./birthdays.module |
Process the birthday field (based on a regular date element) to
limit it to past birthdays and make it the entire element optional
by adding empty options for days, months and years. |
|
|
theme_birthdays_block |
./birthdays.module |
Theme function of the blocks |
|
|
theme_birthdays_page |
./birthdays.module |
@desc Theme a birthdays page |
|
|
_birthdays_calculate_age |
./birthdays.module |
Calculate age |
1 |
|
_birthdays_get_age |
./birthdays.module |
Get age from a given date of birth |
1 |
|
_birthdays_get_date_fields |
./birthdays.module |
Retrieve all fields of type 'date' from the profile.module's tables |
2 |
|
_birthdays_get_field |
./birthdays.module |
Retrieve profile field object |
1 |
|
_birthdays_get_starsign |
./birthdays.module |
Get starsign based on date of birth |
1 |
|
_birthdays_send_admin_message |
./birthdays.module |
Sends e-mail to administrator once a day as reminder about the upcoming 7 days |
1 |
|
_birthdays_send_user_message |
./birthdays.module |
Send all birthdays on this day a message |
1 |
|
_birthdays_show_age |
./birthdays.module |
Return age if user has agreed to show it |
2 |
|
_birthdays_show_date |
./birthdays.module |
Format date array |
4 |
|
_birthdays_show_date_2 |
./birthdays.module |
Format date, optionally hide year |
1 |
|