Thaoky, when a heroic is about to reset, I get a message that this particular instance starts in 15 mins. Obviously, it's not starting, it's just the reset coming up. It's a bit misleading. Using the latest alpha.
It's possible that I may have missed this, testing all cases takes time and is not always easy since I don't always have people around to make heroics and/or I am not connected at the moment it expires.
Found another "bug". I was invited via calendar to a raid on both my main and alt. I accepted on one, declined on the other. When the reminder comes 15 mins before the raid, I get a message for both instead of just the one I accepted on.
I am not sure if you can track what's accepted or declined, that's why I put quotes around the word bug.
Yes, I just tested it again with r31 and still get the same error when clicking on the "Calendar" menu item in Altoholic. It also seems to happen at certain time intervals even if I don't open Altoholic. Here's the error again:
[2009/06/23 11:49:42-1408-x1]: Altoholic-v3.1.004\Frames\Calendar.lua:615: attempt to concatenate field '?' (a nil value)
Altoholic-v3.1.004\Frames\Calendar.lua:549: in function `Update'
Altoholic-v3.1.004\Frames\Calendar.lua:313: in function `Update'
Altoholic-v3.1.004\Frames\TabSummary.lua:96: in function `MenuItem_OnClick'
<string>:"*:OnClick":1: in function <[string "*:OnClick"]:1>
I'm still having problems with this bug. It seems to screw up the calendar function in Altoholic.
(edited because I misread the code at first...)
The error occurs on line 615 so I guess 'inviteStatus' is nil for some reason for me:
Currently experiencing the "An action was blocked" type error message, the taint log showing Altoholic as the cause :/
2/7 23:53:12.399 An action was blocked because of taint from Altoholic - LFGQuery()
2/7 23:53:12.399 Interface\FrameXML\LFGFrame.lua:478 SendLFGQuery()
2/7 23:53:12.399 Interface\FrameXML\LFGFrame.lua:28 LFGParentFrame_OnEvent()
2/7 23:53:12.399 LFGParentFrame:OnEvent()
Is there a problem sorting by rested xp accumulated? It used to work fine prior to the patch. Now it seems randomly ordered when clicking the column header for rested.
@PontusM, Kerecha, Caliban : all fixed in 3.2.001c.
@ElDavido : I don't think this is actually due to Altoholic, it looks like the "Set Focus" issue which blames the first addon in the list that uses Drop Drop Menus.
@Shadoweric : I'm working on the calendar issues, next release will contain the fixes.
I'm not sure how much data you store about mail, alot it seems, I was wondering if it were possible to give a more detailed breakdown of mail expiring/returning? I use an ancient addon MailInfo which I've kept hacked into workable over the patches, I've never found a mail addon to replace it.
Basically, it reports to the chatframe :
Mail SomeItem from Alt1 to Alt3 will expire in 3 days 12 minutes.
Mail ThisItemThere from Alt4 to Alt2 will return in 2 days 1 minutes.
etc
I know Altoholic can open a dialog saying mail is expiring, but with 4+ characters, that.. doesn't really help much, it also doesn't appear to make a distinction of expiring and returning.
Is there any way to condense the tradeskill cooldowns for Alchemists Transmute?
I have 2 alchemists for transmutes and in the CD lists for proffs in the calendar part it lists every single possible transmute as a separate listing (becomes VERY long list).
Would it be possible to condense it to just "Name: Transmutes" ?
instead of now
Name: Transmute 1
Name: Transmute 2
Name: Transmute 3
*and so on for like 20 rows...
The wall of text that appears when all transmutes expire is gone in the latest svn release, but I'm still polishing that part because the few lines of code that manage these exceptions are awful, so I'll polish it until I get the desired quality. The long list of events in the calendar is still there though, it will disappear soon too.
I'm not sure how much data you store about mail, alot it seems, I was wondering if it were possible to give a more detailed breakdown of mail expiring/returning? I use an ancient addon MailInfo which I've kept hacked into workable over the patches, I've never found a mail addon to replace it.
Basically, it reports to the chatframe :
Mail SomeItem from Alt1 to Alt3 will expire in 3 days 12 minutes.
Mail ThisItemThere from Alt4 to Alt2 will return in 2 days 1 minutes.
etc
I know Altoholic can open a dialog saying mail is expiring, but with 4+ characters, that.. doesn't really help much, it also doesn't appear to make a distinction of expiring and returning.
Mail management happens entirely in DataStore_Mails now, I am keeping track of normal mail expiries, but not of returning mails (I often postponed this, and never got back to it), so if you have info about how they should be handled, I'm open to integrating this.
Have a look at DataStore_Mails, and let me know if you thinkg we can improve it. UI stuff remains in altoholic though, and I'd take care of that part.
Alphas don't contain datastore modules, I discussed this with a few curse admins, and it won't be possible to package them all together in alphas, but honestly, I don't care too much, alpha users usually know what to do.
Official releases are packaged manually and will keep containing all the necessary modules though.
Mail management happens entirely in DataStore_Mails now, I am keeping track of normal mail expiries, but not of returning mails (I often postponed this, and never got back to it), so if you have info about how they should be handled, I'm open to integrating this.
I figured it did, I don't have much time of late for coding, but here is that addon I was talking about, Mailinfo, hacked together to work with the various changes to the mailbox. Not sure how useful it will be, but it should at least give you an idea what I was talking about.
I am not sure if you can track what's accepted or declined, that's why I put quotes around the word bug.
I'm still having problems with this bug. It seems to screw up the calendar function in Altoholic.
(edited because I misread the code at first...)
The error occurs on line 615 so I guess 'inviteStatus' is nil for some reason for me:
2/7 23:53:12.399 An action was blocked because of taint from Altoholic - LFGQuery()
2/7 23:53:12.399 Interface\FrameXML\LFGFrame.lua:478 SendLFGQuery()
2/7 23:53:12.399 Interface\FrameXML\LFGFrame.lua:28 LFGParentFrame_OnEvent()
2/7 23:53:12.399 LFGParentFrame:OnEvent()
Thats the c'n'p from the taint.log file.
@PontusM, Kerecha, Caliban : all fixed in 3.2.001c.
@ElDavido : I don't think this is actually due to Altoholic, it looks like the "Set Focus" issue which blames the first addon in the list that uses Drop Drop Menus.
@Shadoweric : I'm working on the calendar issues, next release will contain the fixes.
Basically, it reports to the chatframe :
Mail SomeItem from Alt1 to Alt3 will expire in 3 days 12 minutes.
Mail ThisItemThere from Alt4 to Alt2 will return in 2 days 1 minutes.
etc
I know Altoholic can open a dialog saying mail is expiring, but with 4+ characters, that.. doesn't really help much, it also doesn't appear to make a distinction of expiring and returning.
I have 2 alchemists for transmutes and in the CD lists for proffs in the calendar part it lists every single possible transmute as a separate listing (becomes VERY long list).
Would it be possible to condense it to just "Name: Transmutes" ?
instead of now
Name: Transmute 1
Name: Transmute 2
Name: Transmute 3
*and so on for like 20 rows...
Mail management happens entirely in DataStore_Mails now, I am keeping track of normal mail expiries, but not of returning mails (I often postponed this, and never got back to it), so if you have info about how they should be handled, I'm open to integrating this.
Have a look at DataStore_Mails, and let me know if you thinkg we can improve it. UI stuff remains in altoholic though, and I'd take care of that part.
Official releases are packaged manually and will keep containing all the necessary modules though.
I figured it did, I don't have much time of late for coding, but here is that addon I was talking about, Mailinfo, hacked together to work with the various changes to the mailbox. Not sure how useful it will be, but it should at least give you an idea what I was talking about.