promotional bannermobile promotional banner

NotesUNeed

Abandoned
NotesUNeed

File Details

NotesUNeed_6.68.2

  • R
  • Feb 26, 2011
  • 268.43 KB
  • 6.0K
  • 4.0.6
  • Retail

File Name

NotesUNeed-NotesUNeed_6.68.2.zip

Supported Versions

  • 4.0.6

------------------------------------------------------------------------
r120 | orgevo | 2011-02-26 06:35:12 +0000 (Sat, 26 Feb 2011) | 9 lines
Changed paths:
   A /tags/NotesUNeed_6.68.2 (from /trunk:119)

- defer running NotesUNeed's core initialization code until both the VARIABLES_LOADED and ADDON_LOADED events have been received (naturally we only care about ADDON_LOADED when its using our name as the first parm)
- fixed a bunch of places where my "find-in-files" regular expression failed due to the word "name" coming immediately after 2 consecutive dots, causing runtime errors    :\

- fixed querying of information about targeted players not working
- fixed transmission of notes prepending a "v" to the value of NUN_VERSION .  it already comes with a "v" at the front, now, and is more than likely the reason that notes weren't being transmitted properly
- fixed "open note for edit" button on pin-up tooltip, in cases where the tooltip is pointing to a player's note that contains talent-spec info.

------------------------------------------------------------------------
r119 | orgevo | 2011-02-26 03:30:53 +0000 (Sat, 26 Feb 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed transmission of notes prepending a v to the NUN_VERSION (it already comes with a v now); more than likely the reason that notes weren't being transmitted properly
------------------------------------------------------------------------
r118 | orgevo | 2011-02-26 03:19:17 +0000 (Sat, 26 Feb 2011) | 3 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed "open note for edit" button on pin-up tooltip, in cases where the tooltip is pointing to a player's note that contains talent-spec info.

------------------------------------------------------------------------
r117 | orgevo | 2011-02-26 03:18:44 +0000 (Sat, 26 Feb 2011) | 4 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed querying of information about targeted players not working
- possibly fixed note sending to other players...hard to test on myself.

------------------------------------------------------------------------
r116 | orgevo | 2011-02-26 03:16:10 +0000 (Sat, 26 Feb 2011) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed a bunch of places where my "find-in-files" regular expression failed due to the word "name" coming immediately after 2 consecutive dots    :\

------------------------------------------------------------------------
r115 | orgevo | 2011-02-26 01:16:45 +0000 (Sat, 26 Feb 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowsln

- defer running NotesUNeed's core initialization code until both the VARIABLES_LOADED and ADDON_LOADED events have been received (naturally we only care about ADDON_LOADED when its using our name as the first parm)
------------------------------------------------------------------------
r111 | orgevo | 2011-02-26 00:15:40 +0000 (Sat, 26 Feb 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- fixed typo in NuN_AddIgnore()
------------------------------------------------------------------------
r109 | orgevo | 2011-01-28 20:41:21 +0000 (Fri, 28 Jan 2011) | 3 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua

- changed all occurrences of UnitName to use GetUnitName() instead
- fixed bug where you were unable to create a note for a party member from another server by clicking on their portrait.
*** still need to fix the chat window's context menu to also include the realm name as I didn't realize this wasn't working correctly (so you could feasibly end up accidentally overwriting another note when you add a player from another realm via that method)
------------------------------------------------------------------------
r108 | orgevo | 2011-01-28 12:23:16 +0000 (Fri, 28 Jan 2011) | 2 lines
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed/NotesUNeed.xml

- fixed NotesUNeed displaying random notes in the tooltip if the text on whatever was under the mouse at least partially matched the name of a saved note
- fixed NotesUNeed note tooltips not showing up at all, half the time, when mousing over the player/target/focus frame for a player that you have a stored note for.
------------------------------------------------------------------------
r106 | orgevo | 2011-01-28 03:17:00 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.xml

- missed another comment closing tag hidden at the end of a line in the xml
------------------------------------------------------------------------
r105 | orgevo | 2011-01-28 03:08:36 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.xml

- fixed a nested .xml comment issue
------------------------------------------------------------------------
r104 | orgevo | 2011-01-28 02:49:46 +0000 (Fri, 28 Jan 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed
   M /trunk/NotesUNeed/NotesUNeed.wowproj
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed_Backup/NotesUNeed_Backup.wowproj
   M /trunk/NotesUNeed_Export/NotesUNeed_Export.wowproj

- updated project files to new install location
------------------------------------------------------------------------
r103 | orgevo | 2011-01-13 19:09:24 +0000 (Thu, 13 Jan 2011) | 1 line
Changed paths:
   M /trunk/NotesUNeed/NotesUNeed.lua
   M /trunk/NotesUNeed/NotesUNeed.wowsln
   M /trunk/NotesUNeed/NotesUNeed.xml

- turned off experimental search frame layout for release
------------------------------------------------------------------------