Wikipedia talk:AutoWikiBrowser/Bugs/Archive 8

Page contents not supported in other languages.
Source: Wikipedia, the free encyclopedia.
<
Bugs
Archive 5 Archive 6 Archive 7 Archive 8 Archive 9 Archive 10 Archive 15

NullReferenceException in DatabaseScanner.updateProgressBar()

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at WikiFunctions.DBScanner.DatabaseScanner.updateProgressBar()
   at WikiFunctions.DBScanner.DatabaseScanner.timerProgessUpdate_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

84.234.42.68 (talk) 18:13, 9 June 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Dodatek Service Pack 3
.NET FW Version Unknown
AWB version 4.3.2.1, revision 2912 (2008-06-08 18:50:53)
Workaround None
Fixed in version Unknown


Hmm, did it happen immediately after you started the scanning? Then most likely it's because it used to start timer and only then initialise different internal variable, so when it took too long the 500 ms timer could already tick before things were ready for it. I addressed it in rev 2978 - could you try it to see if it helps? MaxSem(Han shot first!) 15:41, 19 June 2008 (UTC)

Most likely fixed with recent commits. MaxSem(Han shot first!) 19:37, 15 September 2008 (UTC)

MissingMethodException

Status Bug is in old software, please update
Description
Exception:MissingMethodException
Message:Method not found: 'System.Windows.Forms.ToolStripMenuItem WikiFunctions.Plugin.IAutoWikiBrowser.get_PluginsToolStripMenuItem()'.
Call stack:
   at AutoWikiBrowser.Plugins.CFD.CfdCore.Initialise(IAutoWikiBrowser mainForm)
   at AutoWikiBrowser.Plugins.Plugin.InitialisePlugin(IAWBPlugin plugin, IAutoWikiBrowser awb)

Schneelocke (talk) 22:35, 17 August 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.3.2.0
Workaround None
Fixed in version Unknown


Old CfD Plugin Reedy 18:50, 8 September 2008 (UTC)

AWB encountered XmlException on custom project

Status Not a bug/currently unresolvable
Description
Exception:XmlException
Message:Unexpected XML declaration. The XML declaration must be the first node in the document, and no white space characters are allowed to appear before it. Line 2, position 3.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParsePI(BufferBuilder piInDtdStringBuilder)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at WikiFunctions.Lists.GetLists.FromCategory(Boolean subCategories, String[] categories)
   at WikiFunctions.Controls.Lists.ListMaker.MakeList2()
Thread:

205.210.232.62 (talk) 21:07, 3 September 2008 (UTC)

To duplicate: ListMaker Text: ISFDB Help
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.3.2.0
Workaround Copy category contents to editor, save as file, make list from text file
Fixed in version Unknown


This occured severl times. I was attempting to use AWB on the ISFDB wiki which is a mediaWiki ver 1.12 wiki with a pretty vanilla setup. Just downloaded the latest Version of AWB. I am a sysop on the ISFDB wiki, and I had loggged in. The problem came at MakeList from a category. 205.210.232.62 (talk) 21:07, 3 September 2008 (UTC)

Your MW API install is borked: it prepends newline to XML output, scaring the .NET's XML parser to death. MaxSem(Han shot first!) 11:10, 7 September 2008 (UTC)
Thank you. 205.210.232.62 (talk) 01:15, 8 September 2008 (UTC)

Decade formatting

Status Not enough information/very rare bug
Description When AWB finds decades formatted in XXX0's format in the same sentence (paragraph?), it only changes the first one into XXX0s
To duplicate: Run AWB on this version of the
Hertzsprung-Russel diagram page [1]. The options I had on were Auto-tag, Apply general fixes, Unicodify whole article, Enable RegexTypoFix. Skip: Article in use, No changes are made, Only whitespace is changed. — Preceding unsigned comment added by Headbomb (talkcontribs
)
Operating system Windows XP Home (SP 3), .NET (2.0.50727.42), IE (7.0.6000.16674)
.NET FW Version Unknown
AWB version 4.3.2.0
Workaround Do it manually
Fixed in version Unknown


It's not a bug: to avoid messing things up, AWB fixes decades only in certain contexts. Currently, this means that date should be preceded by "the", "late", "later", "early" and "mid-". That's why in your example 1930's was fixed as it was "the 1930's", while 1940's was left intact. If there are more 100% reliable contexts, they could be added. Not closing this bug for a while to let ppl report their suggestions. MaxSem(Han shot first!) 16:32, 22 July 2008 (UTC)

I always take the apostrophe out when it is within a link i.e. [[1990's]]. I have not identified any false positives with that. Can you give an example of a false positive that are you are trying to avoid? Lightmouse (talk) 09:45, 27 July 2008 (UTC)

I don't have an example, as that predates my involvement in AWB, but from my experience, if there is a weird condition in parser, it's there for a reason, probably. MaxSem(Han shot first!) 16:03, 31 July 2008 (UTC)

I understand your conservative approach. Lightmouse (talk) 16:12, 31 July 2008 (UTC)

Wontfix then? Reedy 16:59, 13 September 2008 (UTC)

Yes. Lightmouse (talk) 17:16, 13 September 2008 (UTC)

MissingMethodException in CfdCore.Initialise

Status Fixed in the next release
Description
Exception:MissingMethodException
Message:Method not found: 'System.Windows.Forms.ToolStripMenuItem WikiFunctions.Plugin.IAutoWikiBrowser.get_PluginsToolStripMenuItem()'.
Call stack:
   at AutoWikiBrowser.Plugins.CFD.CfdCore.Initialise(IAutoWikiBrowser mainForm)
   at AutoWikiBrowser.Plugins.Plugin.InitialisePlugin(IAWBPlugin plugin, IAutoWikiBrowser awb)

Closedmouth (talk) 14:17, 14 September 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.0.0, revision 3325 (2008-09-13 17:59:52)
Workaround None
Fixed in version Unknown


Try getting an updated CFD plugin from the plugin folder. Chances are its just out of date. Reedy 15:02, 14 September 2008 (UTC)
Tried that, and tried getting the latest SVN snapshot and I still get this error when I start AWB. Can I just delete that plugin? I don't use it anyway. --Closedmouth (talk) 03:55, 15 September 2008 (UTC)
Sure, you can. It works fine in the SVN versions, so something must just be out of date. Reedy 06:29, 15 September 2008 (UTC)
Deleted the CFD plugin, not getting the bug anymore, ta. --Closedmouth (talk) 10:23, 16 September 2008 (UTC)

IOException in Tools.PostData

Status Fixed in the next release
Description
Exception:IOException
Message:Unable to read data from the transport connection: Attempted to read or write protected memory. This is often an indication that other memory is corrupt..
Call stack:
   at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at System.IO.StreamReader.ReadBuffer()
   at System.IO.StreamReader.ReadToEnd()
   at WikiFunctions.Tools.PostData(NameValueCollection postvars, String url)
   at AutoWikiBrowser.UsageStats.PostData(NameValueCollection postvars)
   at AutoWikiBrowser.UsageStats.SubsequentContact()
   at AutoWikiBrowser.UsageStats.Do(Boolean appexit)
Inner exception:AccessViolationException
Message:Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Call stack:
   at System.Net.UnsafeNclNativeMethods.OSSOCK.recv(IntPtr socketHandle, Byte* pinnedBuffer, Int32 len, SocketFlags socketFlags)
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode)
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)

Joker
) 20:05, 14 September 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.4.0.0, revision 3325 (2008-09-13 17:59:52)
Workaround None
Fixed in version Unknown


Error messages suppressed in rev 3355. MaxSem(Han shot first!) 20:46, 14 September 2008 (UTC)


Typo - "Doesn't existent"

Status Duplicate
Description On the current version of AWB, Skip tab, Page box the second choice is "Doesn't existent". This should probably be changed to "Doesn't exist". "Doesn't existent" just doesn't sound right.
To duplicate: Open AWB.
Operating system Windows XP SP3
.NET FW Version Unknown
AWB version 4.4.0.0
Workaround Ignore it. ;)
Fixed in version Unknown


--Rockfang (talk) 23:06, 14 September 2008 (UTC)

Already fixed, its now "Doesn't exist". Reedy 08:35, 15 September 2008 (UTC)

ArgumentOutOfRangeException in Tools.ApplyKeyWords

Status Fixed in the next release
Description
Exception:ArgumentOutOfRangeException
Message:Length cannot be less than zero. Parameter name: length
Call stack:
   at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
   at WikiFunctions.Tools.ApplyKeyWords(String Title, String Text) in C:\myAWB\AWB\WikiFunctions\Tools.cs:line 435
   at WikiFunctions.Parse.Parsers.AddCategory(String NewCategory, String ArticleText, String ArticleTitle) in C:\myAWB\AWB\WikiFunctions\Parsers.cs:line 1408
   at WikiFunctions.Article.Categorisation(CategorisationOptions option, Parsers parsers, Boolean SkipIfNoChange, String CategoryText, String CategoryText2) in C:\myAWB\AWB\WikiFunctions\Article.cs:line 351
   at AutoWikiBrowser.MainForm.ProcessPage(ArticleEX theArticle, Boolean mainProcess) in C:\myAWB\AWB\AWB\Main.cs:line 1172

Hesperian 03:44, 15 September 2008 (UTC)

To duplicate: [encountered while processing page [2]]
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.4.0.1, revision 3361 (2008-09-15 06:43:08)
Workaround None
Fixed in version Unknown


rev 3363 Reedy 06:50, 15 September 2008 (UTC)

Ignore by Ctrl+I keypress no longer works

Status Fixed in the next release
Description It seems the Ctrl+I key combination no longer does Ignore.Rjwilmsi 07:16, 15 September 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN 3325
Workaround
Fixed in version Unknown


As of a recent SVN version..? Reedy 08:28, 15 September 2008 (UTC)
rev 3365 - Shortcut removed from mark all as minor. I think Dispenser had added this seemingly random shortcut in his last main designer patch. Reedy 09:36, 15 September 2008 (UTC)

Exception at end of database scan

Status Fixed in the next release
Description
Exception:ObjectDisposedException
Message:Cannot access a closed file.
Call stack:
   at System.IO.__Error.FileNotOpen()
   at System.IO.FileStream.get_Position()
   at WikiFunctions.DBScanner.DatabaseScanner.updateProgressBar() in C:\Documents and Settings\RJW\Desktop\AWB_SVN\AWB\WikiFunctions\DatabaseScanner\DatabaseScanner.cs:line 738
   at WikiFunctions.DBScanner.DatabaseScanner.timerProgessUpdate_Tick(Object sender, EventArgs e) in C:\Documents and Settings\RJW\Desktop\AWB_SVN\AWB\WikiFunctions\DatabaseScanner\DatabaseScanner.cs:line 726
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Occurs at end of successful database scan. Rjwilmsi 16:59, 11 July 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.3.2.1, revision 3070 (2008-07-11 00:42:33)
Workaround None
Fixed in version Unknown


Hmm. Thought i'd addressed this before, but seems not. Cannot duplicate it (just tried on a 10mb export of cat:2008 deaths)... The CanRead i set, must still be returning true for your copy, but then when it tries to get the position (the inner if), its closed and tehrefore doesnt like it. Reedy 17:34, 11 July 2008 (UTC)
        private void updateProgressBar()
        {
            // update progress bar
            if (Main.stream.CanRead)
            {
                double matchesByLimit = (double)intMatches / intLimit;
                if (matchesByLimit > (double)Main.stream.Position / Main.stream.Length)
                    progressBar.Value = (int)(matchesByLimit * (Main.stream.Length / 1024));
                else
                    progressBar.Value = (int)(Main.stream.Position / 1024);
            }
        }
I get this when I run AWB under my VMware Windows XP, where the database scanner seems to run about 7x more slowly than on my native Windows. Under native Windows this exception doesn't occur, so is it some speed issue that the file is taking too long to close? Rjwilmsi 07:20, 12 July 2008 (UTC)
Thats interesting. I've got a server 2003 VMWare PC, so i'll try it in there and see if we get anywhere. Thanks for the info. Reedy 14:07, 13 July 2008 (UTC)

Fixed in rev 3390. MaxSem(Han shot first!) 18:34, 18 September 2008 (UTC)

AWB encountered TypeInitializationException

Status Not enough information/very rare bug
Description
Exception:TypeInitializationException
Message:The type initializer for 'WikiFunctions.Parse.SiteMatrix' threw an exception.
Call stack:
   at WikiFunctions.Parse.MetaDataSorter..ctor(Parsers p)
   at WikiFunctions.Article.PerformGeneralFixes(Parsers parsers, HideText removeText, ISkipOptions skip, Boolean replaceReferenceTags)
   at AutoWikiBrowser.MainForm.ProcessPage(ArticleEX theArticle)

41.232.56.1 (talk) 08:17, 12 July 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.3.2.0
Workaround None
Fixed in version Unknown


Not enough information, we need a report from 4.4+ which unwinds nested exceptions. Though I suspect a simple network problem. MaxSem(Han shot first!) 18:54, 16 September 2008 (UTC)

Make list confused by unpatrolled changes?

Status Fixed in the next release
Description When I try to make a list of the new pages on the Finnish Wikipedia (http://fi.wikipedia.org/wiki/Toiminnot:Uudet_sivut), the resulting list is incorrect. The correct list currently begins with "Østlandet", "Gustav Peter Blom" and "Anatoli Fomenko", but the AWB-generated list looks different: "Rahva Hääl", "Viron sosialistinen neuvostotasavalta", "Brian Joubert" etc.

The AWB-generated list now seems to include only the patrolled changes and pages linked from their edit summaries (which is definitely a bug). This used to work correctly. Silvonen (talk) 05:50, 28 January 2008 (UTC)

To duplicate: Set your project to Finnish Wikipedia, select "Make from: Special page", type "Uudet sivut" in the Toiminnot box and press "Make list".
Operating system XP
.NET FW Version Unknown
AWB version 4.2.0.1
Workaround
Fixed in version Unknown


New API-based Newpages provider added in rev 3382. MaxSem(Han shot first!) 16:02, 16 September 2008 (UTC)

"using AWB" broken on custom wikis

Status Fixed in the next release
Description "Using" is missing from "Using AWB" on custom wikis. Example.kingboyk (talk) 16:05, 4 March 2008 (UTC)
To duplicate:
Operating system Vista
.NET FW Version Unknown
AWB version SVN
Workaround None
Fixed in version Unknown


This is intentional. We localize edit summaries if possible on preset wikis, but can't do that on custom wikis, so we attemt to use as less unknown language as possible. MaxSem(Han shot first!) 16:09, 4 March 2008 (UTC)

Thanks Max. It looks a bit crappy though so let's leave the bug report open for now please - I'll have a think about how we might improve it. We could, for example, allow language selection of custom wikis, or allow customisation of the AWB string. I know folks could just alter their edit summary, but my observations (especially now we have some log data allowing me to look at custom wikis where AWB is being used) say that they don't. --kingboyk (talk) 18:48, 4 March 2008 (UTC)

Appears to be fixed since then.[3] MaxSem(Han shot first!) 18:48, 16 September 2008 (UTC)

Possible issue sending user name to stats server

Status Fixed in the next release
Description Not sure if this is a bug (e.g. with the sending of Cyrillic characters, which I thought I'd fixed) or whether somebody has hacked their AWB (as is their right) but 10 sessions (and rising) don't have a username stored (the username is blank in the POST field, at least according to MySQL). Last time I checked these were all from RU wiki and probably just the one user. Could I get a second opinion on whether there's a bug or not? (AWB devs who want the FTP and SQL passwords and who don't have them yet should ask me or Sam btw). kingboyk (talk) 19:54, 8 March 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version Unknown


Fixed in rev 3357. MaxSem(Han shot first!) 10:40, 16 September 2008 (UTC)

Minor typos and UI things

Status Fixed in the next release
Description Minor typos and UI things. In the 'Skip' tab, the term 'Doesn't existent' should be 'Doesn't exist'. The term 'Page Contains no Links' should be 'Page contains no links' (i.e. all lower case). 'Incidentally, the box around 'Page' is slightly narrower than the box above. My suggestion would be to stop using boxes and use separator lines instead. Separator lines are more space efficient. Search for 'Can you effectively communicate the relationships using a separator?' in http://msdn.microsoft.com/en-us/library/aa511459.aspx

Lightmouse (talk) 17:45, 13 September 2008 (UTC)

To duplicate:
Operating system
.NET FW Version Unknown
AWB version SVN 3325
Workaround
Fixed in version Unknown


rev 3328 fixes the 2 minor GUI things. The other stuff is going to be worth a read, the GUI really does need overhauling. Reedy 17:54, 13 September 2008 (UTC)

Thanks. I would be happy to offer thoughts on an overhaul. Lightmouse (talk) 18:07, 13 September 2008 (UTC)

Any suggestions would be appreciated. I think, when we've got AWB working mostly on the EditAPI, then we can look at overhauling it designer wise (or at the same time, i suppose). I will read that article later. Reedy 21:05, 13 September 2008 (UTC)

KeyNotFoundException in Tools.ConvertToTalk

Status Fixed in the next release
Description
Exception:KeyNotFoundException
Message:The given key was not present in the dictionary.
Call stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at WikiFunctions.Tools.ConvertToTalk(List`1 list)
   at WikiFunctions.Controls.Lists.ListMaker.ConvertToTalkPages()
   at AutoWikiBrowser.MainForm.convertToTalkPagesToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

GoEThe (talk) 22:11, 13 September 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.4.0.0, revision 3325 (2008-09-13 17:59:52)
Workaround None
Fixed in version Unknown


Two questions: on which project it was, pt:? And can you provide us with the list you used? MaxSem(Han shot first!) 07:33, 14 September 2008 (UTC)

Hi, yes, it was on pt. I thought it was this list here, but if I try it now, it works. Sorry, I can't remember if this was the list that failed to convert to talk pages. GoEThe (talk) 13:00, 14 September 2008 (UTC)

Fixed in rev 3329/rev 3388. MaxSem(Han shot first!) 21:09, 17 September 2008 (UTC)

For the time being, just remove pages in Anexo: namespace and its talk counterpart before converting to/from talk. MaxSem(Han shot first!) 21:10, 17 September 2008 (UTC)

Abort button on Disambig popup not working properly

Status Fixed in the next release
Description If you enable Disambiguation, the Abort button on the disambig popup acts the same as the Cancel button. Previously, clicking Abort was the equivalent of Cancel + Stop. Now, it just cancels and keeps going.
To duplicate: Steps:
  1. Make a "What links here" list for Phenomenology.
  2. Enable Disambiguation, load links for Phenomenology.
  3. Also select "Skip page when no disambiguations made".
  4. Start, and choose Abort.
  5. AWB will move on to the next article instead of stopping (the previous behavior). --JaGatalk 08:28, 17 September 2008 (UTC)
Operating system XP
.NET FW Version Unknown
AWB version SVN 3325
Workaround Click Stop before the next Disambig popup appears.
Fixed in version Unknown


Seems the method has become detached/been removed. However, nothing has changed with this form since revision rev 2477 back in May 2008, and that was only me doing a minor change to some text. You dont happen to know when it was last working right do you? Reedy 09:24, 17 September 2008 (UTC)

Fixed in rev 3386. MaxSem(Han shot first!) 10:31, 17 September 2008 (UTC)

Bizzare addition of things like: NullReferenceException

Status Not a bug in AWB, has been referred
Description Bizzare addition of things like: NullReferenceException. I am not sure what is going on here but see this diff, this diff and this diff. The 'Make module' that I am using is at User:Lightmouse/Lightbot/javascript conversion RegardsLightmouse (talk) 19:59, 17 September 2008 (UTC)Lightmouse (talk) 19:59, 17 September 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version svn 3384
Workaround
Fixed in version Unknown


The HideText AddBack/AddBackMore isnt being called... Reedy 20:10, 17 September 2008 (UTC)
Fixed - [4]. You were just returning article text, ignoring the return that unhides the hidden text Reedy 20:12, 17 September 2008 (UTC)

Thank you very much. Fixing my bad script is above and beyond your call of duty. I appreciate that a lot. Lightmouse (talk) 20:21, 17 September 2008 (UTC)

AWB @ mlwikipedia

Status Fixed in the next release
Description
Exception:KeyNotFoundException
Message:The given key was not present in the dictionary.
Call stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at WikiFunctions.WikiRegexes.MakeLangSpecificRegexes()
   at WikiFunctions.Variables.RegenerateRegexes()
   at WikiFunctions.Variables.SetProject(LangCodeEnum langCode, ProjectEnum projectName, String customProject)
   at AutoWikiBrowser.MainForm.SetProject(LangCodeEnum code, ProjectEnum project, String customProject)
   at AutoWikiBrowser.MainForm.PreferencesToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Sadik Khalid (talk) 12:22, 18 September 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 6.0.6000.0
.NET FW Version Unknown
AWB version 4.4.0.0, revision 3325 (2008-09-13 17:59:52)
Workaround Project:Custom, http://ml.wikipedia.org/w/index.php/
Fixed in version Unknown


Of course, it won't work if you append index.php to the URL, we need just path where it resides. I've made it fail gracefully in rev 3389. MaxSem(Han shot first!) 15:16, 18 September 2008 (UTC)

ArgumentOutOfRangeException in ExternalProgram.btnSelect_Click

Status Fixed in the next release
Description
Exception:ArgumentOutOfRangeException
Message:Count cannot be less than zero. Parameter name: count
Call stack:
   at System.String.Remove(Int32 startIndex, Int32 count)
   at AutoWikiBrowser.ExternalProgram.btnSelect_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

mattbr 12:13, 20 September 2008 (UTC)

To duplicate: In the 'External Processing' box, click 'Select Program/Script', then cancel/close the select file box
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.4.0.0, revision 3325 (2008-09-13 17:59:52)
Workaround None
Fixed in version Unknown


Fixed in rev 3397. MaxSem(Han shot first!) 13:42, 20 September 2008 (UTC)

TypoScan counter should be reset when articles checked out = zero

Status Fixed in the next release
Description The TypoScan plugin has a counter to display the time remaining until the checked out articles expire. However when a batch of articles is finished the timer isn't reset. The timer should be reset to zero once all checked out articles have been processed. Thanks Rjwilmsi 23:54, 24 September 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN
Workaround
Fixed in version Unknown


rev 3405 Reedy 09:30, 25 September 2008 (UTC)

IRCM doesn't show any actions with ar.wp

Status Resolved
Description When I use IRCM with Arabic Wikipedia, I can't see any actions (moving, deleting, un-deleting, etc..) OsamaK 16:18, 12 September 2007 (UTC)
To duplicate: Unknown
Operating system Windows XP
.NET FW Version Unknown
AWB version SVN
Workaround None
Fixed in version Unknown


Does it on any other wiki's? We know en.wp works..
Reedy Boy
20:20, 13 September 2007 (UTC)
Just was shown a restore on commons...
Reedy Boy
20:40, 13 September 2007 (UTC)
So the problem wasn't in non-English language.--OsamaK 19:10, 15 September 2007 (UTC)

We're dropping support for IRCM anyway.

Huggle is an actively maintained project, so they may add support for different wikis better than we. MaxSem(Han shot first!
) 10:48, 16 September 2008 (UTC)

Unreadable options in 'Make from' drop down list

Status Fixed in the next release
Description Unreadable options in 'Make from' drop down list. Some of the options exceed the length of the window. I suggest having putting the label on top of the field. This is a common interface method with many important benefits: it allows longer field lengths, alignment of name and field, and variable name lengths for multilingual software. The compromise is that vertical space is lost. Lightmouse (talk) 13:42, 13 June 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround Go to the user manual and infer what they might be.
Fixed in version Unknown


List Maker designer needs overhauling. Reedy 14:17, 13 June 2008 (UTC)

Indeed. I think that the whole thing could be modelled on the 'Open' dialog that is in many applications. The list comparer could simply be an advanced extension of that. To me, handling an AWB list is similar to handling a document in MS Word. If I want to stop, I could just select save and the list would be saved. I have thought of a few of the related design issues and I think it could be an improvement. Lightmouse (talk) 14:26, 13 June 2008 (UTC)

rev 2958/rev 2959- Some list maker designer tweaks and slightly increasing the size of it. Reedy 20:25, 16 June 2008 (UTC)

Made the drop-down part fully readable in rev 3101, but the combobox is still not readable. MaxSem(Han shot first!) 06:27, 21 July 2008 (UTC)

Marking as wontfix. Its now more easily readable by the drop down bit being wider, the tooltip on the combo box means you dont have to drop it down, you can just hover your mouse over it to get a callout of the text. Thats good enough till we can redesign the designer! Reedy 21:30, 12 September 2008 (UTC)

Can't you put the label 'Make from:' above the box? That would allow the box to be the full width. Lightmouse (talk) 08:34, 13 September 2008 (UTC)
rev 3428 - Changed to "Source:" and combo box expanded. Reedy 21:01, 4 October 2008 (UTC)

Disambig tab, part two

Status Fixed in the next release
Description The text in the "Variants" box disappears when hovering over it and only reappears when I click inside the "Link to disambiguate" field. It's essentially a return of this bug. It's been occurring again since I believe v4.2, but I never bothered to report it. – TMF 21:12, 17 September 2008 (UTC)
To duplicate: Enter a word to disambiguate, hit "load links", then move the mouse cursor inside the "Variants" box
Operating system Vista
.NET FW Version Unknown
AWB version 4.4.0.0
Workaround None
Fixed in version Unknown


Cant seem to duplicate it on my vista box.. Reedy 21:47, 17 September 2008 (UTC)
FWIW, I have Vista SP1 and IE version 7.0.6001.18000. Dunno if any of that makes a difference... – TMF 23:07, 17 September 2008 (UTC)
Im on the exact same. lol Reedy 15:20, 20 September 2008 (UTC)

I was browsing through the revision diff in the archive link above and the current revision of "Main.Designer.cs", and unless I'm not reading the code right, the line of code that was added to fix this bug before ([5], line 2577) has since been removed ([6], line 2834 would be the equivalent as far as I can tell). However, if you can't duplicate it, maybe that's not the issue... – TMF 11:14, 3 October 2008 (UTC)

VS has this strange habit of moving all the designer code around, even with minor changes, not sure why, but makes it difficult for finding this changes. However, you might be right, the group box has been set back to transparent behind that text box on the disambig. tab on main.cs. rev 3414 puts it back again Reedy 11:28, 3 October 2008 (UTC)
I just downloaded and compiled rev 3414 using TortoiseSVN and Visual Studio 2008 and I can confirm that this bug has been fixed. Thanks!
(Also, I want to say thanks to all the AWB devs for providing very easy instructions on how to retrieve and compile the latest SVN revision of AWB.) – TMF 19:07, 3 October 2008 (UTC)

AWB freezes when running with bot

Status Fixed in the next release
Description AWB freezes when running with bot. When I run as 'Lightmouse', AWB runs fine. When I run as 'Lightbot' it will skip articles fine and can manage to edit and save a couple of articles but then it freezes. I have to do Ctrl-Alt-Del to crash out of the 'Not responding' mode. This is even without using 'Autosave'. It has been like this for about a day. I tested it with svn3412 and svn3407 and get the same symptoms. Lightmouse (talk) 19:18, 3 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version svn3412 and svn3407
Workaround Don't use bot
Fixed in version Unknown


With my bot works fine and svn3325. :S. I used it some hour ago with Autosave on. So, the problem occured in a newer version or we need more details. -- Magioladitis (talk) 19:51, 3 October 2008 (UTC)

Oh dear. It did seem odd that nobody else was complaining. I have rebooted my computer several times and made sure I only have office applications running. Nothing funky. Has anybody run a bot with the same svn versions as I reported? Lightmouse (talk) 20:00, 3 October 2008 (UTC)

I tried downgrading to svn3395. Now when I login as Lightbot, it freezes just after I click 'Log in'. I can use it as Lightmouse without any problems. Is there something weird about what it does with bots? Any suggested tests that will help diagnosis? Lightmouse (talk) 20:21, 3 October 2008 (UTC)

What about svm3325? -- Magioladitis (talk) 21:42, 3 October 2008 (UTC)

I only know how to get versions from the svn snapshots webpage. It doesn't have that version. Can you provide a link to it? Lightmouse (talk) 15:35, 4 October 2008 (UTC)

I downloaded mine from here. -- Magioladitis (talk) 17:31, 4 October 2008 (UTC)

Thanks. I am now running svn3325 with no problems. So it is not me. Lightmouse (talk) 18:41, 4 October 2008 (UTC)

Any indications how to reproduce it? Config, step-by-step instruction? MaxSem(Han shot first!) 18:46, 4 October 2008 (UTC)

OK. I am not sure what 'config' means but I will post more later (I presume the information above is not sufficient). Lightmouse (talk) 18:57, 4 October 2008 (UTC)

Config being your settings. Unfortunately its not, we need to be able to reproduce it to find out where the problem lies Reedy 19:11, 4 October 2008 (UTC)

I downloaded svn3429 and I am not getting the symptoms anymore. Hurray. Do you want me to downgrade and try to replicate the issue or shall we leave it at that for now? Lightmouse (talk) 09:44, 5 October 2008 (UTC)

I suspect, if it seems to be "fixed", we'll leave it at that. You can always reopen/create a new bug if it occurs again =) Reedy 10:09, 5 October 2008 (UTC)

Thanks. Lightmouse (talk) 10:25, 5 October 2008 (UTC)

Minor typo - sentence case: 'Page Contains no links' should be 'Page contains no links'

Status Fixed in the next release
Description Typo - sentence case: 'Page Contains no links' should be 'Page contains no links' Lightmouse (talk) 14:41, 5 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version svn 3429
Workaround
Fixed in version Unknown


Thanks, done in rev 3434. MaxSem(Han shot first!) 15:19, 5 October 2008 (UTC)

KeyNotFoundException in 2.get_Item

Status Duplicate
Description Thread:
Exception:KeyNotFoundException
Message:Määritettyä avainta ei löytynyt sanastosta.
Call stack:
   kohteessa System.ThrowHelper.ThrowKeyNotFoundException()
   kohteessa System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   kohteessa WikiFunctions.Lists.CategoryListMakerProvider.MakeList(String[] searchCriteria)
   kohteessa WikiFunctions.Controls.Lists.ListMaker.MakeListPlugin()

84.250.45.150 (talk) 19:43, 29 June 2008 (UTC)

To duplicate: ListMaker Text: weapons
Operating system Microsoft Windows NT 5.1.2600 Service Pack 2
.NET FW Version Unknown
AWB version 4.3.2.1, revision 2996 (2008-06-27 19:06:07)
Workaround None
Fixed in version Unknown


Corrected in Wikipedia talk:AutoWikiBrowser/Bugs/Archive 8#AWB @ mlwikipedia. MaxSem(Han shot first!) 12:13, 28 September 2008 (UTC)

Error connecting to "custom" wiki following update to 4.4.1.0 from 4.4.0.0

Status Fixed in the next release
Description Unable to log into to custom wiki - there was no problem with ver 4.4.0.0.

Nothing has changed on the Server side since logged in with ver 4.4.0.0.
On client side updated to from 4.4.0.0 to 4.4.1.0.
When I try and change Preferences > Site

Project to custom; and
http:// to www.dev.[domain.co.uk]
Suppress "Using AWB" is unticked
Wait is set to 30 seconds
Ignore{{
nobots
}} is unticked


get the following error:

An error occured while connection to the server or loading project information from it. Please make sure that your internet connection works and such combination of project/language exist.
Enter the URL in the format "en.wikipedia.org/w/"

Cjchilling (talk) 14:49, 5 October 2008 (UTC)

To duplicate: I assume it will be duplicated by trying to connefct to a custom wiki rather than en.wikipedia.org

see Peteparker confirmation that this can be duplicated and can be demonstrated on marveldatabase.com

Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


It's not that 4.4.1 changed something, it's that it handles errors more thoroughly, preventing further errors you reported. Now, from report you posted early I suppose that the URL should be http://www.dev.spadental.co.uk/wiki/ , instead of what you're trying. Or whatever where your index.php and api.php are. MaxSem(Han shot first!) 15:01, 5 October 2008 (UTC)

You are correct the URL is http://www.dev.spadental.co.uk/wiki/, the screen gives the impression that www.dev.spadental.co.uk/wiki/ should be entered in the box. I have tried both and get the same result Cjchilling (talk) 15:49, 5 October 2008 (UTC)
Just noticed MaxSem(Han shot first!) that you have changed the Status of this "bug" to "Not a bug in AWB, has been referred", I am confused if I was not getting an error connecting to my custom wiki with 4.4.0.0 but am now getting a "known error" (ie not a Bug) with 4.4.1.0 and there has been no change on the server - how can this not be a problem with the client software? I have set it back to new for the moment until you tell me otherwise.Cjchilling (talk) 16:03, 5 October 2008 (UTC)
The URL is dead for me... Reedy 17:50, 5 October 2008 (UTC)
You will not be able to see this URL as it is an internal server only visible on our LAN Cjchilling (talk) 21:28, 5 October 2008 (UTC)
I "un-istalled" 4.4.1.0 and "re-installed" 4.4.0.0 and immediately was able to connect to our "custom server" and it is now correctly displayed in the bottom right corner. When I then tried to log-in I get the following "Problem".
This version is not enables, please download the newest version. It you have the newest version, check that Wikipedia is online.
Please press "Yes" to run the AutoUpdater, "No" to load the download page and update manually, or "Cancel" to not update (but you will not be able to edit)."
After choosing Cancel - there is a message in bottom left corner which says "Software disabled".
Is there a way to go back to version 4.4.0.0? Cjchilling (talk) 22:08, 5 October 2008 (UTC)
I'm having the same problem with marveldatabase.com, and I can't figure out how to fix it. I was extremely happy with 4.4.0.0, and extremely disappointed when the update caused the browser to skip every page. Any suggestions?
Peteparker (talk) 05:08, 7 October 2008 (UTC)
I have not been able to find a workaround for this - nor can I work out how to go back to using 4.4.0.0 Cjchilling (talk) 07:10, 7 October 2008 (UTC)
Now we've got an externally available wiki we can test against, we can have a look at debugging, and hope work out either whats wrong with AWB, or what needs changing on your wiki, if that is indeed the actual problem. Max did make some changes with detection and such between 4.4 and 4.4.1, which has maybe found the problems. Reedy 09:26, 7 October 2008 (UTC)
Excellent let me know if there is any testing or help I can do to fix the problem Cjchilling (talk) 19:30, 7 October 2008 (UTC)
My AWB loads it fine, and allows me to login... Well, other than i dont have an account. Reedy 20:59, 7 October 2008 (UTC)
Doesn't work for me: the GET query we're using to retrieve site information works for me in Opera, but fails with "unknown_action: Unrecognised value for parameter 'action'" in AWB, IE and Chrome. Appears to be some HTTP server or network misconfiguration. MaxSem(Han shot first!) 13:33, 9 October 2008 (UTC)
Still having the same problem on marveldatabase, but we're changing the URL tomorrow to marvel.wikia.com, so hopefully that'll solve it. Sorry it's not a fix for spadental, but since custom URLs seem to be the only ones affected, I'm hoping the URL change will fix it for us. I can log in, and load a list of pages, but when a change is attempted, instead of saving the page, it skips the page very quickly and leaves "There was a problem loading the page" in the skip logs.
Peteparker (talk) 03:07, 8 October 2008 (UTC)
I have temporally arranged for port 80 to be opened and point to our relevent internal server, you will find spadental.co.uk on the following IP address http://217.45.118.30/wiki to allow you to test against our server. Cjchilling (talk) 08:56, 8 October 2008 (UTC)
Ah. Now got this "There was a problem loading the page" myself on my personal test wiki. Seems the code for detecting the edit box isnt working. Reedy 15:50, 8 October 2008 (UTC)
Cjchilling - You should start by upgrading your wiki to 1.13.2 from 1.12. Reedy 15:54, 8 October 2008 (UTC)


rev 3438 - Seems on my 1.12 wiki that it was giving the same error... The text area tag had a newline before the end so it wouldnt match the regex... Not sure if its going to solve it for the others yet though Reedy 16:07, 8 October 2008 (UTC)

Someone else on IRC has just tried it and it fixed it for them, On the portuguese uncyclopedia. The logon errors, i suspect, are the old wiki. Reedy 16:14, 8 October 2008 (UTC)
I will get my IT guys to update Wiki to v1.13.2 tomorrow and try again. Thanks for the help so far Cjchilling (talk) 19:42, 8 October 2008 (UTC)
Try an updated build from http://awb.reedyboy.net anyway, may work Reedy 20:43, 8 October 2008 (UTC)


Between the URL being updated and throwing out the old AWB and using the updated build at reedyboy, the problem is solved for http://marvel.wikia.com. Thanks for all your help, Reedy.Peteparker (talk) 02:43, 9 October 2008 (UTC)

Just to let you know Reedy - updating to AutoWikiBrowser_rev3438 only has not fixed the problem, I'll get Wiki updated later this morning.Cjchilling (talk) 07:01, 9 October 2008 (UTC)
I suspect, that should fix it for you (in combination with the above which has fixed it for at least a couple of people) Reedy 10:21, 9 October 2008 (UTC)

Closed as fixed: the problem with marveldatabase has been resolved, Cjchilling's site is borked. MaxSem(Han shot first!) 09:46, 13 October 2008 (UTC)

Broken image description

Status Fixed in the next release
Description An edit broke an image description at Mary Shelley. I can't work out why. Any thoughts? Lightmouse (talk) 23:36, 6 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version Not sure which version I was using on that date
Workaround
Fixed in version Unknown


Dupe of #Image masking works incorrectly when image description contains wikilink(s). MaxSem(Han shot first!) 09:05, 13 October 2008 (UTC)

AWB is completely broken on Wikisource

Status Resolved
Description Sorry, I can't give any clues as to why, but AWB is completely broken on Wikisource, even with active scripting turned off. Hesperian 11:34, 7 October 2008 (UTC)
To duplicate:
Operating system Windows XP
.NET FW Version Unknown
AWB version Fails on both latest release and latest SVN pull (can't remember version numbers; I'm on a different computer ATM)
Workaround None
Fixed in version Unknown


Works fine for me... What problems are you having? Reedy 20:57, 7 October 2008 (UTC)
Hang on; I'll see if I can come up with a use case. Hesperian 03:02, 8 October 2008 (UTC)
WFM now, after a clean checkout. I've no idea what the problem was. Closed as "not a bug". Hesperian 01:33, 9 October 2008 (UTC)

ExternalException in ReplaceSpecial.CopyCmd

Status Fixed in the next release
Description
Exception:ExternalException
Message:Сбой при выполнении запрошенной операции с буфером обмена.
Call stack:
   в System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy)
   в WikiFunctions.MWB.ReplaceSpecial.CopyCmd()
   в WikiFunctions.MWB.ReplaceSpecial.CopyMenuItem_Click(Object sender, EventArgs e)
   в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   в System.Windows.Forms.Control.WndProc(Message& m)
   в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   в System.Windows.Forms.ToolStrip.WndProc(Message& m)
   в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Rubin16 (talk) 11:05, 11 October 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


I suspect, it didnt set the clipboard from the stack trace)... Max, whats the Russian say? :P Reedy 11:54, 11 October 2008 (UTC)
rev 3444 should "fix" it... Reedy 12:02, 11 October 2008 (UTC)

DirectoryNotFoundException in Updater.KillTempDir

Status Fixed in the next release
Description Thread:
Exception:DirectoryNotFoundException
Message:Could not find a part of the path 'C:\Documents and Settings\Chris\Local Settings\Temp\$AWB$Updater$Temp$\'.
Call stack:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
   at AwbUpdater.Updater.KillTempDir()
   at AwbUpdater.Updater.CopyFile(String source, String destination)
   at AwbUpdater.Updater.CopyFiles()
   at AwbUpdater.Updater.UpdateAwb()

Colonies Chris (talk) 17:50, 7 October 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 2.0.0.0
Workaround None
Fixed in version Unknown


Lol, so its got to the end and then cant seemingly delete it... Reedy 23:15, 7 October 2008 (UTC)
rev 3460 - Not sure why it reckons it doesnt exist, but it should be there. Added a check before trying to delete. Reedy 18:12, 16 October 2008 (UTC)

Value parameter issue

Status Fixed in the next release
Description
Exception:ArgumentOutOfRangeException
Message:'259' cannot be used in "Value" parameter 'Value' should between 'minimum' and 'maximum' Parameter name: Value
Call stack:
   at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
   at System.Windows.Forms.ToolStripProgressBar.set_Value(Int32 value)
   at WikiFunctions.DBScanner.DatabaseScanner.UpdateProgressBar()
   at WikiFunctions.DBScanner.DatabaseScanner.timerProgessUpdate_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.OnTick(EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Kwj2772 (talk) 14:43, 1 November 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


rev 3500, now checks to make sure its not above the maximum Reedy 17:55, 1 November 2008 (UTC)

Complaint --> Compliant

For some reason, AWB keeps trying to fix the real work complaint to compliant. Perhaps that should be looked at? NuclearWarfare contact meMy work 01:25, 22 October 2008 (UTC)

A change yesterday introduced the error, it's now fixed. In future please post issues with AWB typo fixing on the Typo talk page. Thanks Rjwilmsi 07:01, 22 October 2008 (UTC)
Thanks. And yes, I will do that in the future; I just did not know about that. NuclearWarfare contact meMy work 21:37, 22 October 2008 (UTC)

NotSupportedException in ExternalProgram.ProcessArticle

Status Not a bug in AWB, has been referred
Description
Exception:NotSupportedException
Message:The given path's format is not supported.
Call stack:
   at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath)
   at System.Security.Util.StringExpressionSet.CreateListFromExpressions(String[] str, Boolean needFullPath)
   at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList)
   at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, AccessControlActions control, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
   at System.IO.StreamWriter.CreateFile(String path, Boolean append)
   at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
   at System.IO.StreamWriter..ctor(String path)
   at AutoWikiBrowser.ExternalProgram.ProcessArticle(String ArticleText, String ArticleTitle, Int32 Namespace, String& Summary, Boolean& Skip)

Apoc2400 (talk) 20:00, 16 October 2008 (UTC)

To duplicate: [encountered while processing page [7]]
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


I think I figured it out. I had put a complete path rather than just a filename in "Input/Output file" under External File Processing. --Apoc2400 (talk) 20:35, 16 October 2008 (UTC)

Filter for main space allows a template through

Status Not a bug in AWB, has been referred
Description Filter for main space allows a template through. I did a 'Links on page' for the Wikipedia Main Page. Then I filtered it for main space articles only. For some reason, it keeps T:TDYK There was also a time when a page beginning with 'n:' got in there but I can't remember the details. Lightmouse (talk) 12:44, 22 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version svn 3474
Workaround
Fixed in version Unknown


T:, not Template: ? Reedy 14:23, 22 October 2008 (UTC)

It's a crossed namespace problem. Someone to delete

T:TDYK.It's an article redirecting to a template. It was kept "for historical reasons". -- Magioladitis (talk
) 14:51, 22 October 2008 (UTC)

Reedy, as an administrator, can you correct the links transcluded in Template:DYKbox so they are all in the correct namespace? -- Magioladitis (talk) 14:58, 22 October 2008 (UTC)

What, like T:DYK to Template:DYK? Reedy 15:18, 22 October 2008 (UTC)
Just follow the redirects:
  • T:DYK -> Template:Did you know
  • T:TDYK -> Template talk:Did you know
  • T:DYK/N -> Template:Did you know/Next update

If you don't want to ruin the length, make them piped. This change will save us from lot of trouble. Thanks, Magioladitis (talk) 15:23, 22 October 2008 (UTC)

Surely that makes the redirect pointless on the page? And might aswell be removed? Reedy 15:38, 22 October 2008 (UTC)
Better don't delete them. We have to ask because they are marked as historic. Certainly, they should not be used anymore. Template:DYKbox causes the only problem. This is the template linked by the main page and elsewhere. -- Magioladitis (talk) 15:50, 22 October 2008 (UTC)
I fixed the first link. I'll ask for the rest. -- Magioladitis (talk) 20:20, 24 October 2008 (UTC)

A minor problem

Status Not a bug in AWB, has been referred
Description Check this one. It corrected the underscore problem but then it was unable to see that the string before and after the pipe is the same.
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround Run AWB twice
Fixed in version Unknown


Hmm, im sure this is reported on here somewhere else.... Reedy 15:39, 22 October 2008 (UTC)
Don't think so, though related error of not cleaning all whitespace around link pipes is reported above. Rjwilmsi 22:14, 22 October 2008 (UTC)
Probably that then =) Reedy 22:31, 22 October 2008 (UTC)
Is the problem caused because the pipe check is done before the underscores or something like that? -- Magioladitis (talk) 22:36, 22 October 2008 (UTC)

I've just noticed, it'll never fix that

"[[Marathon_Trilogy|Marathon Triology]]"

Tilogy != Tiology

Parts arent the same, so cannot be simplified

=)

Not AWB! Reedy 23:06, 22 October 2008 (UTC)

hahaha. I just noticed!! LOL. Good job! -- Magioladitis (talk) 23:08, 22 October 2008 (UTC)

Possible line feed error

Status Not a bug in AWB, has been referred
Description Possible line feed error. Somebody reported on my talk page that the removal of line feeds was damaging page formatting. See: edit of Joshua Hendy Iron Works. Unfortunately my AWB access has been blocked so I can't do any testing. If this indeed a 'general fix' issue, it would be worth investigating. Lightmouse (talk) 11:05, 28 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version Unknown


I fail to see anything wrong with that edit. MaxSem(Han shot first!) 11:43, 28 October 2008 (UTC)

The edit screwed up the page formatting. Instead of the contents table being on the right of the page, it gets displaced by the infobox which squeezes the text on the left and leaves and empty space on the right. Compare the layout to the edit before and after and you should see what I mean. Gatoclass (talk) 17:05, 28 October 2008 (UTC)
In my monitor I see not difference. -- Magioladitis (talk) 17:12, 28 October 2008 (UTC)
Exactly. For me they make no difference either. Relying on newlines to fix layout issues is EXTREMENLY WRONGONEONE Due to almost infinite number of possible browser/font size/zoom/resolution combinations, you'll never get it right. Ever. Use {{
-}} or something that explicitly defines the layout instead of hacks that work only on your system. MaxSem(Han shot first!
) 06:46, 29 October 2008 (UTC)

Thanks guys. Lightmouse (talk) 16:46, 30 October 2008 (UTC)


AWB freezes when running with bot

Status Not a bug in AWB, has been referred
Description AWB freezes when running with bot. It works fine with a non-bot account. It usually works fine with a bot account as long as you don't save. When you attempt to save, it just freezes and I have to press Ctrl-Alt-Del and relaunch it. Sometimes it freezes when trying to log in as a bot. Lightmouse (talk) 19:02, 3 November 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version svn3499
Workaround
Fixed in version Unknown


Mine seems to be working ok, have you tried downloading the newest SVN? –
talk
)
19:18, 3 November 2008 (UTC)
The issue is in the SVN: 4.4.1.0 released = rev3430, Lightmouse reports rev3499. Rjwilmsi 19:29, 3 November 2008 (UTC)

I am willing to try a newer SVN. How do I get an SVN newer than SVN3499? Lightmouse (talk) 14:39, 4 November 2008 (UTC)

Can you try to reproduce it on another PC? I suspect there's something wrong with your Internet Explorer. MaxSem(Han shot first!) 14:45, 4 November 2008 (UTC)

Thanks for the suggestion. I tried another PC and it worked fine. So I downloaded and reinstalled IE7 but that had no effect. I suspected that some of the old settings had been carried across to the new installation so I went to the advanced option of 'Reset Internet Explorer settings'. That did it. It now works fine. I have no idea what it was, I rarely use IE. Could it have been some conflicting Javascript from another website?

Anyway, I really appreciate your help. I would not have guessed that. Lightmouse (talk) 17:06, 4 November 2008 (UTC)

bug

Status Duplicate
Description
Exception:ExternalException
Message:Сбой при выполнении запрошенной операции с буфером обмена.
Call stack:
   в System.Windows.Forms.Clipboard.ThrowIfFailed(Int32 hr)
   в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy, Int32 retryTimes, Int32 retryDelay)
   в System.Windows.Forms.Clipboard.SetDataObject(Object data, Boolean copy)
   в WikiFunctions.MWB.ReplaceSpecial.CopyCmd()
   в WikiFunctions.MWB.ReplaceSpecial.CopyMenuItem_Click(Object sender, EventArgs e)
   в System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   в System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   в System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   в System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   в System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   в System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   в System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   в System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   в System.Windows.Forms.Control.WndProc(Message& m)
   в System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   в System.Windows.Forms.ToolStrip.WndProc(Message& m)
   в System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   в System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Rubin16 (talk) 16:01, 4 November 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


Эээ, батенька, ничего не замечаете? Вы это уже рапортовали недавно ;) MaxSem(Han shot first!) 16:09, 4 November 2008 (UTC)

Я видел, было написано, что fixed.. Но сегодня же повторилось опять :) Rubin16 (talk) 20:44, 4 November 2008 (UTC)
Ой, простите. Говорилось, что "rev 3444 should "fix" it", а тут rev 3429. Снимаю заявку, извиняюсь за беспокойство
Sorry for mistake, I've missed that it would be fixed in rev 3444. Rubin16 (talk) 20:47, 4 November 2008 (UTC)

Misleading button label

Status Fixed in the next release
Description Not exactly a bug, but an undesirable aspect - the button that's used for delinking duplicates is labelled 'Remove the second'. I kind of see where this is coming from, but it's misleading because what it actually does is delink the selected link (even if that's the first occurrence). It would be clearer to label it 'Delink selection'. Colonies Chris (talk) 19:44, 25 November 2008 (UTC)
To duplicate: N/A
Operating system Windows XP
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround N/A
Fixed in version Unknown


rev 3507 Reedy 19:55, 25 November 2008 (UTC)

Save and ignore buttons are unavailable when using "On load: Show edit page"

Status Fixed in the next release
Description When using On load: Show edit page, all buttons in the "Start tab" are greyed out, except for Start and Stop. —G.A.Stalk 06:25, 19 November 2008 (UTC)
To duplicate: Load a list to work on, select "On load: Show edit page", and click Start.
Operating system WinXP Pro
.NET FW Version Unknown
AWB version 4.4.1.0 (SVN 3429 2008-10-05 12:20:28)
Workaround (None)
Fixed in version Unknown


rev 3505 Reedy 22:35, 19 November 2008 (UTC)

KeyNotFoundException in 2.get_Item

Status Fixed in the next release
Description
Exception:KeyNotFoundException
Message:The given key was not present in the dictionary.
Call stack:
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   at AutoWikiBrowser.Logging.MyTrace.RemoveListenerAndReplaceWithSameType(String key) in C:\Users\shizbiz\Desktop\AutoWiki\AWB\AWB\MyTrace.cs:line 215
   at AutoWikiBrowser.Logging.MyTrace.PropertiesChange() in C:\Users\shizbiz\Desktop\AutoWiki\AWB\AWB\MyTrace.cs:line 429
   at AutoWikiBrowser.LoggingSettings.GetSettingsFromControls() in C:\Users\shizbiz\Desktop\AutoWiki\AWB\AWB\LoggingSettings.cs:line 196
   at AutoWikiBrowser.LoggingSettings.ApplyButton_Click(Object sender, EventArgs e) in C:\Users\shizbiz\Desktop\AutoWiki\AWB\AWB\LoggingSettings.cs:line 241
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

mboverload@ 22:36, 26 July 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 6.0.6001 Service Pack 1
.NET FW Version Unknown
AWB version 4.3.2.1, revision 3106 (2008-07-22 21:24:36)
Workaround None
Fixed in version Unknown


PLEASE NOTE I RUN 2 AWB SESSIONS AT ONCE.--mboverload@ 22:36, 26 July 2008 (UTC)

rev 3509 Reedy 22:20, 28 November 2008 (UTC)

Pasting into the custom Find and Replace rules list

Status Fixed in the next release
Description So I accidentally tried to paste into the list where the rules are, and I got this error:
Exception:InvalidOperationException
Message:There is an error in XML document (1, 1).
Call stack:
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
   at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)
   at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
   at WikiFunctions.MWB.ReplaceSpecial.Deserialize(String pXmlizedString)
   at WikiFunctions.MWB.ReplaceSpecial.PasteCmd()
   at WikiFunctions.MWB.ReplaceSpecial.PasteMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Inner exception:XmlException
Message:Data at the root level is invalid. Line 1, position 1.
Call stack:
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlTextReader.Read()
   at System.Xml.XmlReader.MoveToContent()
   at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderIRule.Read8_IRule()

Rschen7754 (T C) 02:40, 16 November 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.0, revision 3429 (2008-10-05 12:20:28)
Workaround None
Fixed in version Unknown


rev 3511 Reedy 22:30, 28 November 2008 (UTC)

Only one spurious space removed from link

Status Fixed in the next release
Description Two extra spaces in link, only one was removed: [[Big Bend, Texas | Big Bend]] is only replaced with [[Big Bend, Texas| Big Bend]] instead of [[Big Bend, Texas|Big Bend]] Related issue: [[Elizabeth Gunn | Elizabeth Gunn]] became [[Elizabeth Gunn| Elizabeth Gunn]] instead of [[Elizabeth Gunn]]
To duplicate: This version and this one for second case.
Operating system any
.NET FW Version Unknown
AWB version v4.3.2.0
Workaround manual edit to remove second space
Fixed in version Unknown


I think it's because some articles have a space before it's name to be put on the top of the category's article list, e.g., [[category:blabla| article_on_top]], and that would break it --84.234.42.68 (talk) 23:00, 15 July 2008 (UTC)

But this is not a category. Snowman (talk) 22:00, 31 July 2008 (UTC)
[8] - rev 3486 fixes the "related issue" Reedy 23:22, 22 October 2008 (UTC)
For the prior, Parsers.FixLinks() doesnt do anything to the piped bit of the link, so no whitespace removal... Reedy 23:34, 22 October 2008 (UTC)

And for the former - [9], rev 3487 Reedy 23:41, 22 October 2008 (UTC)

Is that correct behavior? — Dispenser 02:42, 23 October 2008 (UTC)
Eh? Reedy 11:58, 23 October 2008 (UTC)

Error in "public static readonly Regex ExternalLinks" – excessive text is masked

Status Not a bug/currently unresolvable
Description The string "public static readonly Regex ExternalLinks" masks excessive text when masking external links in a cite template as it doesn't stop at the '|' field delimiter. I suggest \| is added to [^\ \n<>]. Example issue: a wikilinked date after the URL field in a cite web reference isn't delinked by Lightmouse's module script as fields in the citation after the URL are incorrectly masked. I've successfully used the above fix on my SVN version. Thanks Rjwilmsi 13:35, 5 October 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN 3431
Workaround
Fixed in version Unknown


Ah. I don't understand all of the above but I wonder if the weirdness I reported with 'image link protection' is related to this. Lightmouse (talk) 13:46, 5 October 2008 (UTC)

There's a second bug relating to image masking. Wait a moment while I post it... Rjwilmsi 14:09, 5 October 2008 (UTC)
Pipe character is valid within a URL, example: http://en.wikipedia.org/w/api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2%7C10 . MaxSem(Han shot first!) 14:37, 5 October 2008 (UTC)
Hmm, if this URL is added to a cite template then the |10 doesn't show in the marked up link. Rjwilmsi 15:14, 5 October 2008 (UTC)

Image masking works incorrectly when image description contains wikilink(s)

Status Fixed in the next release
Description There's a bug with the image masking code (in MakeLangSpecificRegexes() it's the Images line). When the image description contains wikilink(s) the mask stops at the end ]] of the first wikilink, not the brackets matching [[Image:. Example of issue this edit where the descriptions of two images had wikilinked dates in them. As the image mask stopped at the end of the day/month link, only the year was delinked. This prevents correct date delinking. Lightmouse, this is a problem for your module script. Solution: use ([^\[\]]*?(?:\[\[.*?\]\][^\[\]]*?)*)\]\] instead of (.*?)\]\]. This will match the whole image bit, which is the correct image mask. For date delinking this means no wikilinked dates will be removed from image descriptions. Not sure what to do about that. Rjwilmsi 14:19, 5 October 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN 3431
Workaround
Fixed in version Unknown


Please don't make conclusions about things you're unfamiliar with. The problem lies in HideText, there's no serious way to achieve this with regexes. I've added some tests that indicate this problem in rev 3432. MaxSem(Han shot first!) 14:29, 5 October 2008 (UTC)

Hey, I was only trying to be helpful, while learning more about AWB to help me with my custom module. Obviously I'm not an expert in the code but it does seem HideText references the line I've cited ( where it does if (HideImages)...Replace(WikiRegexes.Images.Matches(ArticleText), ref ArticleText);).
Now, I hadn't thought about images within images. I've had another go. Perhaps we can't get a perfect match on masking images with regex, but I think ([^\]]*?(?:\[\[?.*?(?:\[\[.*?\]\].*?)?\]\]?[^\]]*?)*)\]\] instead of (.*?)\]\] in the place explained above will pass all of the useful unit tests you've just added. It will catch 'image within image' as per your unit test, but not 'image within image within image' (is there a live example of this?). However, I think it's a fair improvement and will overcome the issue Lightmouse was having with wikilinked dates in image descriptions.
I've successfully tested it with my own SVN version (e.g. find&replace 'foo' to 'xxx' with hide images checked on User:Rjwilmsi/Test, where I've imported those unit tests). Thanks Rjwilmsi 18:14, 6 October 2008 (UTC)

Thanks but I have not been able to update my code because I don't have any code that says

.*?)\]\]

Lightmouse (talk) 23:00, 7 October 2008 (UTC)

Perhaps I didn't explain very well: the change needed is in WikiRegexes.cs, part of the AWB SVN, not your own module. I'm hoping that the AWB developers will review the change I've suggested and add it in, so that this bug can be resolved for all AWB users. Rjwilmsi 23:30, 7 October 2008 (UTC)
Does make 1 extra test pass... =) Reedy 09:54, 8 October 2008 (UTC)

Would this solution work for those of us that use modules? Lightmouse (talk) 11:47, 8 October 2008 (UTC)

Yes, that's how I found & tested it (detail: modules use the HideText() method which uses the WikiRegexes.Images.Matches line of code to hide images. Find & replace with 'hide images' uses the same code too). Rjwilmsi 12:40, 8 October 2008 (UTC)

Ah. Well I wonder if it could be made global with a checkbox. That would save me having it in the module. Lightmouse (talk) 13:04, 8 October 2008 (UTC)

rev 3491 =) Reedy 22:43, 27 October 2008 (UTC)

& parse error

Status Not a bug in AWB, has been referred
Description Doesn't parse & correctly in URLs when linked by a made list. It then proceeds to fail to load other pages because of various errors. Error given:

Request: GET http://en.wikipedia.org/w/index.php?title=List+of+Barney+%26amp%3b+Friends+episodes+and+videos&action=edit&useskin=myskin, from 86.148.88.194 via knsq2.knams.wikimedia.org (squid/2.6.STABLE21) to () Error: ERR_ACCESS_DENIED, errno [No Error] at Mon, 20 Oct 2008 06:53:19 GMT

neuro(talk)
07:09, 20 October 2008 (UTC)

To duplicate:
Operating system Windows XP SP3
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround None, as you can't see the edits it wants to make.
Fixed in version Unknown


A note, the reason it fails to load pages after is because it gets stuck at that error page, and tries to restart. You have to physically remove the page from the list.
neuro(talk)
07:13, 20 October 2008 (UTC)
What did you paste in? Reedy 15:42, 22 October 2008 (UTC)

Please list the steps required to reproduce this. MaxSem(Han shot first!) 05:45, 25 October 2008 (UTC)

Create a list that has a page with & in. Execute. (I came accross it with Typoscan, IIRC.)
neuro(talk)
11:19, 6 December 2008 (UTC)
Still can't reproduce, both with manually entered page titles and titles returned by TypoScan. MaxSem(Han shot first!) 20:44, 7 December 2008 (UTC)
AWB encodes ampersands correctly, so there must be a problem with a proxy or something else unrelated to AWB. MaxSem(Han shot first!) 12:33, 13 December 2008 (UTC)

AWB misuse

Status Not a bug/currently unresolvable
Description AWB misuse. Can anyone explain what is going on?
Martinp23 revoked my account and told me that I had to file a bug report. He created a section on my talk page titled 'AWB misuse' that says:"for the time being I have revoked your access to AWB. The reason for this move is that a number of extremely minor, inconsequential edits have originated from your account through the tool. This sort of change, which isn't really important in the grander scheme of the article, is best added to the "general fixes" part of AWB so that the "problem" can be fixed when more effectual bot tasks are run. Please file a bug against AWB to have the fix added to the general fixes".
I am doing as I am told but I have no idea what Martinp23 is talking about. Lightmouse (talk) 15:54, 22 October 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version
Workaround
Fixed in version Unknown


When running your module you should have "Skip when general fix changed" turned on. Did you? -- Magioladitis (talk) 16:00, 22 October 2008 (UTC)

I believe what he is saying is that delinking all these years without doing any other fixes to the article is excessive and unnecessary, falling under the "inconsequential edit" umbrella. –
talk
)
16:03, 22 October 2008 (UTC)
Is he? I don't think this change is inconsequential at least until other bot does it as well or AWB includes it. I did some edits today as well. -- Magioladitis (talk) 16:05, 22 October 2008 (UTC)

I'd have imagined that my comment would have been rather clear to someone with a knowledge of Lightmouse's last 50 (at least) contribs. It appears not. I revoked the access due to misuse of the tool to make minor and inconsequential edits. Delinking can be classed as minor and inconsequential. If you want the changes to be made to articles, the best thing to do is seek consensus for the changes to be made and offer a patch or file a bug for the fix to be included in AWB's general fixes. In this way, the dates can be delinked automatically when other users run bot tasks or other tasks which make more consequential changes.

Note please that the same course of action (revocation of access to the tool) is frequently used when users go through articles doing only "general fixes" with the tool. This change is nothing more than a general fix, hence my removal of the access.

inp23
16:25, 22 October 2008 (UTC)

Orphans

Status Not a bug in AWB, has been referred
Description AWB places orphan tags on non-orphan articles.
PotW
} 15:59, 25 October 2008 (UTC)
To duplicate: Running AWB on Carl Wilhelm Oseen (see also what links there) should duplicate it.
Operating system Win XP SP3
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround None that I know of.
Fixed in version Unknown


Mine doesnt. API was disabled earlier due to some preformance bug that has now been fixed. When did you last try it? Can you try it again on your current version, and if it still does it, try again on the latest SVN snapshot Reedy 17:05, 25 October 2008 (UTC)
And will not, now it's ignored anyway because it contains {{DEFAULTSORT}} and has a few backlinks. But it currently seems to handle orphans quite reasonably, so it's a close? MaxSem(Han shot first!) 17:12, 25 October 2008 (UTC)
Closed. MaxSem(Han shot first!) 12:25, 13 December 2008 (UTC)

SVN: general fixes removes whitespace around pipes within citation templates

Status Fixed in the next release
Description The SVN version general fixes removes whitespace around pipes within citation templates, when it shouldn't. I assume this has been introduced by the change to catch more whitespace around piped wikilinks. Example article:
Hussein Salem Mohammed. Thanks Rjwilmsi
18:51, 3 November 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN 3502
Workaround Disable general fixes
Fixed in version Unknown


Fixed in rev 3544. MaxSem(Han shot first!) 12:21, 13 December 2008 (UTC)

Tiny typo related bug

Status Fixed in the next release
Description When looking at the typos/save stat displayed under the typos page the number is always 1.0 even when it shouldn't be. For example, in my current session I have fixed 79 typos in 64 saves (1.2 per save) but it keeps displaying 1.0ThaddeusB (talk) 17:16, 3 December 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version 4.4.1.1 SVN 3503
Workaround
Fixed in version Unknown


What exactly are we talking about? Reedy 18:26, 3 December 2008 (UTC)
Oh, on the typo tab? I reckon its cause its been done as integer division.. Lets see Reedy 18:32, 3 December 2008 (UTC)

Screenshot: --ThaddeusB (talk) 18:37, 3 December 2008 (UTC)

Yup - rev 3520 Reedy 18:41, 3 December 2008 (UTC)

2nd typo related bug

Status Not a bug/currently unresolvable
Description Since the only typo related bug got fixed so quickly here is another one. :) Unless I am misunderstanding the purpose of the "no changes" stat it doesn't seem to be working correctly. I assumed it was supposed to count the number of times a user skipped the "typo" (presumably because it was a false positive), but the majority of the time I skip a typo - either by double clicking the line to undo the change, or by ignoring the article in question - "no changes" remains at zero. Is this a bug or me not understanding the point of the stat correctly? :)ThaddeusB (talk) 20:57, 3 December 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version 4.4.1.1 SVN 3503
Workaround
Fixed in version Unknown


I dont think its No of Changes, (MaxSem would be able to clarify).
            int selfMatches = OverallTypoStats.SelfMatches;
            lblNoChange.Text = selfMatches.ToString();
I *believe* it has something to do with regexes that are matching stuff to change, and the thing its changed to is exactly the same as the original... Max? Reedy 21:10, 3 December 2008 (UTC)
I believe Reedy is right on this one: the idea of the "no changes" stat is to identify any incorrect typo rules. If all is well, "no changes" should not go above zero. Rjwilmsi 21:21, 3 December 2008 (UTC)
Yeah, im pretty sure thats what it was for (debugging).. I suspect its maybe worth making it a bit clearer Reedy 21:26, 3 December 2008 (UTC)
In that case, may I suggest adding a 3rd column for times ignored. This info is potentially usefully for finding rules that detect a lot of false positives. (Let me know if I should take this to feature suggestions.) --ThaddeusB (talk) 21:19, 4 December 2008 (UTC)
Hmm.. Im not sure this can be added simply... Again, Max would possibly be best to comment, i think its going to have to become a feature request. Reedy 22:03, 4 December 2008 (UTC)
Actually..
                        // if skipped, all changes considered false positives
                        if (skipped) old.FalsePositives += typo.Total - typo.SelfMatches;

Seems to be there, but not actually outputted/shown.. Will poke Max to this Reedy 22:05, 4 December 2008 (UTC)

That "no changes" thingie means that a replacement has been made, but it resulted in no actual change (i.e. the rule matched a correct spelling). "False positive" means that a replacement has been made, but it was incorrect and had to be manually rejected. False positives are not currently correctly counted and therefore we don't show this stat to users. Unless there is a clean example of a page where "no changes" is counted incorrectly, this bug is closed as invalid. MaxSem(Han shot first!) 20:33, 7 December 2008 (UTC)

Text file bug re non-ASCII characters

Status Bug not confirmed
Description When loading in a text file with a list of article titles, non-ASCII characters are getting filtered out. e.g. Image:Kayaköy inside church.jpg becomes Image:Kayaky inside church.jpg. Was also a problem with e.g. Members of the Tasmanian House of Assembly, 1877–1882 which loses its endash. Orderinchaos 03:07, 4 December 2008 (UTC)
To duplicate: Create a text file with the two file names above as subsequent lines. Set "Make from" to text file and import.
Operating system XP SP3
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround
Fixed in version Unknown


If you choose UTF-8 format when saving in Notepad, everything will be just fine. Of course, if you choose ANSI you will lose or damage all chars that don't belong to this encoding. MaxSem(Han shot first!) 19:34, 4 December 2008 (UTC)

AWB Updater encountered

Status Bug is in old software, please update
Description Exception: DirectoryNotFoundException

Message: Could not find a part of the path 'C:\Program Files\AWB\temp\'. Call stack: at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

  at System.IO.Directory.Delete(String fullPath, String userPath, Boolean recursive)
  at AwbUpdater.Updater.KillTempDir()
  at AwbUpdater.Updater.CopyFile(String source, String destination)
  at AwbUpdater.Updater.CopyFiles()
  at AwbUpdater.Updater.UpdateAwb()

NSH001 (talk) 18:57, 5 December 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 1.4.0.1
Workaround None
Fixed in version Unknown


You've got an ANCIENT updater Reedy 20:45, 5 December 2008 (UTC)
Not surprising, as I don't use AWB that often. I got a message did I want to update the updater, replied yes, that's when it went wrong. Anyway, AWB did the job as intended, and thanks for the reply. --NSH001 (talk) 21:53, 5 December 2008 (UTC)

Sources and Unreferenced

Status Fixed in the next release
Description "Tags" can change {{
Refimprove}} (since July 2007 I think... ) Rich Farmbrough
, 00:14 6 December 2008 (UTC). 00:14, 6 December 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version 4.4.1.0
Workaround Replace template with "normal" replace before gen fixes
Fixed in version Unknown


rev 3538 adds sources/refimprove to be have the date subst'd on it as refimprove... Reedy 20:37, 8 December 2008 (UTC)

And rev 3549 removes the change to unreferenced. MaxSem(Han shot first!) 14:57, 13 December 2008 (UTC)

NullReferenceException in MainForm.MakeSummary

Status Fixed in the next release
Description
Exception:NullReferenceException
Message:Object reference not set to an instance of an object.
Call stack:
   at AutoWikiBrowser.MainForm.MakeSummary()
   at AutoWikiBrowser.MainForm.cmboEditSummary_MouseMove(Object sender, MouseEventArgs e)
   at System.Windows.Forms.Control.OnMouseMove(MouseEventArgs e)
   at System.Windows.Forms.Control.WmMouseMove(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ComboBox.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Closedmouth (talk) 14:45, 6 December 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.1, revision 3530 (2008-12-04 22:29:51)
Workaround None
Fixed in version Unknown


Popped up about four times when I loaded my settings, but seems to be running fine now. --Closedmouth (talk) 14:48, 6 December 2008 (UTC)
Has it happened again? I think i was having this problem myself last night, and i thought i had fixed it in the SVN version (which may or may not be after 3530 (i cant remember), but i think it was... (just checked elsewhere, 3533 is now latest...) Will upload a version later Reedy 20:59, 6 December 2008 (UTC)
Yep, happens when I click the "Start" tab hover over the "summary" field. --Closedmouth (talk) 05:34, 7 December 2008 (UTC)
Try the uploaded 3533 Reedy 20:03, 7 December 2008 (UTC)
Thanks. --Closedmouth (talk) 00:46, 8 December 2008 (UTC)

Do you have the latest version of KingBotK plugin? You must have v.2.1.0.3. This was a problem I had the all the previous versions. -- Magioladitis (talk) 10:01, 7 December 2008 (UTC)

Try the uploaded 3533 Reedy 20:03, 7 December 2008 (UTC)

access -> accesss typo bug

Status Error on Typo page has now been corrected
Description Attempting to change access to accesss and accessible to accesssible (screenshot) while missing 3 real typos: "makign", "wont" and "varietties" (see last paragraph)
To duplicate: Load any page with "access" on it
Operating system Windows XP Professional (5.1, Build 2600) Service Pack 3
.NET FW Version Unknown
AWB version 4.4.1.1 SVN 3503
Workaround Click the Ignore button?
Fixed in version Unknown


I believe the problem was this and fixed here. For the future, this belongs at

WT:AWB/T. §hep¡Talk to me!
22:39, 10 December 2008 (UTC)

SVN: stack overflow error

Status Fixed in the next release
Description Running SVN 3581 against
El Harba Wine causes AWB to crash – DR Watson kicks in on XP with a message about a stack overflow. This is using AWB with default settings as opened, then just running on the article. Released version 4.4.2.0 not affected. Thanks Rjwilmsi
00:41, 16 December 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version SVN 3581
Workaround
Fixed in version Unknown


Lol, found and fixed, thanks!. rev 3582 Reedy 00:58, 16 December 2008 (UTC)

Categories below interwikis

Status Not a bug/currently unresolvable
Description Under More)Categories>Add category:, when a category is inputted it is placed below iw's §hep¡Talk to me! 12:58, 14 December 2008 (UTC)
To duplicate: Try to add a category with the function under the more tab
Operating system Vista
.NET FW Version Unknown
AWB version V 4.4.2.0 SVN 3552
Workaround Use a custom module instead of the built-in interface
Fixed in version Unknown


As a side note:These archives are hard to search through, there's a lot of discussion. Would you guys be opposed to running the indexer bot over here? §hep¡Talk to me! 12:58, 14 December 2008 (UTC)

Sounds like a good idea to me!! Reedy 16:12, 14 December 2008 (UTC)
As an aside, this works fine if you have general fixes enabled aswell... Reedy 21:11, 14 December 2008 (UTC)
Gen fixes, I didn't think to try that. Thanks. §hep¡Talk to me! 21:52, 14 December 2008 (UTC)
But i suppose, the point is, should this function just work by itself (by running the category rearrangement thing aswell...) (Which would be easily done if deemed necessary/a good idea) Reedy 10:03, 15 December 2008 (UTC)
I'd assume so, as that's what I thought it was going to do. But no other complaints; so maybe I'm the only one with an issue. :) §hep¡Talk to me! 22:40, 15 December 2008 (UTC)

Bad unicodification of ∈

Status New
Description AWB is changing the html &isin; (∈) to a bad Unicode character (displays as empty square) rather than the correct mathematical symbol for "is in." I suspect the value of the new char is simply entered incorrectly in the substitution section. ThaddeusB (talk) 20:19, 14 December 2008 (UTC)
To duplicate: load Nonlinear control in AWB with "Unicodify whole page" checked
Operating system XP
.NET FW Version Unknown
AWB version 4.4.2.0 SVN 3552
Workaround
Fixed in version Unknown


[10] - Works and looks fine for me. Reedy 21:23, 14 December 2008 (UTC)
How strange. It showed up wrong on my comp in both AWB and the WP preview (but both the original article & the new one show up correctly). Guess it is a local problem? --ThaddeusB (talk) 21:43, 14 December 2008 (UTC)

Only getting article namespace

Status Not a bug/currently unresolvable
Description When I search for "what links here", AWB is only returning pages in the article namespace. I have not set this as a default or instructed it to do so, and I need to see all the returns. bd2412 T 20:07, 15 December 2008 (UTC)
To duplicate:
Operating system XP
.NET FW Version Unknown
AWB version whatever the most recent is
Workaround
Fixed in version Unknown


Not a bug, thats what its designed too. However, i'll add a WhatLinksHere (All NS). Reedy 20:13, 15 December 2008 (UTC)
rev 3581, will upload a SVN snapshot later on. Reedy 20:29, 15 December 2008 (UTC)
Understandable, but then what is the point of having filters by namespace, and the "Remove non-main space" function under the "List" tab? I use AWB primarily for disambiguation, and it is often necessary to disambiguate links in templates and even in category space. And right now I'm using it to blank 19,000 outdated IP talk page warnings. bd2412 T 00:39, 16 December 2008 (UTC)

Typos in make list 'Source'.

Status Fixed in the next release
Description Typo in make list 'Source'. The term 'What links here (All NS)' should use sentence case so 'All' should be 'all'. The term 'Text File' should be 'Text file'. Thanks. Lightmouse (talk) 00:32, 24 December 2008 (UTC)
To duplicate:
Operating system
.NET FW Version Unknown
AWB version 3582
Workaround
Fixed in version Unknown


Thanks, rev 3596 Reedy 10:25, 24 December 2008 (UTC)

Exception whilst trying to save

Status Fixed in the next release
Description
Exception:FileNotFoundException
Message:Could not find file 'Default.xml'.
Call stack:
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
   at System.IO.File.Copy(String sourceFileName, String destFileName, Boolean overwrite)
   at AutoWikiBrowser.MainForm.saveSettingsToolStripMenuItem_Click(Object sender, EventArgs e)
   at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
   at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
   at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
   at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
   at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ToolStrip.WndProc(Message& m)
   at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

201.52.82.238 (talk) 19:45, 26 December 2008 (UTC)

To duplicate: Unknown
Operating system Microsoft Windows NT 5.1.2600 Service Pack 3
.NET FW Version Unknown
AWB version 4.4.2.0, revision 3552 (2008-12-13 22:16:46)
Workaround None
Fixed in version Unknown


rev 3602 Reedy 20:36, 26 December 2008 (UTC)

Eternal Saving

Status Works for me
Description On wikia wikis today, everything works as expected with the exception that when the program attempts to save, no progress is shown on the progress bar, "Saving" is displayed, and the page is never saved. The program will not move on, but it will never save the page either. When bot usage is enabled, the save will continuously be nudged after delays in saving. No logs are filed, and no errors seem to occur.

Peteparker (talk) 18:02, 19 December 2008 (UTC)

To duplicate: Enter marvel.wikia.com as your preferred site, and attempt to edit a page.
Operating system XP, Internet Explorer version: 6.02900.3086, .NET version: 2.050727.1433, Windows version: 5.1
.NET FW Version Unknown
AWB version 4.4.2.0 SVN 3552 (2008-12-12 22:16:46)
Workaround None yet found. Have been using the program only as a search tool, and manually editing the pages found.
Fixed in version Unknown


Current SVN works fine for me. Little slow at saving, but it worked (was a null save) Reedy 22:04, 23 December 2008 (UTC)
[11] Reedy 22:05, 23 December 2008 (UTC)
Thanks so much for checking, I'll make sure I'm all updated and continue troubleshooting from my end. Merry Christmas!
Peteparker (talk) 17:48, 24 December 2008 (UTC)

Wrong link simplification capitalisation

Status Fixed in the next release
Description [[Fancy pigeon|fancy pigeon]] to [[Fancy pigeon]] on "Magpie (disambiguation), and [[Electronic_prescribing|electronic prescribing]] changed to [[electronic prescribing]] on "National Health Service (England)". 86.153.183.56 Snowman (talk) 00:53, 24 November 2008 (UTC)
To duplicate: Use pages indication above
Operating system Windows Vista
.NET FW Version Unknown
AWB version 3503
Workaround manual edit
Fixed in version Unknown


This is not a bug. This is the second edit. -- Magioladitis (talk) 00:57, 24 November 2008 (UTC)

I got that edit result by using a manual edit as a workaround. Pointing to my manual edit proves nothing, because it was a AWB edit modified manually by typing in the text box. Snowman (talk) 01:04, 24 November 2008 (UTC)
What did AWB do instead? -- Magioladitis (talk) 07:56, 24 November 2008 (UTC)
rev 3600, added another unit test, changed one to match expected result Reedy 18:35, 26 December 2008 (UTC)
rev 3601, fixed Reedy 18:49, 26 December 2008 (UTC)