Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Apparently first 30 edits in the Italian Wikipedia
by
Valerio Bozzolan
This query is marked as a draft
This query has been published
by
Valerio Bozzolan
.
Enjoy the never-deleted profanities from the Italian Wikipedia! This example query was done in order to help Italian sysops in finding out which revisions still need to be rev-deleted (there are so many revisions that needs this before the RevisionDelete integration). Per i sysop: รจ possibile copiare le espressioni regolari dal filtro anti abusi, soprattutto dal filtro numero 4 chiamato "Bestemmie" il quale contiene un ottimo lavoro di bestemmione-patterning. Con il giusto pattern puoi trovare migliaia di revisioni da poter RevDeletare. https://it.wikipedia.org/wiki/Speciale:FiltroAntiAbusi/4 Filtri in Creative Commons BY-SA 4.0 Internazionale Daimona Eaytoy e contributori. https://it.wikipedia.org/wiki/Discussioni_utente:Daimona_Eaytoy Well, you can also see all the undeleted revisions... so I've published a security disclosure about this data leak here: https://phabricator.wikimedia.org/T204108
Toggle Highlighting
SQL
use `itwiki_p`; SELECT `rev_comment`, CONCAT( 'https://it.wikipedia.org/wiki/Speciale:Diff/', `rev_id` ) AS `diff` FROM `revision` WHERE `rev_minor_edit` = 0 AND ( `rev_comment` LIKE '%porcoddio%' OR `rev_comment` LIKE '%porco dio%' OR `rev_comment` LIKE '%dio cane%' OR `rev_comment` LIKE '%dio%merda%' ) ;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...