http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66278

Revision: 66278
Author:   simetrical
Date:     2010-05-12 18:06:14 +0000 (Wed, 12 May 2010)

Log Message:
-----------
Don't break old wikis using Renameuser

This needs to be done for all the extensions that had their entry points
renamed, where possible.  (There was one I spotted that only differed in
case, and we can't have two filenames differ only in case because of all
the poor Windows users out there.)  The status quo will reliably cause
*lots* of wikis to break on update to 1.17, any that use any affected
extension.  On top of that, it causes your wiki to break whenever you
switch back and forth between trunk and a branch with the same
LocalSettings.php.

Added Paths:
-----------
    trunk/extensions/Renameuser/SpecialRenameuser.php

Added: trunk/extensions/Renameuser/SpecialRenameuser.php
===================================================================
--- trunk/extensions/Renameuser/SpecialRenameuser.php                           
(rev 0)
+++ trunk/extensions/Renameuser/SpecialRenameuser.php   2010-05-12 18:06:14 UTC 
(rev 66278)
@@ -0,0 +1 @@
+<?php require dirname( __FILE__ ) . '/Renameuser.php';


Property changes on: trunk/extensions/Renameuser/SpecialRenameuser.php
___________________________________________________________________
Added: svn:eol-style
   + native



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to