
roan.kattouw at home
Jul 23, 2008, 1:39 AM
Post #1 of 2
(268 views)
Permalink
|
|
Re: [MediaWiki-CVS] SVN: [37928] trunk/phase3
|
|
tstarling[at]svn.wikimedia.org schreef: > Revision: 37928 > Author: tstarling > Date: 2008-07-22 22:44:34 +0000 (Tue, 22 Jul 2008) > > Log Message: > ----------- > * (bug 4578) Automatically fix redirects broken by a page move. Works via the job queue, controllable by a checkbox on Special:Movepage. > > --- trunk/phase3/includes/AutoLoader.php 2008-07-22 22:37:55 UTC (rev 37927) > +++ trunk/phase3/includes/AutoLoader.php 2008-07-22 22:44:34 UTC (rev 37928) > @@ -43,6 +43,7 @@ > '_DiffOp' => 'includes/DifferenceEngine.php', > 'DjVuImage' => 'includes/DjVuImage.php', > 'DoubleReplacer' => 'includes/StringUtils.php', > + 'DoubleRedirectJob' => 'includes/DoubleRedirectJob.php', > I believe you forgot to actually add this file. Roan Kattouw (Catrope) _______________________________________________ Wikitech-l mailing list Wikitech-l[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
|