http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72302
Revision: 72302
Author: ialex
Date: 2010-09-03 18:24:42 +0000 (Fri, 03 Sep 2010)
Log Message:
-----------
added file description header
Modified Paths:
--------------
trunk/phase3/includes/job/DoubleRedirectJob.php
trunk/phase3/includes/job/EmaillingJob.php
trunk/phase3/includes/job/EnotifNotifyJob.php
trunk/phase3/includes/job/JobQueue.php
trunk/phase3/includes/job/RefreshLinksJob.php
trunk/phase3/includes/job/UploadFromUrlJob.php
Modified: trunk/phase3/includes/job/DoubleRedirectJob.php
===================================================================
--- trunk/phase3/includes/job/DoubleRedirectJob.php 2010-09-03 18:23:57 UTC
(rev 72301)
+++ trunk/phase3/includes/job/DoubleRedirectJob.php 2010-09-03 18:24:42 UTC
(rev 72302)
@@ -1,4 +1,10 @@
<?php
+/**
+ * Job to fix double redirects after moving a page
+ *
+ * @file
+ * @ingroup JobQueue
+ */
/**
* Job to fix double redirects after moving a page
Modified: trunk/phase3/includes/job/EmaillingJob.php
===================================================================
--- trunk/phase3/includes/job/EmaillingJob.php 2010-09-03 18:23:57 UTC (rev
72301)
+++ trunk/phase3/includes/job/EmaillingJob.php 2010-09-03 18:24:42 UTC (rev
72302)
@@ -1,4 +1,10 @@
<?php
+/**
+ * Old job for notification emails.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
/**
* Old job used for sending single notification emails;
Modified: trunk/phase3/includes/job/EnotifNotifyJob.php
===================================================================
--- trunk/phase3/includes/job/EnotifNotifyJob.php 2010-09-03 18:23:57 UTC
(rev 72301)
+++ trunk/phase3/includes/job/EnotifNotifyJob.php 2010-09-03 18:24:42 UTC
(rev 72302)
@@ -1,4 +1,10 @@
<?php
+/**
+ * Job for notification emails.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
/**
* Job for email notification mails
Modified: trunk/phase3/includes/job/JobQueue.php
===================================================================
--- trunk/phase3/includes/job/JobQueue.php 2010-09-03 18:23:57 UTC (rev
72301)
+++ trunk/phase3/includes/job/JobQueue.php 2010-09-03 18:24:42 UTC (rev
72302)
@@ -1,5 +1,8 @@
<?php
/**
+ * Job queue base code
+ *
+ * @file
* @defgroup JobQueue JobQueue
*/
Modified: trunk/phase3/includes/job/RefreshLinksJob.php
===================================================================
--- trunk/phase3/includes/job/RefreshLinksJob.php 2010-09-03 18:23:57 UTC
(rev 72301)
+++ trunk/phase3/includes/job/RefreshLinksJob.php 2010-09-03 18:24:42 UTC
(rev 72302)
@@ -1,4 +1,10 @@
<?php
+/**
+ * Job to update links for a given title.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
/**
* Background job to update links for a given title.
Modified: trunk/phase3/includes/job/UploadFromUrlJob.php
===================================================================
--- trunk/phase3/includes/job/UploadFromUrlJob.php 2010-09-03 18:23:57 UTC
(rev 72301)
+++ trunk/phase3/includes/job/UploadFromUrlJob.php 2010-09-03 18:24:42 UTC
(rev 72302)
@@ -1,7 +1,13 @@
<?php
+/**
+ * Job for asynchronous upload-by-url.
+ *
+ * @file
+ * @ingroup JobQueue
+ */
/**
- * Job for asynchronous upload-by-url.
+ * Job for asynchronous upload-by-url.
*
* This job is in fact an interface to UploadFromUrl, which is designed such
* that it does not require any globals. If it does, fix it elsewhere, do not
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs