Question before I try this -- does it ignore svn working directories?
Not automatically, but you can set the directories to "[Ignore]" to have WUU skip them. I'll release a version later today which will "cement" the [Ignore] status so it won't change when syncing with the master list. Should I make it have a special ignore for directories containing a .svn folder?
EDIT: that's what I'm doing, making a new version over my lunch break now ;)
* WUU [Ignore]s folders that are checked out from svn by default (for mod authors - a folder containing a .svn folder is auto-ignored permanently, until the .svn folder is removed) (1.0.118)
* Added AuctioneerAddon.com as a new download site (1.0.118)
EDIT2: * Bugfix: Updating with the master list won't change your [Ignore]d addons (1.0.118)
(The jump in the revision number is due to me relocating the files on the SVN server, effectively adding 15-ish revisions)
EDIT (to prevent m-m-m-multipost!!11): This is probably one of the last revisions of 1.0 (barring "show-stopping bugs"), then I'll start working on...1.1 (which will eventually become 2.0), I guess - but I'll probably let them update separately, so if you want to go from 1.0 (stable) to unstable you have to download the unstable manually ;)
To explain my version numbers (major.minor.revision): the major version number is updated when I feel a release is stable, the minor version number is updated when I change the XML format (and reset to 0 every major version), and the revision is pulled straight from the SVN revision of WUU.py.
It seems after I do anything I have to force quit out though. My pinwheel just keeps spinning. Is this an "operator problem" or still a little buggy? :) Even with the force quit of python, I will keep using. Love it.
It seems after I do anything I have to force quit out though. My pinwheel just keeps spinning. Is this an "operator problem" or still a little buggy? :) Even with the force quit of python, I will keep using. Love it.
Nice :D Can you get me a screenshot? :)
There's some "concurrency issues" if you try to do too much at once - like upgrading an addon while it's scanning for versions, and stuff - which might hang it. I'm fixing that "on the way to 2.0", I guess ;)
The way I use it, is usually "1) Check new versions, wait until ALL addons are checked 2) Upgrade all, wait until it's done"
Ok, I hate to point out my ignorance but how do I take a screenshot? Is it f13 like in game? and where would the screenshot go? lol =P ( soooooo embarressed. )
Question, when I opened WUU this morning several of the addons floated to the top and were highlighted in pink....what does that mean? Like are those the ones that hae updates? Or need to be upgraded? or not classified right?
Ok, I hate to point out my ignorance but how do I take a screenshot? Is it f13 like in game? and where would the screenshot go? lol =P ( soooooo embarressed. )
Question, when I opened WUU this morning several of the addons floated to the top and were highlighted in pink....what does that mean? Like are those the ones that hae updates? Or need to be upgraded? or not classified right?
Pink = Not updated thru WUU yet (may be un-updatable, too)
Yellow = Needs an update
Well the picture thing worked like a charm! As you can see, they all look pink. I hit upgrade all after a scan....and it acted like it was working(bluebar moved across lower right corner...then the pinwheel started spinning and would not stop again.
What do you think? I also see I don't have version numbers to compare?
You have to hit "Check online version" (and let it finish with all the addons) before selecting "Upgrade all", otherwise it...won't do anything, I think?
EDIT: I had to try; "Upgrade all" should upgrade your "pink" addons - what does WUU.log (in the same directory as WUU) say?
EDIT2: I think I know why it works that way...Python in Windows has a different way of handling threads :| I'm fixing how I create threads in 1.1, but I'll do a simple patch to 1.0 to make it not use threads on Mac/Linux - the UI will then "hang" on each task you start (like "Check online version" will not update the UI until EVERY addon is checked), but at least it'll work :P)
Grr... what am I doing wrong? I just copied what you had...
I know its possible because it worked for metamap....but that one was pre-done by you...I feels like its not "saving" when I do it. When I click on it again...its blank, like I haven't filled it out before. Does that make sense?
Grr... what am I doing wrong? I just copied what you had...
I know its possible because it worked for metamap....but that one was pre-done by you...I feels like its not "saving" when I do it. When I click on it again...its blank, like I haven't filled it out before. Does that make sense?
Strange :( I'm torn between making 1.0 work "perfectly" on all OS'es, just continuing to 1.1 and fix it there, or...take a holiday break :P
First, I love this! I use it each day and giggle with glee at how fast it is downloading updates for all my ace2 addons from wowace. (I have 147 addons, btw.) I only have about 20 addons I get from other sites like uiwow, wowi and curse. So, I took pics as I tried to do my Align addon found on wowi again. What I found interesting was the XXXX that appears in the url beside the name of the addon instead of the number I typed in. It is always XXXX. I checked. Oh and the error for wowi is always ID not set, too.
See the XXXX in the url box instead of "6153"?
Enjoy your holiday! Just posted this now because I had the time. ( Everyone was out shopping or napping like the baby!, giggles):)
One more thing :P
Since it is a program that update from multi website and there's always some addons that hosted in multi places, but only 1 is up-to-date, others are just hosting the old versions.
Can you make the WUU will check all addons in every websites and will mark the website that hosting the newest version to addon's source site?
So, the latest on my adventure with WUU. It was only updating the wowace addons before. My assumption that it wasn't saving the siteid's for addons from other sites was correct.
My solution.
I exported "all addons" to my desktop.
I manually entered the siteid's.
I saved the file.
Then I opened WUU again and imported "addons" from the desktop file I just edited.
I clicked yes to install ( these were mine anyways.)
I went to file and saved.
Then I scanned, checked online version and upgraded all.
Works like a charm. :)
It is now working for every addon in my directory from curse, wowi, ui.wow and wowace. (Except for the new autoprofit which downloaded as a .rar, lol. Seems we can't do .rar in wuu yet. :P I put in a request to Cathmor (the guy who adopted autoprofit at curse) to use .zip.
We shall see. :) That little autoprofit addon has been my thorn for too long! Just wish there was an ace2=. ;)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Not automatically, but you can set the directories to "[Ignore]" to have WUU skip them. I'll release a version later today which will "cement" the [Ignore] status so it won't change when syncing with the master list. Should I make it have a special ignore for directories containing a .svn folder?
EDIT: that's what I'm doing, making a new version over my lunch break now ;)
WUU 1.0.118 source (for Linux/Mac)
1.0.118 (2006.12.21):
* WUU [Ignore]s folders that are checked out from svn by default (for mod authors - a folder containing a .svn folder is auto-ignored permanently, until the .svn folder is removed) (1.0.118)
* Added AuctioneerAddon.com as a new download site (1.0.118)
EDIT2: * Bugfix: Updating with the master list won't change your [Ignore]d addons (1.0.118)
(The jump in the revision number is due to me relocating the files on the SVN server, effectively adding 15-ish revisions)
EDIT (to prevent m-m-m-multipost!!11): This is probably one of the last revisions of 1.0 (barring "show-stopping bugs"), then I'll start working on...1.1 (which will eventually become 2.0), I guess - but I'll probably let them update separately, so if you want to go from 1.0 (stable) to unstable you have to download the unstable manually ;)
To explain my version numbers (major.minor.revision): the major version number is updated when I feel a release is stable, the minor version number is updated when I change the XML format (and reset to 0 every major version), and the revision is pulled straight from the SVN revision of WUU.py.
It seems after I do anything I have to force quit out though. My pinwheel just keeps spinning. Is this an "operator problem" or still a little buggy? :) Even with the force quit of python, I will keep using. Love it.
Nice :D Can you get me a screenshot? :)
There's some "concurrency issues" if you try to do too much at once - like upgrading an addon while it's scanning for versions, and stuff - which might hang it. I'm fixing that "on the way to 2.0", I guess ;)
The way I use it, is usually "1) Check new versions, wait until ALL addons are checked 2) Upgrade all, wait until it's done"
Question, when I opened WUU this morning several of the addons floated to the top and were highlighted in pink....what does that mean? Like are those the ones that hae updates? Or need to be upgraded? or not classified right?
Pink = Not updated thru WUU yet (may be un-updatable, too)
Yellow = Needs an update
http://digitalmedia.oreilly.com/2006/01/01/mac-os-x-screenshot-secrets.html talks about screenshots in OSX - seems like it's Command+Shift+4 (I don't know these things :P)
Well the picture thing worked like a charm! As you can see, they all look pink. I hit upgrade all after a scan....and it acted like it was working(bluebar moved across lower right corner...then the pinwheel started spinning and would not stop again.
What do you think? I also see I don't have version numbers to compare?
EDIT: I had to try; "Upgrade all" should upgrade your "pink" addons - what does WUU.log (in the same directory as WUU) say?
EDIT2: I think I know why it works that way...Python in Windows has a different way of handling threads :| I'm fixing how I create threads in 1.1, but I'll do a simple patch to 1.0 to make it not use threads on Mac/Linux - the UI will then "hang" on each task you start (like "Check online version" will not update the UI until EVERY addon is checked), but at least it'll work :P)
- Changes how the UI works on non-Windows OS, hopefully fixing the hangs (no changes for Windows, so I won't put out that version today ;))
I did see it try to connect to wowi and all but downloading updates or getting current version numbers did not work...will try again and post results.
Thank you for all your hard work! =)
edit* I see it worked for metamap, which I got from your master list...so I must have done mine wrong. Going to try to fix.
For instance, AutoProfit, has the URL http://www.curse-gaming.com/en/files/details/1417/autoprofit/
The site ID for AutoProfit at CurseGaming, then, is 1417/autoprofit
(the site ID formats for the different sites are explained on http://wuu.vagabonds.info/ :))
I know its possible because it worked for metamap....but that one was pre-done by you...I feels like its not "saving" when I do it. When I click on it again...its blank, like I haven't filled it out before. Does that make sense?
Strange :( I'm torn between making 1.0 work "perfectly" on all OS'es, just continuing to 1.1 and fix it there, or...take a holiday break :P
In any case:
WUU 1.0.121
WUU 1.0.121 source
1.0.121 (2006.12.22):
* Bugfix: AuctioneerAddon.com works now (1.0.121)
* Better Mac support (1.0.119)
See the XXXX in the url box instead of "6153"?
Enjoy your holiday! Just posted this now because I had the time. ( Everyone was out shopping or napping like the baby!, giggles):)
BUMP for this program, Thank you :D
By the way, for Curse-Gaming and UI.Worldofwar.net, they do have a page that has only the addons that works on 2.0 patch, just like Ace's.
http://wow.curse-gaming.com/en/files/search/?cat=1&q=&q_type=0&q_labels=1&lastupdate=3&game=1%3A3
http://ui.worldofwar.net/listv2.php
and both have a search engine for 2.0 addons.
Maybe you could do somethings so people don't have to change the ID manually?
One more thing :P
Since it is a program that update from multi website and there's always some addons that hosted in multi places, but only 1 is up-to-date, others are just hosting the old versions.
Can you make the WUU will check all addons in every websites and will mark the website that hosting the newest version to addon's source site?
Thank you again XD
My solution.
It is now working for every addon in my directory from curse, wowi, ui.wow and wowace. (Except for the new autoprofit which downloaded as a .rar, lol. Seems we can't do .rar in wuu yet. :P I put in a request to Cathmor (the guy who adopted autoprofit at curse) to use .zip.
We shall see. :) That little autoprofit addon has been my thorn for too long! Just wish there was an ace2=. ;)