1.1.2.10 (checked in on 2008/07/10 at 16:07:45 by gmarus)
job_posting.module Main module file
| Name | Description |
|---|---|
| job_posting_access | Implementation of hook_access() |
| job_posting_admin_settings_form | FAPI definition for the admin settings form See alsojob_posting_admin_settings_form_validate() |
| job_posting_admin_settings_form_submit | provide form submission and alteration of job posting administrative settings |
| job_posting_admin_settings_form_validate | provide input validation for admin settings form |
| job_posting_application_form | FAPI definition for the job application submission form See alsojob_posting_application_form_validate() |
| job_posting_application_form_page | Provide page display for job application form |
| job_posting_application_form_submit | Assemble pieces for job application mailing and provide form submission |
| job_posting_application_form_validate | Provide input validation for job application submission form |
| job_posting_block | Implementation of hook_block() |
| job_posting_delete | Implementation of hook_delete() |
| job_posting_form | Implementation of hook_form() |
| job_posting_insert | Implementation of hook_insert() |
| job_posting_list_nodes | Builds paginated listing pages for all published, non-expired and non-expiring job posting nodes |
| job_posting_load | Implementation of hook_load() |
| job_posting_mail | Implementation of hook_mail() |
| job_posting_menu | Implementation of hook_menu() |
| job_posting_nodeapi | Implementation of hook_nodeapi() |
| job_posting_node_info | Implementation of hook_node_info() |
| job_posting_perm | Implementation of hook_perm() |
| job_posting_theme | Implementation of hook_theme() |
| job_posting_update | Implementation of hook_update() |
| job_posting_validate | Implementation of hook_validate() |
| job_posting_view | Implementation of hook_view() |
| template_preprocess_job_posting_block_display | Preprocess function for job posting blocks; prepares variables before passing them to the template |
| template_preprocess_job_posting_node_display | Preprocess function for job posting nodes; prepares variables before passing them to the template |
| _job_posting_deadline_countdown | Private utility function that takes the GMT unix timestamp stored in job_posting_deadline, determines how many seconds are remaining before this event occurs and returns a formatted countdown string (i.e. n weeks n days n hours n minutes) for display |
| _job_posting_deadline_gmt | Private utility function for converting job_posting_deadline to GMT |
| _job_posting_deadline_local | Private utility function for converting job_posting_deadline to localtime |
| _job_posting_gmt | Private utility function that determines the system's current time in GMT |
| _job_posting_localtime | Private utility function for determining local time |
| _job_posting_location | Private utility function for generating a formatted string representing job location. Each item is optional so we need to check for its existence in order to know when to add the comma separators |