User talk:Lupin/Anti-vandal tool
From Wikipedia, the free encyclopedia
If you have trouble with the script, please mention your browser, browser version and operating system.
[edit] Rervertin
How does one revert with this tool? I've looked but none of the links seem to allow reverting or rollbacks. Also, will this work with blue colgne? --Maru (talk) Contribs 07:31, 12 November 2005 (UTC)
- The problem was that the RSS stream didn't provide a rollback button, but he's working on a solution. You can test it out in blue cologne, I don't know. — BRIAN0918 • 2005-11-12 12:30
- Yes, you can use it in other skins, I think. I've added some info on this to the page. When you click the link from the article to see the most recent diff, you should see a rollback link.
There's none from the page because I don't think it's possible to create one (I could be wrong here and would welcome correction, but Mediawiki seems to use a random number to create a hash, and I doubt that I could duplicate that from a client-side script).Lupin|talk|popups 23:34, 12 November 2005 (UTC)
- OK, I have hacked around this. The rollback link that's now generated by the tool runs a javscript function, which downloads the diff page in the background and extracts the real rollback link if there is one. Then it opens that link in a new window/tab. (This explains why it's often slow to respond - it's waiting for the diff page to download). Lupin|talk|popups 18:16, 13 November 2005 (UTC)
[edit] Safari
Just thought I'd let you know that this doesn't work in Safari. — ceejayoz talk 05:14, 13 November 2005 (UTC)
[edit] An Uber-tool
Would it not be a good idea to combine this tool's rules with, say, the one that runs in the en-vandalism channel? Dan100 (Talk) 20:43, 9 December 2005 (UTC)
Agreed. This is possibly the best Wikipedia tool I've used so far. Would it be possible to add more words to the watchlist? Thanks, Mysekurity(have you seen this?) 21:54, 9 December 2005 (UTC)
- I think that the Roomba vandal bot run by User:Gmaxwell in irc.freenode.net#wikipedia-en-suspectedits is the future. I'm waiting for him to give me some output that I can stick a front-end onto. Lupin|talk|popups 17:00, 11 December 2005 (UTC)
- By the way, the wordlist is editable at User:Lupin/badwords. Please bear in mind that adding lots of words indisciminately will slow down the script even further - it runs rather sluggishly as things are on my machine. Lupin|talk|popups 00:29, 14 December 2005 (UTC)
[edit] Warn
When I click "warn", it adds {{subst:bv-n|ARTICLE}} ~~~~ to the user talk page of the person twice. Anyone else having an issue with this? Am I doing something wrong? -Mysekurity(have you seen this?) 09:41, 11 December 2005 (UTC)
- The code that does that is actually embedded in the popups script.
Cunning,Daft eh? :P Anyway, it seems you're loading that script twice in your monobook.js. Search for =User:Lupin/popups.js. To get the script loading only in non-safari browsers, you probably want to remove the first "installation". Lupin|talk|popups 16:57, 11 December 2005 (UTC)
-
- Warn doesn't seem to work for me, it only adds action=edit&autoedit=s#$\n{{subst:bv-n|Topography}}%20~~~~&autosummary=Your%20recent%20edits to the url but doesnt put anything in the edit box. Intinn 09:31, 23 March 2006 (UTC)
-
-
-
-
- IE6.0 on Win2K at work --> doesn't work, at home using FirefFox I have no problems :) I haven't noticed any js. errors but our system administrators at work are very restrictive so It might just be that. Intinn 20:55, 23 March 2006 (UTC)
-
-
-
- Same deal for me... everything else works OK, I can see the big long string in the URL, but the User's Talk Page comes up blank. IE6 on WinXP Pro at work. Gzuckier 20:59, 5 December 2006 (UTC)
[edit] Safari, mk2
Works now! Awesome, thanks! — ceejayoz talk 00:35, 14 December 2005 (UTC)
[edit] Expand
Why not make this a total alternative to the Recent changes page? That is, why the filtering? I would love to be able to get all anonymous edits with this thing, not just the ones with specific strings that are common to vandals. —Simetrical (talk) 05:05, 15 December 2005 (UTC)
- Done. If you clear your cache and refresh, you should see an "All recent changes" link in your toolbox. Lupin|talk|popups 16:13, 5 January 2006 (UTC)
[edit] Toolbox how-to?
Nice how this adds itself to the toolbox. I have a set of JavaScript tools in my browser's personal toolbar folder that I'd like to put in my Wikipedia toolbox so I have them available on whatever machine I'm on. Got any links to a how-to for what I need to know to add functions to the WP toolbox? I'm trying to reverse-engineer your .js file but could use some pointers. Thanks. — Kbh3rdtalk 17:53, 4 January 2006 (UTC)
- Look at the Installation section in the code, and copy the addlilink, addToolboxLink and simpleAddOnload functions. Adapt addMarvin to your needs (preferably giving it a sensible name) and then use simpleAddOnload(addMarvin). The addlilink and addToolboxLink functions come courtesy of the user scripts wikiproject. Lupin|talk|popups 14:59, 5 January 2006 (UTC)
-
- Thanks! My results are documented at User:Kbh3rd/Vandal warning toolbox. --Kbh3rdtalk 21:11, 13 January 2006 (UTC)
[edit] Monitor my watchlist...
crashes Firefox on OS X, for me, anyway.--jpgordon∇∆∇∆ 06:35, 9 January 2006 (UTC)
- How odd. Do any of the other links added by this tool do so? Which version of firefox are you using? Lupin|talk|popups 00:01, 11 January 2006 (UTC)
- I'm on 1.5. It is odd; the Javascript console gives me
Error: recent2_downloadComplete is not defined Source File: http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js&action=raw&ctype=text/javascript&dontcountme=s Line: 29
...let's see what else (saving pre-crash)
--jpgordon∇∆∇∆ 06:37, 11 January 2006 (UTC)
- nope, that's it. No more messages on JS console, just crash. Anything I can do to help debug? --jpgordon∇∆∇∆ 06:40, 11 January 2006 (UTC)
- How many articles are in your watchlist?
- Which skin are you using? I've only tested this in monobook, it's possible that other skins will confuse this part of the script. (Although javascript should never be able to crash the browser, so this is clearly a firefox bug. It'd be nice to pinpoint it so that a bug report can be submitted though).
- Does it crash if you go to a random wikipedia page (not one of the special ones used by this tool) and type javascript:getWatchlist() in the URL bar? If not, then after a few seconds you should observe a burst of network activity as the page where you edit your watchlist, [1], is loaded. Following that, typing javascript:alert(watchlist) should give a list of pages in your watchlist. Lupin|talk|popups 13:05, 11 January 2006 (UTC)
-
-
- Here's the relevant part of the crash dump:
-
Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_INVALID_ADDRESS (0x0001) at 0x0428660c Thread 0 Crashed: 0 libmozjs.dylib 0x06058954 js_DestroyRegExp + 4980 1 libmozjs.dylib 0x06059020 js_DestroyRegExp + 6720 2 libmozjs.dylib 0x06059334 js_ExecuteRegExp + 284 3 libmozjs.dylib 0x0605a7d0 js_regexp_toString + 2456 4 libmozjs.dylib 0x0605a880 js_regexp_toString + 2632
Looks to me like the regular expression parser is getting something passed to it that it can't quite handle, trashing the heck out of the heap or possibly the stack. How long a regexp is this thing being passed? --jpgordon∇∆∇∆ 21:13, 11 January 2006 (UTC)
- A long one in your case - the one that appears in the alert window. If you type javascript:alert(watchlist.toString().length) then you'll get an exact number. Maybe I could just store the watchlist entries in an array and loop over it each time, although I suspect that'll be less efficient performance-wise than using a regexp. My watchlist has over 1900 entries, and seems to work OK though. Would you be comfortable in sharing your watchlist with me so that I can try to reproduce the crash? Don't worry if not, I understand there are privacy concerns. You should be able to save it to a page by going to an edit page, executing javascript:getWatchlist() and then
javascript:void(document.getElementById('wpTextbox1').value+=window.watchlist.toString().split('|').join('\n'))
You could then paste it into an email to me.Lupin|talk|popups 13:09, 13 January 2006 (UTC)
- It's on the way. For some reason I've never been able to fathom, regexp code has always been a hotbed of buffer overruns. Maybe some of it is still arcane code from days before people thought much about such dangers. --jpgordon∇∆∇∆ 16:56, 13 January 2006 (UTC)
- I expect you're right about the binary search thing. Using regexes was the easiest thing to code up, so that's what I used. Lupin|talk|popups 00:22, 14 January 2006 (UTC)
[edit] Camino
Just FYI, everything appears to work just fine in Camino as well. --Aaron 06:39, 13 January 2006 (UTC)
- "monitor my watchlist" crashes Camino for me too! Yeek! (I know, same engine.) (I woulda really shrieked if it crashed Safari too! --jpgordon∇∆∇∆ 06:54, 13 January 2006 (UTC)
- I didn't have trouble running "monitor my watchlist" myself; I'm running 10.4.4 on an 800MHz 17" gooseneck G4. I'm using my Windows laptop now, but I'll let "monitor my watchlist" run for a couple of hours on Camino tonight and see how stable it is. --Aaron 18:10, 13 January 2006 (UTC)
- The toolbox links don't show up at all for me in Camino and the pages don't seem to do anything either, though everything is great in Safari. Tadpole9 23:31, 25 December 2006 (UTC)
- Update: After moving the InstaView script to the end of my monobook.js, this and all my other scripts work fine. Maybe that script does something strange in the end. Yay! Tadpole9(☎•✎) 04:53, 24 January 2007 (UTC)
[edit] Scope of "Monitor my watchlist"
Just a quick question: Is "Monitor my watchlist" supposed to not be alerting us to changes to User talk pages on our watchlists? Thanks, --Aaron 00:12, 14 January 2006 (UTC)
- No, if that's happening then it may be a bug. I say may be, since it's possible that these changes are being skipped by the rss feed. Lupin|talk|popups 00:20, 14 January 2006 (UTC)
- FWIW, it did alert me to this change, the one you just made above. Whether it's because it's a subpage of User talk:Lupin or an rss bug, I don't know. I'll post again after I see another change to a top level User talk page I'm watching. --Aaron 00:26, 14 January 2006 (UTC)
[edit] anti vandal tool
I cannot get it to work ILovePlankton 03:06, 28 February 2006 (UTC)
[edit] Question
I'm not familiar with the internals of the tool, but might it be possible to adapt it such to monitor pages created by users who don't have a user page, or satisfy a number of other criteria? -- Koffieyahoo 14:30, 6 March 2006 (UTC)
- That particular criterion would be hard to check - the only data readily to hand is all used by the tool, I think. Do feel free to suggest other possible filters if you think of any, though. Lupin|talk|popups 02:36, 9 March 2006 (UTC)
[edit] blocking
I've got a question. Do you have to be a sysop in order for you to block someone via. using your Anti-vandal tool? Please respond to me on my Talk page. Please and thank you! Funnybunny 06:24, 11 March 2006 (UTC)
- One more thing. When I try to revert vandalism, it shows a message that says "rollback is only for admins or, this might be a bug." Is there a secret to reverting vandalism that I missed out on?
[edit] Reverse ordering?
First off, excellent tool, saves a huge amount of time ... However, I feel it would be more useful if the new changes were listed most current at the top(inserted above earlier edits). Is this possible/easy/totally insane? tepid 02:35, 18 May 2006 (UTC)
- The tool was originally set up like this, but it meant that the new content pushed the older content down the page. This meant that you often clicked the wrong links with the mouse, which made the tool hard to use. I think the code is still in there to get things set up as you describe, but it does make things considerably more inconvenient.
- Anyway, if you're still not convinced, then try typing javascript:void(recent2.outputPosition='top') into the location bar and hit enter. Lupin|talk|popups 02:46, 18 May 2006 (UTC)
-
- Ooh, ta, much obliged. It's just that I have all of my other tools with time-sensitive info setup that way, it's what I'm used to. tepid 02:50, 18 May 2006 (UTC)
[edit] internationalization
If I already have compiled a list of badwords for spanish, could you tell me if this would work at es:, and how to use my own list? -- Drini 21:31, 18 May 2006 (UTC)
- I've made a few changes to make this easier. I think you should be able to make a copy of User:Lupin/recent2.js and customize it to your liking by editing the stuff at the top. In particular, you should dump your badwords list somewhere on the spanish wikipedia and tell the script where with the badwordsUrl variable. The page references refer to whichever wiki the script is run from. Only mediawiki wikis are currently supported. I haven't made the interface translatable (yet). Lupin|talk|popups 13:25, 19 May 2006 (UTC)
[edit] Rollback link position
Lupin, I've just recently started testing this great tool out. The only thing that bothers me slightly is the proximity of the "rollback" link to the "show details" link. I'm worried about hitting rollback by mistake when closing the details again. Any chance of spacing them out a bit to avoid this? Thanks. --Cactus.man ✍ 10:18, 27 May 2006 (UTC)
- I've put a couple of dots before the rollback link. Also, I've added a css style to the link. This means that you can add something like this to your monobook.css file to make it obvious that you're about to click something significant:
a.recent2_rollback:hover{ background: red; color: white; }
[edit] Presets
Hi Lupin. Great tool you've created here, but I was wondering whether it's possible for a user to preset their settings. e.g. I patrol recent changes ignoring ignoring talk pages/outside the article namespace and I need to use non-admin rollback. Is there any way for me to have those settings already enabled before the feed starts?
Netsnipe 14:51, 15 June 2006 (UTC)
[edit] Problems
Hi. I've been using your great tool for a while successfully, but today for some reason it is not working. When I go to the filter recent changes page, in both FF and IE (and I tested it on another account), nothing happens below the line. All the other pages, like All recent changes, Recent IP edits, etc., work. Is anyone else having this problem? Michael WhiteT·C 13:49, 19 June 2006 (UTC)
- It's working for me. I suggest you try clearing your browser cache if this persists (especially after any wikipedia downtime). Lupin|talk|popups 11:54, 26 June 2006 (UTC)
[edit] Other wikipedia
Hi, I'm trying to set this tool up on the Dutchlanguaged wikipedia, I assume this is ok with you, if not I'll remove it. However I can't get it fully functional. The pages which are used are
- nl:Gebruiker:Erwin85/recent2.js
- nl:Gebruiker:Erwin85/AVT/badwords
- nl:Gebruiker:Erwin85/AVT/Filter_recent_changes
- nl:Gebruiker:Erwin85/AVT/All_recent_changes
- nl:Gebruiker:Erwin85/AVT/Recent_IP_edits
- nl:Gebruiker:Erwin85/AVT/Monitor_my_watchlist
- nl:Gebruiker:Erwin85/AVT/Live_spellcheck
I've noticed that the rollback feature doesn't work, at least not as a sysop, I haven't tried the non-admin rollback, since I'm a sysop. Do you have any idea what I've done wrong? Thanks in advance, Erwin85 18:58, 20 June 2006 (UTC). PS I assumed this was ok, since a few months ago you said it was ago to use parts of popups' code.
- Yes, reuse of the code is fine. It's possible that the dutch wikipedia does things sufficiently differently that it confuses my rollback function. Please could you email me the source of a page such as [2] when logged in as an admin? (Hopefully that page has a rollback link on it - if not, please locate one that does and send me the url of that page too). Lupin|talk|popups 11:54, 26 June 2006 (UTC)
- An update on this: it turns out that admin rollback was broken on en, too, due to changes in mediawiki. Please try updating from User:Lupin/recent2.js and see if it works. Lupin|talk|popups 13:07, 26 June 2006 (UTC)
- I copied the latest version and the admin rollback works now. Thanks! --Erwin85 17:40, 26 June 2006 (UTC)
- An update on this: it turns out that admin rollback was broken on en, too, due to changes in mediawiki. Please try updating from User:Lupin/recent2.js and see if it works. Lupin|talk|popups 13:07, 26 June 2006 (UTC)
I've got another question. How does the badwords page work? I'd like to place a message encouraging others to edit the list, is that possible? And does foobar also match ..foobar, foobar.. and ..foobar.., where the dots stand for any character, or only foobar? Thanks in advance, Erwin85 19:04, 20 June 2006 (UTC)
- Yes, others can edit that page. There's no really good comment syntax at the moment, although lines which start with a < character are ignored. So you could put instructions in a <span>.
- The matches from that list are made at word boundaries only, and are case-insensitive. A word boundary is defined as whatever your browser's javascript engine thinks a word boundary is :-) Lupin|talk|popups 11:54, 26 June 2006 (UTC)
- Ok, thanks. --Erwin85 17:40, 26 June 2006 (UTC)
[edit] Hungarian Wikipedia
Hi, I tried to localize your tool on huwiki, but I have a problem: the "Live spellcheck" page lists a lot of edits, but none matches the examples on the list, it writes only "matched" and nothing else in the lines. When I click on the "details", the HTML source code of the difflink page is displayed. Do you have any advice? -nagytibi ! ? 19:28, 1 July 2006 (UTC)
- Could you provide a link to your attempt so that I can take a look? Thanks, Lupin|talk|popups 19:50, 1 July 2006 (UTC)
- recent2.js
- badwordsUrl
- filterPage
- allRecentPage
- recentIPPage
- monitorWatchlistPage
- spelldictUrl
- spelldictPage
-nagytibi ! ? 07:48, 2 July 2006 (UTC)
- I got the error :) in the spelldict one word's correct form was missing (the line was " mindíg->" not " mindíg->mindig") -nagytibi ! ? 18:47, 2 July 2006 (UTC)
[edit] BattleTechWiki
- I'm an admin (but not a Bureaucrat) over at BattleTechWiki and I've been messing around with the installation instructions you provided here. What confuses me, however, is the installation instruction to, "find the code to use in your monobook.js file by first using the above instructions on this wiki, then copying and adapting the resulting code. You'll also have to copy and adapt the script for your wiki." I've taken the resulting code:
+ 'http://en.wikipedia.org/w/index.php?title=User:Lupin/recent2.js' + '&action=raw&ctype=text/javascript&dontcountme=s">');
and tried various adaptions, including changing the url to BTW's, then chaging Lupin to my name. I'm not getting the additions to my toolbox. What am I doing wrong? (Thanks for any assistance.) --LeyteWolfer 00:14, 3 December 2006 (UTC)
[edit] Anti-vandal working?
I've recently installed it in my monobook, it's been about 5 minutes. Should I be seeing updates in the recent changes area? Should I just wait longer? --DREW 20:15, 1 July 2006 (UTC)
- Special:Recentchanges isn't affected by this tool - please see the usage instructions. Lupin|talk|popups 21:44, 1 July 2006 (UTC)
[edit] Summaries missing
When I use "non-admin rollback" with the Anti-Vandal Tool, it's not inserting anything in the summary field. I've never had this problem before; it's only been going on since July 6. See my contributions. ... discospinster talk 19:51, 8 July 2006 (UTC)
- This works properly for me. Which browser, browser version and operating system are you using? Lupin|talk|popups 20:59, 8 July 2006 (UTC)
- I use Firefox v1.5 on Windows ME on one computer, or Firefox v1.5 on Windows XP Professional on another computer. FWIW, I also have Wikipedia toolbar installed, AfD Helper, and Vandal Warning Toolbox. The autosummary shows up in the URL, but not in the summary field itself. It appears to work OK in Internet Explorer v6.0. ... discospinster talk 21:22, 8 July 2006 (UTC)
- Please try removing all that stuff and see if it helps. Lupin|talk|popups 21:38, 8 July 2006 (UTC)
- OK, I've done that, and now I can't rollback at all. I have "non-admin rollback" checked, but when I click "rollback" nothing happens. No window comes up (I have popups allowed for Wikipedia) and there's no error message to tell me what's wrong. I'm stumped! ... discospinster talk 17:33, 10 July 2006 (UTC)
-
-
- You should have a popup message window telling you to install popups for rollback functionality. I don't know why you don't. Can you try with a clean firefox profile and a pristine js file? Lupin|talk|popups 22:34, 10 July 2006 (UTC)
-
- I've created a new Firefox profile, and set it to accept pop-ups from Wikipedia (and it does). I've cleared out my monobook and only installed Anti-vandal tool. I can revert, but there is still no summary. One thing to note: On June 15 I installed Cacycle's editor tool. It still shows up when I edit a page, even though I've taken it out of my monobook. I can't find any instructions on "uninstalling" it. I've left Cacycle a note in his/her talk page. ... discospinster talk 01:10, 11 July 2006 (UTC)
- Delete everything in your cache and restart firefox. Assuming you're not using a caching proxy, that should clear any recalcitrant scripts. Lupin|talk|popups 01:33, 11 July 2006 (UTC)
- I've cleared out my monobook and the cache, and re-installed the anti-vandal tool. The summaries have reappeared. Maybe there was a conflict, but darned if I can tell what it was. Thanks for your help! ... discospinster talk 01:08, 12 July 2006 (UTC)
- Delete everything in your cache and restart firefox. Assuming you're not using a caching proxy, that should clear any recalcitrant scripts. Lupin|talk|popups 01:33, 11 July 2006 (UTC)
[edit] Rollback Dead?
I've used the tool alot in the past month, and up until recently, everything's been dandy. Every time now I try to click the rollback link, nothing happens. I've got "Use Non Admin Rollback" checked like I always do, and it's still not working. I've also re-installed it on my monobook. Any suggestions?--Fractions 06:00, 19 July 2006 (UTC)
- I too am having this exact problem. --24fan24 22:38, 29 July 2006 (UTC)
- Which browser are you using? It works for me with firefox 1.5.0.5 on OS X. Lupin|talk|popups 23:09, 29 July 2006 (UTC)
-
-
- I am using firefox 1.5.0.5 on XP home, I tested with portable firefox 1.5.0.3 and got the same problem. Also tested it in IE with no results. On ie I was able to find the error it read:
- Line: 549
- Char: 3
- Error: 'autoEdit' is undefined
- Code: 0
- URL: http://en.wikipedia.org/wiki/User:Lupin/Recent_IP_edits
- --24fan24 01:00, 30 July 2006 (UTC)
- I am using firefox 1.5.0.5 on XP home, I tested with portable firefox 1.5.0.3 and got the same problem. Also tested it in IE with no results. On ie I was able to find the error it read:
-
-
- Which browser are you using? It works for me with firefox 1.5.0.5 on OS X. Lupin|talk|popups 23:09, 29 July 2006 (UTC)
- I have a work around for this problem. Installing the popups user script makes the nonadmin rollback link work. --24fan24 02:06, 30 July 2006 (UTC)
- Which popups? The navigational ones? Fractions 16:42, 25 August 2006 (UTC)
- Yes navigational popups --24fan24 19:41, 26 August 2006 (UTC)
- Which popups? The navigational ones? Fractions 16:42, 25 August 2006 (UTC)
[edit] Warn Text
Is there any way to change the text that is inputted when you click the warn link? --24fan24 02:23, 8 August 2006 (UTC)
Yeah that would be great, as I only get random text!--Katieh5584 21:56, 10 August 2006 (UTC)
- Do you have the popups script installed? I had a similar problem and installing popups solved it.24fan24 22:20, 10 August 2006 (UTC)
[edit] Now on uncyclopedia
I have copied this over to uncyclopedia under my username, and after adapting it very slightly it now works there. Is this ok? If you wanted to have it put under your username on there (which I think doesn't exist) then I could do that for you. Otherwise, thanks for a great tool! --Spang 16:23, 23 August 2006 (UTC)
- That's a laugh. Still, have fun fighting the spammers with it. -- Netsnipe (Talk) 20:29, 23 August 2006 (UTC)
[edit] Add option to watchlist monitor
Would it be possible for you to add an option to User:Lupin/Monitor my watchlist so it ignores edits by oneself? I know perfectly well what my edits to articles on my watchlist are... --maru (talk) contribs 16:45, 3 September 2006 (UTC)
[edit] Anti-Vandal tool
Could you please install this tool for me, I want to use it. I've tried you instructions, I can't follow it. -- Lego@lost EVIL, EVIL! | 06:26, 14 September 2006 (UTC)
- I'd much prefer you to tell me how the instructions are unclear so that I can remedy that. Lupin|talk|popups 14:29, 11 November 2006 (UTC)
[edit] Autosignature with warning
When using this tool to warn users, it automatically signs the warning using ~~~~ (4) tildes. When I sign comments, the date is already included, so I use ~~~ (3). Is there any way for me to have this tool sign the warnings with only three tildes instead of four? -- AuburnPilottalk 06:00, 31 October 2006 (UTC)
- No, this is not currently customizable. You could create a private copy of the script and change it there if you like. Lupin|talk|popups 14:29, 11 November 2006 (UTC)
[edit] A couple of problems
Hi, i just installed this (Internet Explorer by the way) and I've run into a few problems. Firstly, the rollback tool didn't work, even after I had checked the non-admin rollback box. I also was wondering... on the actual page of the tool it said that the links will show up in 'my toolbox'. What's the toolbox? Thanks- and nice tool- CattleGirl talk | e@ | review me! 09:39, 6 November 2006 (UTC)
- OK, found the toolbox- on the left hand side of the screen, and installing popups did the trick for the rollback, don't ask me why though. Nice tool! I've been using it a lot lately- CattleGirl talk | e@ | review me! 08:31, 9 November 2006 (UTC)
[edit] Anti-vandal tool (and RSS feeds) delayed couple of hours behind realtime
I know it is not your fault but anti-vandal tool is often delayed behind real time.Sometimes only couple of minutes, but right now it was several hours (it is 10:52 UTC and AVT was showing "done to 0:58"). I checked RSS feed on the recent changes and it was also showing time 0:58. I checked it was not a problem of different time zone. I know I should preferably alert developers but maybe it is the same bug you are linking from AVT page, so I prefer to contact you first. --Jan.Smolik 10:55, 8 November 2006 (UTC)
- Delays of a couple of minutes are not unexpected, but delays of many hours point to something else being wrong. Usually this sort of thing starts working again after a little bit, though, so the wikipedia devs are probably aware of it. Lupin|talk|popups 14:28, 11 November 2006 (UTC)
[edit] Problems with Anti-Vandal tool
The Anti-Vandal tool sometimes doesn't display the diffs completely. For example, large blocks of text cannot be displayed in the diffs. Sometimes, it even tricks me into believing the editor is blanking. What's the problem? --¿Exir?¡Kamalabadi! 07:08, 11 November 2006 (UTC)
- There's clearly a bug here somewhere. Could you let me know the next time you see it happening, and mention the exact diff that the tool is having trouble with? Thanks, Lupin|talk|popups 14:25, 11 November 2006 (UTC)
[edit] Request for a new features
Great tool. Wish I'd thought of it.
1) Is there any way that you could add a tickbox so that users can prevent pages that they have reverted form being added to their watch lists.
2) Can rolled back pages be automatically closed once rolled back.
3) Last week Iaccidentally rolled back a page with a legitimate edit because I clicked on "rollback" instad of "Hide details", a button to reverse the rollback and leave an appology message would be usefull.
4) I'm not an admin so I can't block a persistant vandal, but button to report them to someone who can do it would be usefull.
perfectblue 11:01, 13 November 2006 (UTC)
I have another request: I think that this tool should add a header before the test template which is inserted into a user's talk page when the warn link is used. Other similar antivandal programs do this and it is a good practice to follow in order to keep talk pages organized. For example instead of entering {{subst:test1-n|Title}} ~~~~, I think it would be best to enter:
==Your recent edits to Title== {{subst:test1-n|Title}} ~~~~
--24fan24 21:45, 13 November 2006 (UTC)
[edit] admin rollback
Hi. This tool seems great; thanks to RC patrol for all their help. I do have a question. It appears that non-admins are exactly mimicking admin rollback using this tool. Is this possible and, if so, can something be done about it? I see the admin rollback syntax as shorthand - e.g. if I see a user that I know is at {{test4}} get rollbacked, I assume that the admin has followed up with a block. This obviously gets entirely confused if I can no longer tell who is an admin and just means that I spend more time doublechecking. Thanks, BanyanTree 14:28, 14 November 2006 (UTC)
- I don't really see what can be done about this, or that there's a need for it. Sorry! Lupin|talk|popups 21:51, 6 December 2006 (UTC)
[edit] Ignore edits to pages MEANT to be played with?
Made a goof when I rolled back Wikipedia:Introduction overlooking that users are asked to edit and monkey with the page. Is it reasonable to put in a feature req. that Anti-vandal tool ignore changes to special pages like that? TIA. ~DBS Talk/Contribs 03:15, 24 November 2006 (UTC)
- Seconded! This would make an already great tool even better. I have to stop myself every time I see crap placed into Wikipedia:Sandbox and the like as well. —Krellis 00:34, 4 December 2006 (UTC)
- Good idea. I've added another checkbox to control this which should appear if you shift-reload. It currently only ignores the two pages you mention - are there any others? Lupin|talk|popups 21:48, 6 December 2006 (UTC)
- You're asking me? I wish I knew ... maybe there's a category (translation: fat chance). I'm sure there are plenty, and now I've got you wandering into the dark, scary woods of "WP pages which are intended to be edited...." Mua-ha-ha-ha. >;) — David Spalding ta!k y@wp/Contribs 05:09, 7 December 2006 (UTC)
A-ha, I found a few...
- You're asking me? I wish I knew ... maybe there's a category (translation: fat chance). I'm sure there are plenty, and now I've got you wandering into the dark, scary woods of "WP pages which are intended to be edited...." Mua-ha-ha-ha. >;) — David Spalding ta!k y@wp/Contribs 05:09, 7 December 2006 (UTC)
- Good idea. I've added another checkbox to control this which should appear if you shift-reload. It currently only ignores the two pages you mention - are there any others? Lupin|talk|popups 21:48, 6 December 2006 (UTC)
[edit] Auto subhead
Hi. Been using this amazing tool for a while now...one thing that might make life easier is to make the autosummary read "Your recent edits to NAME OF ARTICLE" and to include a subhead above the subst test to say "Your edits to NAME OF ARTICLE on DATE". Gzkn 12:29, 5 December 2006 (UTC)
- After some fiddling around, I made the change at User:Gzkn/recent2.js. I decided the subhead should just include the date, since after some testing, the subhead often became rather long... Gzkn 02:46, 8 December 2006 (UTC)
[edit] Monospace.js page
Hi I'm wondering where do I find the monobook.js file?Axle12693 21:58, 9 December 2006 (UTC)
- Click the link on the installations and it will create yours. Please don't edit users' pages, add your questions on THE TALK PAGES. ;) — David Spalding ta!k y@wp/Contribs 23:16, 9 December 2006 (UTC)
[edit] rollback button not responding
Let me start by saying that I love this tool. It's great. It makes patrolling recent changes much easier.
I'm having some trouble with the rollback button. I can usually use it once (successfully). After that I move on to another change... and the button does not work. Is there anything that I can do to help debug what's going on here? Could it be that my browser is busy doing some other javascript at the time? I am using Firefox 1.5.0.8 under Windows XP. Is anyone else experiencing this? -- Ben (talk) 14:55, 10 December 2006 (UTC)
P.S. I understand that it *could* be slow (considering everything it has to do... but I don't think it's doing anything... I can try to be more patient. :) -- Ben (talk) 14:57, 10 December 2006 (UTC)
Is there anything that I can do to help debug what's going on here? What's a normal wait-time for it to perform the rollback actions? Will it update the window while it's "doing its thing?" -- Ben (talk) 18:19, 10 December 2006 (UTC)
- It's usually a 1 to 2 second delay for me (although sometimes longer if the script is "updating" the new changes). I've had no problems with the non-admin rollback function. Try opening up the FF's error console (Tools --> Error Console) and seeing if something's amiss. You could also see if upgrading to FF 2.0 helps. Gzkn 02:07, 11 December 2006 (UTC)
-
-
- Actually, I suspect it might be your monobook that's causing you problems. VOA's monobook already includes Lupin's anti vandal tool and popups, so there's no need to include all three like you've done. Just remove the popups and anti vandal tool code and I think your problems may go away. Gzkn 05:08, 11 December 2006 (UTC)
- Just saw that you had only added VOA's monobook stuff today, so I guess that wasn't the problem...hmmmm Gzkn 05:15, 11 December 2006 (UTC)
-
- The first thing I'd suggest to start debugging this is to install the firebug extension. Then restart FF. If you click the green tick in the lower right corner of the browser then you should bring up a console. Make sure that the "Show XMLHttpRequests" option (in the options menu at the top of the console) is on, and try doing some rollbacks from the filter recent changes page. Each time you hit rollback, you should see a new line in the console containing "query.php" and "what=revisions". Do you see that line when the rollback fails? Do you see a very long line of data when you click the triangle to the left of those lines? Lupin|talk|popups 09:16, 11 December 2006 (UTC)
Yay!!! Thanks for all your help, guys. I added firebug and played around with it a while. That got me looking down into the lower right hand corner of my window. You know what else is over there? The little red window thingie that indicates that firefox blocked or is blocking popups. (Yeah. Good times.) So I set it to allow pop-ups from en.wikipedia. And all seems right with the world. Thanks again, guys, for all your help. -- Ben (talk) 14:42, 11 December 2006 (UTC)
[edit] New feature request: query rc on button
I admit it... I am a slow reader. Usually I don't get through a group of recent changes before the next set is loaded. It seems to me that there is a lot of stuff getting downloaded that I'm not getting to. Would it be possible to add a button to allow the user to indicate when they are ready for the next group of changes? Maybe at the bottom of the group (or at the head of the next group before it is loaded. -- Ben (talk) 04:50, 11 December 2006 (UTC)
I would find this helpful as well. Tom Harrison Talk 15:29, 11 December 2006 (UTC)
- I third. --24fan24 20:38, 11 December 2006 (UTC)
I've given this a little thought. I don't think it can really be that much of a burden on the servers. I just feel guilty seeing all that content go by that I'm not dealing with. If the end result of this is that there is no change, I will not be too upset. The tool is the bee's knees already. -- Ben (talk) 22:07, 11 December 2006 (UTC)
- The pause button works great. Thanks, Tom Harrison Talk 20:33, 12 December 2006 (UTC)
[edit] Feature Request: Newbie edits
Well, I find myself usually watching either ip edits or those of newbies. I also sometimes do new page patrol. Is it possible to add either of those 2 into the tool. Great job, thank you. Xiong Chiamiov :: contact :: 01:20, 14 December 2006 (UTC)
[edit] User:Gzkn/recent2.js
Hey there Lupin...added a few more options at my recent2.js that I've always thought might be useful. Take a look if you're interested. I added:
- Two report to AIV buttons (one for IP and one for regular Vandals)
- four more test warning messages (so now it looks like t1 | t2 | t3 | t4 | bv)
Not sure if those are useful for the everyone who uses your tool though. Those interested can include User:Gzkn/recent2.js. Gzkn 05:52, 14 December 2006 (UTC)
[edit] Problem with anti-vandal tool
I am using the anti-vandal tool on firefox 2.0 on windows XP and when I go to filter recent changes I always get the same thing:(0) updating...done up to 18:00:00 remove earlier output. I first noticed this about 5 minutes ago.--Res2216firestar 00:58, 23 December 2006 (UTC)
- This seems to be about right, there may just be no edits that passed through the bad word filter. Try going to All recent changes and see if any changes are displayed. If not than there is something wrong. --24fan24 02:12, 23 December 2006 (UTC)
- It seems to be fine now, I was just worried because I was using it at 00:50 not 18:00 UTC.--Res2216firestar 16:55, 23 December 2006 (UTC)
[edit] One too many
I think I installed your tool twice by accident because everything is on there twice. How do I uninstall one of them? Sooner Dave 05:25, 29 December 2006 (UTC)
- I've had the same problem for a while but I have no idea how I would have installed it twice. Does anyone notice anything that would cause this in my monobook.js? --Michael WhiteT·C 15:10, 29 December 2006 (UTC)
[edit] User box needed
How about a user box? Just installed it and expect to use it regularly. Will (Talk - contribs) 06:08, 30 December 2006 (UTC)
[edit] question
How does the non-admin rollback work?is it a way to re-load the original draft of an article or comment before it was vandlized? Best regards Nadirali 08:19, 30 December 2006 (UTC)
- It gets the last revision before the last editor edited (I don't think I explained that well :) ), then saves that and adds a nice summary. example Xiong Chiamiov :: contact :: 03:50, 31 December 2006 (UTC)
[edit] question2
I have tried to use Anti-vandal tool on ro.wp but it didn't work (here on en.wp it worked). Why ? Do I have to change the name space: User to Utilizator, Talk to Discuţie, .... ? What else do I have to change ? Why the script is not shown the same as yours, please see mine [8]. :-) Thanks --Pixi 08:09, 20 January 2007 (UTC)
[edit] New warning templates
See WP:UTM. Cheers. --Brad Beattie (talk) 21:51, 23 January 2007 (UTC)
[edit] Problem with Anti-vandal rollback
I'm having some trouble with the anti-vandal rollback (non-admin). Whenever I try to use it , no matter the circumstances, it gives me the following error message:
"Page rollback error: Last editor is <>, not <>. The user may have already been reverted.".
Even if this isn't the case. I'm not sure how to fix this... nothing has changed for me. I'm using Windows XP SP2, Firefox 2.0.0.1. --ElaragirlTalk|Count 10:32, 24 January 2007 (UTC)
- Please try installing popups and see if it makes the problem disappear. Lupin|talk|popups 08:08, 31 January 2007 (UTC)
[edit] Problems
I'm translating AntiVandal-tool (last version) to portuguese, but I have some problems: The code
safePages:'[Ww]ikipedia:(P(á|%C3%A1)gina[_ ]de[_ ]testes|Esplanada*|Café*|Contato*|[Pp]áginas[_ ]para[_ ]eliminar*)',
doesn't work, I tried everything.
The safe pages are:
- Wikipedia:Página de testes
- Wikipedia:Esplanada
- Wikipedia:Esplanada/anúncios
- Wikipedia:Esplanada/propostas
- Wikipedia:Esplanada/geral
- Wikipedia:Café dos categorizadores
- Wikipedia:Café dos tradutores
- Wikipedia:Café das exatas
- Wikipedia:Café das humanas
- Wikipedia:Café das biomédicas
- Wikipedia:Café dos novatos
- Wikipedia:Café dos robôs
- Wikipedia:Contato/Linha direta
- Wikipedia:Páginas para eliminar/26 de Janeiro
- Wikipedia:Páginas para eliminar/27 de Janeiro
- Wikipedia:Páginas para eliminar/28 de Janeiro
- Wikipedia:Páginas para eliminar/etc
You can see the test code on pt:Usuário:Mosca/antivandaltool.js Mosca2 16:31, 27 January 2007 (UTC)
- Thanks, and sorry for wasting your time on this. It was a stupid bug which should be fixed in the latest version. Lupin|talk|popups 07:55, 31 January 2007 (UTC)
[edit] Rollback Tools Have Disappeared
Hello Lupin. Recently something strange has developed with the script for me. I have all the functionalities of the tool that normally would be there, but now I am missing all the rollback links. I am using IE 7 as a browser, just as I have in the past. Is this a recent bug with the tool or is my browser bugging with the script?¤~Persian Poet Gal (talk) 02:45, 1 February 2007 (UTC)
-
- Switching my browser to Firefox seems to solve the issue.¤~Persian Poet Gal (talk) 04:25, 1 February 2007 (UTC)
I've also noticed increasingly less functionality with IE7, which is unfortunately what my work computer uses. Still works on Firefox, though. Any chance you find a way to make it work on IE? Coemgenus 19:16, 9 February 2007 (UTC)
- I've just tested the script briefly with IE7 and didn't notice anything amiss - I could filter recent changes, perform non-admin rollback and warn successfully. What is giving you trouble? Lupin|talk|popups 01:15, 10 February 2007 (UTC)
-
- When I hit "rollback," nothing happens. Coemgenus 22:56, 18 February 2007 (UTC)
[edit] What is live spell check?
what is live spell check?
Ps: thanks for the great tool! --'•Tbone55•(Talk) (Contribs) (UBX) (autographbook) 02:45, 6 February 2007 (UTC)
- It's similar to filter recent changes, as it checks the rss of recent changed against a list of commonly misspelled words and displays these recent changed. --24fan24 (talk) 03:03, 6 February 2007 (UTC)
[edit] Are these problems caused by the tool?
I notice that I have new links in the last couple of days, so I assume that the tool has been recently changed. After the new links showed up I started to get significant browser hangs when using the tool. For example, when using the tool there are hangs when scrolling the page down, and in getting an insert cursor after clicking on the text box when issuing a warning. When I hover the mouse over a link there is often significant delay before the arrow cursor turns into a hand cursor. Sometimes when I click somewhare on the "tool page" the brower shifts focus to a completely different window.
I haven't experience these problems when not using the tool. Could these hangs be because of the tool? My browser is Firefox 1.5.0.9. Thanks. Tanaats 15:57, 14 February 2007 (UTC)
The fun definitely doesn't start until I launch the tool, and then starts happening immediately, and goes away again when I drop the "tool window". Tanaats 05:42, 15 February 2007 (UTC)
[edit] Looking For Keywords
Does your tool automatically seek out changes like do > don't or adding 'not' or vice versa? Basically, sneaky changes to change a positive to a negative and negative to a positive? Although there will be some legitimate cases, such changes appearing on their own seem pretty suspect to me. --Seans Potato Business 18:04, 19 February 2007 (UTC)
- If you added those words, you would get a hit every time they were used in a change, whether by themselves or with other words. It would definitely flood the tool. RJASE1 Talk 18:12, 19 February 2007 (UTC)
- Is it impossible to code it so that these edits have to be alone in order to get a hit? --Seans Potato Business 20:39, 19 February 2007 (UTC)
[edit] Suggestion
Could you add into the anti vandal tool, so that at some point during using rollback(non-admin included), preferebly on the filter recent chnges/recent changes page, there would be an option to leave a pre-defined message on the vandals talk page? there is a tool to do this, but you have to be on the talk page to use it. writing this into the code would save some time, and allow more vandalism to be reverted. the_jmac! | Talk 21:34, 28 February 2007 (UTC)
- There is currently a warn button on the Filter recent changes page, its to the right of the suspected vandal's user name. Currently this loads their editable talk page with {{subst:test1|Article Name}} preloaded. I do agree, it would be nice if this could be done automatically with the rollback button. I imagine that would be difficult to implement though, as you should be warning with an appropriate level (e.g. test1, test2) based on past warnings issued to that user. I gather that this is the reason why the tool is designed the way it is now. --24fan24 (talk) 21:55, 28 February 2007 (UTC)
For anyone interested, the above has been done, and can be found at User:Gzkn/recent2.js.
[edit] Quick question
Lupin, is there a particular line of text that automatically presses the save button when using rollback? i want the same to happen when using User:Gzkn/recent2.js as an add-on to your tool, could you tell me how to code this please? the_jmac! | Talk 21:54, 1 March 2007 (UTC)
[edit] nl:Gebruiker:Erwin85/AVT
Dear Lupin,
On the Dutch Wikipedia I am trying to use the "Dutch version" of your AVT. For some reason the "rollback" links in that version just won't work. Erwin85 told me to ask you for assistance, as they don't work for him either ;) I don't know about him, but I have tried both Internet Explorer 6.0 and Mozilla Firefox (latest update), so the problem seems to be somewhere inside the script... Hope you can help!
Thanks in advance! Kind regards, Erik1980 20:54, 21 March 2007 (UTC)
(nl:Erik1980 / Dutch talk page)
[edit] New warning
Have you considered changing the warn message to the new {{uw-test1}}?--Kubigula (talk) 02:59, 27 March 2007 (UTC)