Working on cron task and db update
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Apr 2018 19:20:29 +0000 (15:20 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Apr 2018 19:20:29 +0000 (15:20 -0400)
commitdd429fd2bb3ab9a6bd2f65d79180f18c6d2f844f
treeac936421a9848c5124461ed6857b24f21b41b415
parent01239d8e930361a107cd7f24bdb95b103500ef75
Working on cron task and db update

db update for new fields for the notification queue.
The rest is setting up the cron task for generating email notices based
on renewal dates.
15 files changed:
classes/billingSupport.php
classes/notifications.php
index.php
models/admin/ajax/billingFlagExpiredUsers.php [new file with mode: 0644]
models/admin/ajax/billingRunQueue.php [new file with mode: 0644]
models/admin/ajax/billingSetupQueue.php [new file with mode: 0644]
models/admin/ajax/flagExpired.php [deleted file]
models/admin/ajax/runQueue.php [deleted file]
models/admin/ajax/setupQueue.php [deleted file]
setup/adminHooks.php
setup/databaseScripts/create_database_V0.0.23.sql [deleted file]
setup/databaseScripts/create_database_V0.0.24.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.24.sql [new file with mode: 0644]
setup/validActions.php