vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2 Auction House Favorites README
3  
4 Version: 1800.2
5 Required Dependencies: ACE
6 Optional Dependencies: myAddOns, Fizzwidget ShoppingList
7  
8 Ever find yourself doing the same queries all the time at the Auction House?
9  
10 If so, Auction House Favorites can help you.
11  
12 For example, my main character is an alchemist, and I'm always checking out the prices for Arcane Crystals. It's such a pain to clear out all the fields from the last search you did, select Trade Goods, then enter "Arcane Crystal" in the name box.
13  
14 Auction House Favorites can save your current search criteria in a favorites list, and it will automatically repopulate all the fields when selected.
15  
16 Auction House Favorites adds a pulldown menu called "Favorites" to the Name field in the Browse tab at the auction house.
17  
18 It's easy to use:
19  
20 1) Set up your search criteria. (you don't have to click the search button)
21 2) Choose "Save" from the Favorites pulldown.
22 3) Give your search a name (For instance "Arcane Crystal" if that's what you were searching for)
23  
24 That's it.
25  
26 If you want to get rid of a favorite, select it, then choose "Delete" from the Favorites pulldown.
27  
28 To clear the current search criteria, choose "Clear" from the Favorites pulldown.
29  
30 By default, AHFavorites will press the "Search" button for you when you select a favorite. If you want to change it so you have to manually click the Search button, use the slash command /AHFav AutoQuery. This command toggles the functionality.
31  
32 If you have Fizzwidget's ShoppingList mod installed, by default you will see items from the shopping list at the bottom of the pulldown menu. Selecting any item will initiate a search. If you want to turn off the ShoppingList integration, use the slash command /AHFav FSL to toggle integration on and off.
33  
34 Finally, by default, all settings and searches are shared by all your characters. If you would like to have different searches for each of your characters, you can use the ACE profile manager to help.
35  
36 For example, to save your searches on a per-character basis, use this command:
37  
38 /ace profile char AHFavorites
39  
40 That's it.
41  
42  
43 VERSION HISTORY:
44  
45 1700.1: Initial Release
46  
47 1700.2: Changed interface to work like MailTo. Favorites pulldown is now attached to the Name field. No longer obscures the Dressing Room checkbox.
48 (Thanks to the author of MailTo for coming up with the pulldown technique used here)
49  
50 1700.3: Fixed initialization issue which prevented favorites from working if FSL was installed, but had never had anything added to the list.
51  
52 1700.4: Enhancement: Favorites sorted alphabetically now.
53 Enhancement: Display on Char checkbox state saved as part of favorite search (Patch thanks to LeisureLarry at curse-gaming.com)
54 Enhancement: German translation from LeisureLarry at curse-gaming.com
55 Enhancement: Works with myAddOns 2.3
56  
57 NOTE: If you have used Ace to save your searches on a per-character basis, your searches will be missing after this upgrade. You have two choices: a) Recreate all your searches, or b) Edit the file WTF/Account/<char name>/SavedVariables/Ace.lua and change all references from ["AuctionHouse Favorites"] to ["AHFavorites"].
58  
59 Known Bug: Rarity dropdown is not updating properly. Calls to UIDropDownMenu_Refresh(BrowseDropDown) don't seem to set the text value anymore. If anyone has any ideas, please send me a PM.
60  
61 Updated to use the Ace 1.2 method calls.
62  
63 1800.1: Updated to WoW version 1800.
64 TOC file now notes the dependency on the Blizzard AuctionUI for this to work properly.
65  
66 1800.2: No longer preloads the Blizzard Auction UI.
67 - Patch thanks to Sariash at curse-gaming.com
68 Default favorite name pulled from "Name" field in AH interface.
69 - Patch thanks to peppa at curse-gaming.com
70 Max favorite save name upped to 40 chars
71 - Patch thanks to peppa at curse-gaming.com
72  
73 When 1.9 is released, AHFavorites will go to full dynamic loading using the LoadWith TOC entry.
74  
75