r135

Details

  • Filename
    !BugGrabber-r135.zip
  • Uploaded by
  • Uploaded
    Oct 31, 2008
  • Size
    15.89 KB
  • Downloads
    246
  • MD5
    fc3ff7a762e3e0c42276d1f774f5dad5

Supported WoW Retail Versions

  • 3.0.2

Changelog

------------------------------------------------------------------------
r135 | arrowmaster | 2008-10-31 21:56:13 +0000 (Fri, 31 Oct 2008) | 2 lines
Changed paths:
   M /trunk/!BugGrabber.toc
   M /trunk/BugGrabber.lua

Convert all AceLibrary and Rock usage to direct LibStub usage, thus pure LibStub libraries without a :GetLibraryVersion() function are now identified as libraries
Remove silly "Title-koKR:" from toc that just colored the English title
------------------------------------------------------------------------
r134 | arrowmaster | 2008-10-31 21:31:55 +0000 (Fri, 31 Oct 2008) | 4 lines
Changed paths:
   M /trunk
   M /trunk/!BugGrabber.toc
   M /trunk/.pkgmeta
   M /trunk/BugGrabber.lua
   M /trunk/License.txt
   M /trunk/gpl.txt
   D /trunk/libs

Make calls to LibStub and CallbackHandler-1.0 safe for if either is not found
Remove LibStub and CallbackHandler-1.0 since BugGrabber is ment to not depend on anything
Revert Mikk's quick fix now that a proper fix has been made
Cleanup svn properties
------------------------------------------------------------------------
r133 | mikk | 2008-10-31 18:27:47 +0000 (Fri, 31 Oct 2008) | 2 lines
Changed paths:
   M /trunk/BugGrabber.lua

Disable an ill-designed safeguard that current suppresses ALL errors that have LibStub or CallBackHandler somewhere in the trace.
(It checks for if "BugGrabber" is mentioned in the path... but it embeds libstub & CBH!)
------------------------------------------------------------------------
r131 | nevcairiel | 2008-10-15 00:12:20 +0000 (Wed, 15 Oct 2008) | 1 line
Changed paths:
   M /trunk/!BugGrabber.toc

Update Interface Version to 30000 (per Rabbits request)
------------------------------------------------------------------------
r129 | rabbit | 2008-10-09 16:05:54 +0000 (Thu, 09 Oct 2008) | 1 line
Changed paths:
   M /trunk/!BugGrabber.toc
   M /trunk/.pkgmeta
   A /trunk/libs/CallbackHandler-1.0
   A /trunk/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua
   A /trunk/libs/CallbackHandler-1.0/CallbackHandler-1.0.xml
   A /trunk/libs/LibStub
   A /trunk/libs/LibStub/LibStub.lua

Hard embed LS+CBH.
------------------------------------------------------------------------
r128 | rabbit | 2008-10-07 23:55:06 +0000 (Tue, 07 Oct 2008) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

No reason to check for the existence of LS or CBH anymore since we package it.
------------------------------------------------------------------------
r127 | rabbit | 2008-10-07 23:53:27 +0000 (Tue, 07 Oct 2008) | 1 line
Changed paths:
   M /trunk/!BugGrabber.toc
   M /trunk/.pkgmeta
   A /trunk/libs

Add LS and CBH.
------------------------------------------------------------------------
r126 | rabbit | 2008-10-06 08:04:29 +0000 (Mon, 06 Oct 2008) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

Merge Arrowmasters patch to add CBH support.
------------------------------------------------------------------------
r125 | rabbit | 2008-10-05 07:56:56 +0000 (Sun, 05 Oct 2008) | 1 line
Changed paths:
   M /trunk/BugGrabber.lua

Make sure we create the fake Swatter object.
------------------------------------------------------------------------
r124 | root | 2008-09-29 22:14:57 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
   A /trunk/.pkgmeta

Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------