Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-11 Thread anubhav agarwal
Hey Chriss I added some debug lines on filter function of SpamBlacklist Class. *wfDebugLog('SpamBlacklist', testing );* in the intial step; but I wasn't able to see any such thing in the Debug Log in debug toolbaar. Then I added the following line *wfErrorLog(Error here, './error.log' );* * *

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-09 Thread Platonides
Chris Steipp wrote: csteipp. Feel free to ping me whenever. And platonides :) ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-08 Thread anubhav agarwal
Hey Guys, Thanks for explaining it to me. Can I have your IRC handles, I still think I have many doubts. Is there a simpler bug related with extension, so I can get an Idea of it working. On Fri, Mar 8, 2013 at 5:23 AM, Chris Steipp cste...@wikimedia.org wrote: On Thu, Mar 7, 2013 at 1:34

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-08 Thread Chris Steipp
csteipp. Feel free to ping me whenever. On Mar 8, 2013 6:23 AM, anubhav agarwal anubhav...@gmail.com wrote: Hey Guys, Thanks for explaining it to me. Can I have your IRC handles, I still think I have many doubts. Is there a simpler bug related with extension, so I can get an Idea of it

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-07 Thread anubhav agarwal
Hey Chris I was exploring SpamBlaklist Extension. I have some doubts hope you could clear them. Is there any place I can get documentation of Class SpamBlacklist in the file SpamBlacklist_body.php. ? In function filter what does the following variables represent ? $title $text $section

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-07 Thread Platonides
On 07/03/13 21:03, anubhav agarwal wrote: Hey Chris I was exploring SpamBlaklist Extension. I have some doubts hope you could clear them. Is there any place I can get documentation of Class SpamBlacklist in the file SpamBlacklist_body.php. ? In function filter what does the following

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-03-07 Thread Chris Steipp
On Thu, Mar 7, 2013 at 1:34 PM, Platonides platoni...@gmail.com wrote: On 07/03/13 21:03, anubhav agarwal wrote: Hey Chris I was exploring SpamBlaklist Extension. I have some doubts hope you could clear them. Is there any place I can get documentation of Class SpamBlacklist in the file

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-02-25 Thread Tyler Romeo
Hey, I don't know much about that, or how much you know, but at the very least I can tell you that the bug is in Extension:SpamBlacklist, which can be found at http://www.mediawiki.org/wiki/Extension:SpamBlacklist. From what I can see from the code, it seems to just use various Hooks in MediaWiki

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-02-25 Thread Chris Steipp
That's an ambitious first bug, Anubhav! Since this is an extension, it plugs into MediaWiki core using hooks. So periodically, the core code will run all of the functions registered for a particular hook, so the extensions can interact with the logic. In this case, SpamBlacklist has registered

Re: [Wikitech-l] Bug 1542 - Log spam blacklist hits

2013-02-25 Thread Helder .
Hi! There is a proposed change to another extension (aiming to include logs for actions which trigger the CAPTCHA, aka bug 41522), which, although not finished, may be of some help: https://gerrit.wikimedia.org/r/#/c/40553/ Helder On Mon, Feb 25, 2013 at 4:17 PM, anubhav agarwal