Tasks
Table of Contents
Classes
- ApprovePost_Notify
- This class contains code used to notify moderators when there are posts that
need to be approved.
- ApproveReply_Notify
- This class contains code used to notify a member when a moderator replied to
the member's own unapproved topic.
- BackgroundTask
- Base class for all background tasks.
- Birthday_Notify
- This class contains code used to send out "Happy Birthday" emails.
- Buddy_Notify
- This class contains code used to notify members when they have been added to
other members' buddy lists.
- CreateAttachment_Notify
- This class contains code used to notify moderators when there are attachments
that need to be approved.
- CreatePost_Notify
- This class contains code used to notify people when a new post is created that
is relevant to them in some way: new topics in boards they watch, replies to
topics they watch, posts that mention them, and/or posts that quote them.
- DailyMaintenance
- Does some daily cleaning up.
- EventNew_Notify
- This class contains code used to notify people that a new event has been
added to the calendar - but only when no topic has been created.
- ExportProfileData
- This class contains code used to incrementally export a member's profile data
to one or more downloadable files.
- FetchCalendarSubscriptions
- Imports updates from subscribed calendars into SMF's calendar.
- FetchSMFiles
- Retrieves data (e.g. last version of SMF) from simplemachines.org.
- GenericScheduledTask
- A class for running scheduled tasks with custom callable functions.
- GenericTask
- A class for running background tasks with custom callable functions.
- GroupAct_Notify
- This class contains code used to notify a member when a group moderator has
taken action on that member's request to join a group.
- GroupReq_Notify
- This class contains code used to notify group moderators that a member has
requested to join the group.
- Likes_Notify
- This class contains code used to notify members when something is liked.
- MemberReport_Notify
- This class contains code used to notify moderators when someone files a report
about another member's profile.
- MemberReportReply_Notify
- This class contains code used to notify a moderator when another moderator
replies to a profile moderation report that the first mod has commented on.
- MsgReport_Notify
- This class contains code used to notify moderators when someone files a report
about a message.
- MsgReportReply_Notify
- This class contains code used to notify a moderator when another moderator
replies to a message moderation report that the first mod has commented on.
- PaidSubs
- Performs the standard checks on expiring/near expiring subscriptions.
- PruneLogTopics
- Prunes log_topics, log_boards, and log_mark_boards_read.
- Register_Notify
- This class contains code used to notify people when a new member new signs up.
- RemoveOldDrafts
- Check for old drafts and remove them.
- RemoveTempAttachments
- Removes old, unposted attachments from the attachment upload directory.
- RemoveTopicRedirects
- Deletes moved topic notices that have passed their best-by date.
- ScheduledTask
- Base class for scheduled tasks.
- SendDigests
- Send out a daily or weekly email of all subscribed topics.
- UpdateSpoofDetectorNames
- Updates the values of the spoofdetector_name column in the members table.
- UpdateTldRegex
- This file contains code used to initiate updates of Config::$modSettings['tld_regex']
- UpdateUnicode
- This class contains code used to update SMF's Unicode data files.
- WeeklyMaintenance
- Does some weekly maintenance.