job_posting.module

Version

1.1.2.10 (checked in on 2008/07/10 at 16:07:45 by gmarus)

Description

job_posting.module Main module file

Functions

Namesort iconDescription
job_posting_accessImplementation of hook_access()
job_posting_admin_settings_formFAPI definition for the admin settings form See alsojob_posting_admin_settings_form_validate()
job_posting_admin_settings_form_submitprovide form submission and alteration of job posting administrative settings
job_posting_admin_settings_form_validateprovide input validation for admin settings form
job_posting_application_formFAPI definition for the job application submission form See alsojob_posting_application_form_validate()
job_posting_application_form_pageProvide page display for job application form
job_posting_application_form_submitAssemble pieces for job application mailing and provide form submission
job_posting_application_form_validateProvide input validation for job application submission form
job_posting_blockImplementation of hook_block()
job_posting_deleteImplementation of hook_delete()
job_posting_formImplementation of hook_form()
job_posting_insertImplementation of hook_insert()
job_posting_list_nodesBuilds paginated listing pages for all published, non-expired and non-expiring job posting nodes
job_posting_loadImplementation of hook_load()
job_posting_mailImplementation of hook_mail()
job_posting_menuImplementation of hook_menu()
job_posting_nodeapiImplementation of hook_nodeapi()
job_posting_node_infoImplementation of hook_node_info()
job_posting_permImplementation of hook_perm()
job_posting_themeImplementation of hook_theme()
job_posting_updateImplementation of hook_update()
job_posting_validateImplementation of hook_validate()
job_posting_viewImplementation of hook_view()
template_preprocess_job_posting_block_displayPreprocess function for job posting blocks; prepares variables before passing them to the template
template_preprocess_job_posting_node_displayPreprocess function for job posting nodes; prepares variables before passing them to the template
_job_posting_deadline_countdownPrivate 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_gmtPrivate utility function for converting job_posting_deadline to GMT
_job_posting_deadline_localPrivate utility function for converting job_posting_deadline to localtime
_job_posting_gmtPrivate utility function that determines the system's current time in GMT
_job_posting_localtimePrivate utility function for determining local time
_job_posting_locationPrivate 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