Content deleted Content added
Updating published sources: EnDashRedirectCreator: * Copy fragment when bypassing double redirects. |
Updating published sources: EnDashRedirectCreator: * Don't try to create TemplateStyles redirects, it won't work anyway. |
||
Line 129:
next if exists( $skipTitles{$row->{'ns'} & ~1}{$row->{'title'}} );
next if $row->{'ns'} == 10 && $row->{'title'} =~ m!^Editnotices/!; # None of these will be editable by the bot
next if ( $row->{'ns'} & ~1 ) == 10 && $row->{'title'} =~ m!\.css$!; # Skip pages that will be TemplateStyles css, and their talk pages
my $to = ( $row->{'ns'} ? $rns{$row->{'ns'}} . ':' : '' ) . $row->{'title'};
|