------------------------------------------------------------------------
r24327 | rabbit | 2007-01-09 18:18:49 -0500 (Tue, 09 Jan 2007) | 3 lines

!BugGrabber:
 * pcall any outside method calls
 * Try more properties for version and revision.
------------------------------------------------------------------------
r23430 | ckknight | 2007-01-05 00:21:19 -0500 (Fri, 05 Jan 2007) | 3 lines

!BugGrabber:
- slight cleanup
- if _G[addon] doesn't exist, get the version from GetAddOnMetadata(addon, "Version")
------------------------------------------------------------------------
r23415 | rabbit | 2007-01-04 23:25:41 -0500 (Thu, 04 Jan 2007) | 1 line

!BugGrabber: Relicensed as GPL v2 or later.
------------------------------------------------------------------------
r23334 | rabbit | 2007-01-04 04:53:08 -0500 (Thu, 04 Jan 2007) | 1 line

!BugGrabber: Don't swallow errors if the addons version field is a number and not a string.
------------------------------------------------------------------------
r23321 | rabbit | 2007-01-04 03:06:28 -0500 (Thu, 04 Jan 2007) | 1 line

!BugGrabber: Fixed bug when disabling other addons.
------------------------------------------------------------------------
r23215 | rabbit | 2007-01-03 11:41:16 -0500 (Wed, 03 Jan 2007) | 1 line

!BugGrabber: Drycoded attempt to unregister the addon action events when they're not needed.
------------------------------------------------------------------------
r22936 | ckknight | 2007-01-01 01:59:11 -0500 (Mon, 01 Jan 2007) | 1 line

!BugGrabber - fix order-of-operations for Swatter disabling
------------------------------------------------------------------------
r22931 | ckknight | 2007-01-01 01:16:24 -0500 (Mon, 01 Jan 2007) | 1 line

!BugGrabber - only disable Swatter if the Swatter global variable exists.
------------------------------------------------------------------------
r22910 | ckknight | 2006-12-31 22:06:34 -0500 (Sun, 31 Dec 2006) | 1 line

!BugGrabber - much friendlier when disabling !Swatter. No longer wipes their tables, instead informs the user, disables the addon, unregisters the ADDON_ACTION_(BLOCKED/FORBIDDEN) events, and removes the slash commands.
------------------------------------------------------------------------
r21679 | rabbit | 2006-12-21 12:27:07 -0500 (Thu, 21 Dec 2006) | 1 line

!BugGrabber: Gah, this wasn't supposed to get in.
------------------------------------------------------------------------
r21651 | rabbit | 2006-12-21 05:25:01 -0500 (Thu, 21 Dec 2006) | 1 line

!BugGrabber: Don't put "r" in front of revision numbers.
------------------------------------------------------------------------
r21646 | rabbit | 2006-12-21 05:02:59 -0500 (Thu, 21 Dec 2006) | 1 line

!BugGrabber: Make sure we declare all the variables we use and some general cleanup.
------------------------------------------------------------------------
r21176 | ckknight | 2006-12-18 00:49:54 -0500 (Mon, 18 Dec 2006) | 3 lines

!BugGrabber - now shows version or revision of an addon if the information is available.
e.g.
Cartographer-r21162\Modules\LookNFeel.lua:479: This is a test error
------------------------------------------------------------------------
r21168 | ckknight | 2006-12-18 00:21:40 -0500 (Mon, 18 Dec 2006) | 6 lines

!BugGrabber - libraries now show their revision number and the addon it is inside.
e.g.
Tester\Tester.lua:7: attempt to call global 'monkey' (a nil value)
<in C code>: ?
AceEvent-2.0-r21157 (Ace2):226: in function `TriggerEvent'
AceEvent-2.0-r21157 (Ace2):857: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:850>
------------------------------------------------------------------------
r21161 | ckknight | 2006-12-17 23:57:25 -0500 (Sun, 17 Dec 2006) | 4 lines

!BugGrabber - now shows the full path after Interface\AddOns\ for non-libraries
e.g. Cartographer\Modules\LookNFeel.lua:479: Test error from LookNFeel\
AceEvent-2.0\AceEvent-2.0.lua:226: in function `TriggerEvent'
instead of showing "Modules\LookNFeel.lua:479:"
------------------------------------------------------------------------
r20904 | rabbit | 2006-12-16 14:19:47 -0500 (Sat, 16 Dec 2006) | 1 line

!BugGrabber: Set svn properties.
------------------------------------------------------------------------
r20838 | rabbit | 2006-12-16 00:02:47 -0500 (Sat, 16 Dec 2006) | 1 line

!BugGrabber: Kill VFL's error handler as well.
------------------------------------------------------------------------
r20832 | rabbit | 2006-12-15 23:24:38 -0500 (Fri, 15 Dec 2006) | 1 line

!BugGrabber: Add license.txt.
------------------------------------------------------------------------
r20831 | rabbit | 2006-12-15 23:23:21 -0500 (Fri, 15 Dec 2006) | 1 line

!BugGrabber: Notify the user when we've captured an error and our event has not been registered for.
------------------------------------------------------------------------
r20555 | rabbit | 2006-12-14 12:13:30 -0500 (Thu, 14 Dec 2006) | 1 line

!BugGrabber: type is nil-safe.
------------------------------------------------------------------------
r20312 | rabbit | 2006-12-13 00:32:24 -0500 (Wed, 13 Dec 2006) | 1 line

!BugGrabber: Support more than 100 errors.
------------------------------------------------------------------------
r20286 | rabbit | 2006-12-12 21:50:50 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber: Set some TOC metadata and bump the version.
------------------------------------------------------------------------
r20284 | rabbit | 2006-12-12 21:44:44 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber: Use seterrorhandler() and make it noop when we're done.
------------------------------------------------------------------------
r20282 | rabbit | 2006-12-12 21:28:39 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber: Kill SVs as well.
------------------------------------------------------------------------
r20280 | rabbit | 2006-12-12 21:23:48 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber: Kill and disable !Swatter if found.
------------------------------------------------------------------------
r20259 | ckknight | 2006-12-12 20:14:22 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber - no longer show <unknown>, instead show the raw error.
------------------------------------------------------------------------
r20226 | rabbit | 2006-12-12 17:24:37 -0500 (Tue, 12 Dec 2006) | 1 line

!BugGrabber: Spanish translation, thanks to shiftos. Also try to prevent a stack overflow by exiting the while loop eventually.
------------------------------------------------------------------------

