Add expire notices to jobs
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Mar 2019 17:30:09 +0000 (13:30 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 12 Mar 2019 17:31:44 +0000 (13:31 -0400)
commit313a3de83f58b7bb71e430052af1823a8d88d5d5
tree1dc966f37ad5dc22e442b81b493288c28f77526b
parentbada6b0af57754e5e5c58208d607ebe7486a8b45
Add expire notices to jobs

New Fields:
expire notice message
expire notice enable flag

Send email to Contact Email on the job when job posting expires.
15 files changed:
classes/data/dataEmailJobsNotifications.php
classes/helper/notifications.php
index.php
models/admin/ajax/jobsSendExpireNotice.php [new file with mode: 0644]
models/admin/jobs/index.php
models/front/jobs/list.php
setup/adminHooks.php
setup/databaseScripts/create_database_V0.0.4.sql [deleted file]
setup/databaseScripts/create_database_V0.0.5.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.5.sql [new file with mode: 0644]
setup/validActions.php
views/admin/jobs/edit.html
views/admin/jobs/expireNoticeEmail.html [new file with mode: 0644]
views/admin/settings/emailJobsNotifications.html