https://bugzilla.wikimedia.org/show_bug.cgi?id=9120

Frank Ralf <webmas...@nakohdo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webmas...@nakohdo.de

--- Comment #5 from Frank Ralf <webmas...@nakohdo.de> 2010-01-26 19:39:26 UTC 
---
Nuke actually queries for imported pages, but the line

 '(rc_new = 1) OR (rc_log_type = "upload" AND rc_log_action = "upload")'

in file SpecialNuke_body.php must be changed to

 '(rc_new = 1) OR (rc_log_type = "import" AND rc_log_action = "upload")'

as the log type is called "import"
(http://www.mediawiki.org/wiki/Recentchanges_table#rc_log_type). That seems to
do the trick - at least the pages show up for Nuke.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to