Last modified: 2008-11-11 21:53:11 UTC
http://fr.wikisource.org/wiki/Rapport_Brundtland While the bot moves pages, it creates empty pages. The list of moves is done with: <code> #!/bin/bash page="Rapport_Brundtland" for i in `seq 1 12` do old="$page"_-_$i new="$page/Chapitre_$i" python movepages.py -from:$old -to:$new done for i in Avant-propos Introduction Annexe_1 Annexe_2 Encadrés Tableaux Citations do old="$page"_-_$i new=$page/$i python movepages.py -from:$old -to:$new done </code>
http://fr.wikisource.org/wiki/Special:Contributions/YannBot The page doesn't exist any more: http://fr.wikisource.org/wiki/Rapport_Brundtland_-_1
This is not a bug in MediaWiki, it's a bug in the bot. Please contact the bot operator. If the buggy behavior is obtrusive, you could ask a sysop to block the bot.
The problem is that the default behaviour of Mediawiki has changed. Why a redirect is not created by default?
(In reply to comment #3) > The problem is that the default behaviour of Mediawiki has changed. > Why a redirect is not created by default? > Should be created by default. So far as I know, that's the case. Regardless, it's a bug in your bot.
Corrected in the bot, see r1=41713&r2=41714">http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/specials/SpecialMovepage.php?view=diff&r1=41713&r2=41714 Thanks to Multichil.