Last modified: 2011-01-25 01:42:45 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T14484, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 12484 - Please make a global Titleblacklist like Spamblacklist on Meta
Please make a global Titleblacklist like Spamblacklist on Meta
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Normal enhancement with 5 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://www.mediawiki.org/wiki/Extensi...
: shell
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-02 15:09 UTC by spacebirdy
Modified: 2011-01-25 01:42 UTC (History)
7 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description spacebirdy 2008-01-02 15:09:52 UTC
Hello all,

please create a global Titleblacklist
like the http://meta.wikimedia.org/wiki/Spam_blacklist Spam Blacklist on http://meta.wikimedia.org/ Meta.

This would be very useful to catch pages created by spambots just like index.php

[[mw:Extension:Titleblacklist]] contains code to add a blacklist from meta


Many thanks in advance,
Elisabeth Anderl [[:wikt:is:Notandi:Spacebirdy]]
Comment 1 Kalan 2008-01-02 15:17:36 UTC
small correction: the page with code is
http://www.mediawiki.org/wiki/Extension:Title_Blacklist

(and link in signature should be [[is:wikt:Notandi:Spacebirdy]] :) )
Comment 2 spacebirdy 2008-01-02 15:38:00 UTC
The page that can be used for this is
http://meta.wikimedia.org/wiki/Title_blacklist (nameing similar to http://meta.wikimedia.org/wiki/Spam_blacklist)

already created and protected (thanks enhydra (Kalan) for suggesting this)
Comment 3 DerHexer 2008-01-02 17:58:36 UTC
What's with http://www.mediawiki.org/wiki/Manual:Index.php etc.? Some users should be allowed to start these pages if this extension should be added.

But imo a static list which can be seen by the owner of this bot is useless (even a hidden page wouldn't prevent from those hundreds of thousands possibilities to combine letters, numbers and special characters). He'd change the code and we have to react. It the same problem which happened after e. g. de:wp has created a usernameblacklist [[de:MediaWiki:Usernameblacklist]]: The owner of this bot who has created thousands of vandalizing or insulting accounts changed the name of his accounts from Kneipenschläger or Igelvandalismus to KneipênschlägÉr http://de.wikipedia.org/w/index.php?title=Spezial:Logbuch&limit=5&offset=76&type=block&user=FritzG&page=&pattern= or Ÿgelysmus http://de.wikipedia.org/w/index.php?title=Spezial:Logbuch&limit=5&offset=86&type=block&user=FritzG&page=&pattern= and is still creating these accounts.

It'd be a nice feature but imo wouldn't solve the problem.

Kind regards
DerHexer [[m:User:DerHexer]]
Comment 4 Kalan 2008-01-02 18:27:17 UTC
DerHexer: sorry, but we don't talk about list contents here, we just decide about the possibility to create the list itself. The further discussion about list contents can be located, for example, at [[m:talk:Title blacklist]].
Comment 5 spacebirdy 2008-01-02 18:28:17 UTC
Please note that index.php is only an example and that this bug does not only
refer to it (also other pages could be added).

(If there is a better way to stop the index.php spambots please apply it)

Note: I have been bold here and am open for better solutions.

Thanks
Comment 6 DerHexer 2008-01-02 20:16:49 UTC
In my opinion it's not correct to take advantage of more than 700 wikis. If it would be possible to add exceptions (like index.php for mediawiki.org) I'd support it.

Regards
DerHexer
Comment 7 Victor Vasiliev 2008-01-10 19:00:22 UTC
Title whitelist is implemented in r29435
Comment 8 Jesse (Pathoschild) 2008-01-11 19:44:48 UTC
*** Bug 12366 has been marked as a duplicate of this bug. ***
Comment 9 Mike.lifeguard 2008-03-15 02:51:23 UTC
I thought this was already possible with

$wgTitleBlacklistSources = array(
         'type' => TBLSRC_URL,
         'src'  => 'http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw',
);
Comment 10 Victor Vasiliev 2008-03-15 05:36:03 UTC
(In reply to comment #9)
> I thought this was already possible with
> 
> $wgTitleBlacklistSources = array(
>          'type' => TBLSRC_URL,
>          'src'  =>
> 'http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw',
> );
> 

It *is* possible, not configured on Wikimedia yet.
Comment 11 Victor Vasiliev 2008-04-09 17:24:26 UTC
Correct configuration lines:

$wgTitleBlacklistSources = array(
	array(
		'type' => TBLSRC_URL,
		'src'  => 'http://meta.wikimedia.org/w/index.php?title=Title_blacklist&action=raw&tb_ver=1',
	),
);
Comment 12 Victor Vasiliev 2008-04-09 17:59:29 UTC
Tim Starling configured it today.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links