User talk:Reedy/Archive 2009
Linux and NPWWhat's the status of running New Page Watcher in Linux? I'm guessing you're waiting on similar things for AWB to be released in Mono. At this point AWB wouldn't be very useful to me, but I think I could contribute a lot with NPW. I'm trying to find Wikipedia tools to use that work well on Ubuntu, but I'm not having a lot of luck so far. Most of the stuff that's written exclusively for Linux doesn't appear to be actively worked on by the developers. I may end up running XP or Vista in a virtual machine so I can use the stuff written for windows. That would be pretty lame if I had to do that... [mad pierrot][t c] 16:41, 23 July 2009 (UTC) SVN snapshotThere's some new features and bug fixes in the newer SVNs... could you publish a new snapshot when you get a chance? Thanks. –Drilnoth (T • C • L) 20:51, 15 June 2009 (UTC)
Delivered by SoxBot (talk) at 12:05, 16 June 2009 (UTC) You are mentioned in a Wikipedia:Requests for comment/User conductYou are mentioned in a Wikipedia:Requests for comment/User conduct. The Request for Comment page is here. Cirt (talk) 22:21, 17 June 2009 (UTC) Holt, WorcestershireHi Reedy/Archive 2009! An article you have been involved with has been tagged by its parent project as being in need of a little attention or further development. If references are not added soon it may be deleted. If you can help with these minor issues please see talk:Holt, Worcestershire--Kudpung (talk) 12:02, 18 June 2009 (UTC) I don't suppose you could semi protect that like you've done to Michael Schumacher? I've requested it but thought i might as well ask you. Thanks Uksam88 (talk) 20:09, 21 June 2009 (UTC)
The StigCould you please explain what exactly was wrong with "On June 21 2009, Schumacher appeared on BBC2's motoring programme Top Gear as The Stig." since Michael Schumacher did appear on Top Gear on this date posing as The Stig? --81.108.76.53 (talk) 20:12, 21 June 2009 (UTC)
Delivered by SoxBot (talk) at 03:16, 23 June 2009 (UTC)
Delivered by SoxBot (talk) at 02:24, 30 June 2009 (UTC) Parsers.GetTemplates is case-sensitiveThis source code fragment is a partial solution to the bug I raised. public static List<Match> GetTemplates(string articleText, string template)
{
MatchCollection nw = WikiRegexes.Nowiki.Matches(articleText);
MatchCollection cm = WikiRegexes.Comments.Matches(articleText);
/* new code */
string templateInitial = template.Substring(0, 1);
string templateInitialLower = templateInitial.ToLower();
string templateInitialUpper = templateInitial.ToUpper();
if (templateInitialLower != templateInitialUpper)
template = "["
+ templateInitialLower
+ templateInitialUpper
+ "]"
+ template.Substring(1);
/* end of new code */
Regex search = new Regex(@"(\{\{\s*" + template + @"\s*)[\|\}]",
RegexOptions.Singleline);
ClickRick (talk) 10:00, 4 July 2009 (UTC)
Delivered by SoxBot (talk) at 03:23, 9 July 2009 (UTC)
Delivered by -- Tinu Cherian BOT - 12:32, 28 July 2009 (UTC) *Poke*I was wondering about the various things I've mentioned at WT:Plugin++. Is it possible to address any of those? =) –xenotalk 04:26, 27 July 2009 (UTC)
typo fix exception for Commonly misspelled wordsWould you add a typo fix exception/nobots etc. for Commonly misspelled words at a convenient moment. Ta Rjwilmsi 17:42, 2 August 2009 (UTC)
Delivered by SoxBot (talk) at 05:48, 4 August 2009 (UTC) ClueBot you evil bastard!...removing my thread 'n shizz... Hey, did you hear? I learned how to build SVN myself! (After a troubleshooting session wondering why .csproj wasn't supported I realized I had downloaded the Visual Basic express rather than Visual C# express ;>) So no more harassing you to put up new snapshots... But I shall continue to harass you for WT:Plugin++ enhancements... Yep !! </harass> –xenotalk 13:38, 7 August 2009 (UTC)
Delivered by SoxBot (talk) at 05:10, 11 August 2009 (UTC)
Delivered by SoxBot (talk) at 03:45, 18 August 2009 (UTC) New Page PatrolWhen I try to mark a page as patrolled, it says that the action is only for adminstratos, autoconfirmed users and confirmed users. I am a autoconfirmed user,so I am confused.....Can you help me? Mr.TrustWorthy----Talk to Me! 03:12, 20 August 2009 (UTC)
Your commentI take it you are (one of) the developer(s) of AWB? I'd like to know what your conclusions are from this discussion. Debresser (talk) 08:10, 26 August 2009 (UTC)
PingHi there, just letting you know I've sent you an email :). - Kingpin13 (talk) 08:46, 29 August 2009 (UTC)
Delivered by SoxBot (talk) at 04:10, 31 August 2009 (UTC) Can we have a new AWB snapshot immediately pleaserev 5324 Can we have a new snapshot immediately please (e.g. of breakage here). Thanks Rjwilmsi 11:22, 6 September 2009 (UTC) Database scanner broken in SVN version –regex matchWould you check your change under rev rev 5334 and doing a database scan based on a regex contains? Seems the lines you deleted are needed? Thanks Rjwilmsi 14:12, 14 September 2009 (UTC) The Wikipedia Signpost: 21 September 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 23:53, 22 September 2009 (UTC)
SVN'sHi Reedy. I appreciate all the work you do on AWB and don;t want you to feel it goes un-noticed. Regarding SVN's, I'm really clueless at software and all it entails. Should I be downloading the latest SVN every-time there is one? Hiding T 10:34, 25 September 2009 (UTC)
NPWatcherAbout this thread. I've been trying to use NPW each day for a week and it just doesn't work. Have you had chance to look at it? Please try and make some time to fix it, please! ~~ Dr Dec (Talk) ~~ 21:53, 26 September 2009 (UTC) The Wikipedia Signpost: 28 September 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 02:47, 30 September 2009 (UTC)
Probably simple WP:Plugin++ fix that's not too painfulI've kindof worked around all the other arduous requests I made, there's a simple one though that would help a bit: Wikipedia talk:Plugin++#Class=image for generic template? TIA! –xenotalk 16:21, 4 October 2009 (UTC) Probably simple WP:Plugin++ fix that's not too painfulI've kindof worked around all the other arduous requests I made, there's a simple one though that would help a bit: Wikipedia talk:Plugin++#Class=image for generic template? TIA! –xenotalk 16:21, 4 October 2009 (UTC) The Wikipedia Signpost: 5 October 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 05:22, 6 October 2009 (UTC)
AWBReedy I have lost my work, why did you delete my page and where is it? Thanks. User: Mares —Preceding unsigned comment added by Mares (talk • contribs) 13:43, 8 October 2009 (UTC) Can you help me out with AWB please? I'm new to it, I've tried reading the manual, several users have tried to explain it to me, but still no success. Regards, --Rsrikanth05 (talk) 09:55, 7 October 2009 (UTC)
revert 5448Apoligies for having to revert 5448: probably all timespans in DatabaseScanner can be converted to use Ticks rather than ugly multiple units, provided that the "x matches in y minutes" message on stop/completion still displays correctly. Ta Rjwilmsi 18:14, 10 October 2009 (UTC) translate AutoWikiBrowserI want to translate this software into Chinese, can you help me ?--JerryofWong (talk) 17:11, 12 October 2009 (UTC) The Wikipedia Signpost: 12 October 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 04:19, 13 October 2009 (UTC)
The Wikipedia Signpost: 19 October 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 03:31, 20 October 2009 (UTC)
Can you wait for community input before approving bots?Can you wait more than 3 minutes for community input before approving bots that have finished their trial runs? [1] I don't see the urgency that required this bot be approved in 3 minutes. Sure, the task is straight-forward, the trial run looks like a no-brainer, experienced, responsive operator, etc., etc. But, it's a courtesy, imo, to allow the community to evaluate and respond to the trial run. Maybe, under the circumstances of this particular bot a quick approval in a day would have been reasonable, but 3 minutes? Why? I posted this on the talk:RFBA board.[2] Please respond there, not on my talk page, as I don't use it. --IP69.226.103.13 (talk) 21:03, 22 October 2009 (UTC) time of 5.0 release?There don't seem to be any recent reports of the page replaced with another bug, so given 4.6 is broken, time for a 5.0 release? Ta Rjwilmsi 12:16, 26 October 2009 (UTC) The Wikipedia Signpost: 26 October 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 01:38, 27 October 2009 (UTC)
The Wikipedia Signpost: 2 November 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 04:57, 3 November 2009 (UTC)
The Wikipedia Signpost: 9 November 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 01:56, 10 November 2009 (UTC)
How to grant AWB request?Hello, Reedy. Initially, this question has been posted to user:Rodhullandemu. But he couldn't help me and later he directed me to you. The question was, how to give the approval to the user who requested for the AWB? We do have the page which shows the AWB, but we did not write anything so far. Also, we got only one guy who wants it. So, could you please tell me what to do or even if you want to take the action by your self, sure you can. The name of the user who wants that approval is: Mr_Accountable. Please give him an access. Yours,--Mwanaharakati(Longa) 15:55, 14 November 2009 (UTC)
The Wikipedia Signpost: 16 November 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 16:15, 17 November 2009 (UTC)
The Wikipedia Signpost: 23 November 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 13:13, 24 November 2009 (UTC)
The Wikipedia Signpost: 30 November 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 14:01, 1 December 2009 (UTC)
snapshotWe need a new snapshot to check in the ListComparer actually works. -- Magioladitis (talk) 00:31, 7 December 2009 (UTC)
The Wikipedia Signpost: 7 December 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 05:57, 9 December 2009 (UTC)
"You forgot to add " in the blacklist! :P -- Magioladitis (talk) 00:08, 11 December 2009 (UTC) AWB 4.9.0.3A small niggle. The default edit summary says Project:AWB. This may confuse it with WikiProjects. Can we have it changed to AWB? Cheers. -- Alan Liefting (talk) - 05:51, 13 December 2009 (UTC)
Reedy, before releasing AWB 5.0 we have to fix Wikipedia_talk:AutoWikiBrowser/Bugs#Kingbotk_plugin_not_assessing_in_SVN_version. It seems we have a patch. Please check. -- Magioladitis (talk) 22:42, 15 December 2009 (UTC)
The Wikipedia Signpost: 14 December 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 16:22, 16 December 2009 (UTC)
Where's the logic in AWB that looks at the checkpage to see if typo fixes can be appliedWhere's the logic in AWB that looks at the checkpage to see if typo fixes can be applied -- [4]. Cant' find it, not sure it even exists? Rjwilmsi 10:54, 22 December 2009 (UTC)
The Wikipedia Signpost: 21 December 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 03:32, 23 December 2009 (UTC)
5792 has broken the diff5792 has broken the diff, it seems. Thanks Rjwilmsi 09:22, 26 December 2009 (UTC) IRCChatzilla not working? -- Magioladitis (talk) 13:21, 28 December 2009 (UTC) The Wikipedia Signpost: 28 December 2009
Read this Signpost in full · Single-page · Unsubscribe · EdwardsBot (talk) 02:55, 30 December 2009 (UTC)
AWB problemI was hoping you could help me with an AWB problem. I'm on the checklist (have been for years), yet I'm not able to use AWB. I log in successfully via the upper screen but AWB still shows "software disabled" in the lower left. If I try to refresh, I get an error that says I'm not logged in and the upper screen changes to a login screen. I've also tried totally removing AWB and reinstalling without success. I'm using AWB 4.6.0.0 on Windows Vista with IE 8.0.6001. Any ideas?--RadioFan (talk) 23:17, 30 December 2009 (UTC)
|
Portal di Ensiklopedia Dunia