MediaWiki  master
JobQueue

Classes

class  DoubleRedirectJob
 Job to fix double redirects after moving a page. More...
class  EmaillingJob
 Old job used for sending single notification emails; kept for backwards-compatibility. More...
class  EnotifNotifyJob
 Job for email notification mails. More...
class  HTMLCacheUpdateJob
 Job wrapper for HTMLCacheUpdate. More...
class  Job
 Class to both describe a background job and handle jobs. More...
class  JobQueue
 Class to handle enqueueing and running of background jobs. More...
class  JobQueueDB
 Class to handle job queues stored in the DB. More...
class  JobQueueGroup
 Class to handle enqueueing of background jobs. More...
class  NullJob
 Degenerate job that just replace itself in the queue. More...
class  RefreshLinksJob
 Background job to update links for a given title. More...
class  RefreshLinksJob2
 Background job to update links for a given title. More...
class  UploadFromUrlJob
 Job for asynchronous upload-by-url. More...

Files

file  DoubleRedirectJob.php
 

Job to fix double redirects after moving a page.


file  EmaillingJob.php
 

Old job for notification emails.


file  EnotifNotifyJob.php
 

Job for notification emails.


file  RefreshLinksJob.php
 

Job to update links for a given title.


file  UploadFromUrlJob.php
 

Job for asynchronous upload-by-url.



Detailed Description

Author:
Aaron Schulz