Working well from what I can tell. I noticed there is a backup WUU in my addon folder now. Is it supposed to be empty? Or should it be making a backup of my addons? Or is this where "I am" suppose to keep a manual backup? Just curious since it looks like mine is empty. :)
Thank you for all your updates and hard work! Honestly don't know how I managed before this tool.
Working well from what I can tell. I noticed there is a backup WUU in my addon folder now. Is it supposed to be empty? Or should it be making a backup of my addons? Or is this where "I am" suppose to keep a manual backup? Just curious since it looks like mine is empty. :)
Thank you for all your updates and hard work! Honestly don't know how I managed before this tool.
:D
It's where WUU will eventually backup your addons when upgrading :P I've implemented the setting (the directory can be changed in the preferences), but not the feature ;)
curse seems to have changed something - im getting
"2007-01-31 14:19: (DEBUG) AtlasLoot local version: 20070127"
"2007-01-31 14:19: (DEBUG) Could not find addon update date on page - is site ID correct?"
where on the previous days i have Never had a problem
curse seems to have changed something - im getting
"2007-01-31 14:19: (DEBUG) AtlasLoot local version: 20070127"
"2007-01-31 14:19: (DEBUG) Could not find addon update date on page - is site ID correct?"
where on the previous days i have Never had a problem
messages before are BAU - nothing unusual or odd.
Correct, slight, but significant change to the page :(
* Bugfix: Preferences are now applied correctly
* Bugfix: Preferences are no longer applied even if Cancel is pressed
* WoWAce version checks will now use a cached version list (faster, but might not work in all cases - default enabled)
* Added link to change log (if it exists) in the side panel
and you might be right about ruing old code. since a redownload (and a deletion of the old dir) did the trick.
but (atleast my) 1.1.144 seems to not be able to check the cursegaming site.
2007-02-02 20:47: (DEBUG) KLHThreatMeter local version: 20070201
2007-02-02 20:47: (INFO) Upgrading KLHThreatMeter from 20070201 to 20070201
2007-02-02 20:47: (DEBUG) Downloading [url]http://media5.curse-gaming.com/download/73e0f126f55a292cc20f7ab80c30e4442cae399b/1170445705/47/27387/[/url] to KLHThreatMeter-r20070201.zip
2007-02-02 20:47: (INFO) ZIP contains 1 addon(s): KLHThreatMeter
2007-02-02 20:47: (INFO) KLHThreatMeter is upgraded to 20070201
...mine works :( damn. Anything "good" in the log regarding the Curse-addons?
Also, my previous plan for 1.1 isn't valid anymore ;) I have some features I "must" get into the program first, the primary being "Seperately updatable addon site handlers", so I don't have to make a new version of WUU every time a site changes slightly :)
* Win32 only: The .exe is now build on Python 2.5 and wxWindows 2.8.1.1
* Made site regular expressions updatable separately from the rest of WUU
* Added auto-update of regexps when WUU loads (controlled by the "Check WUU version" flag), or manually from the Tools menu
Flagged as a beta (so you'll only get the autoupdate if you've allowed it), since the jump from Python 2.4 to 2.5 is significant, and the regexp code isn't thoroughly tested - please try it anyway, it won't break anything ;)
EDIT: Well, the beta version auto-updater thingy was buggy, so it's a manual update if you want it :( the beta auto-updater will be working in the next release
I really this utility - cross platform and many sites - why, it's pan-tastic! But I've noticed that I can't update the site ids on my Mac - I'm not sure how long or if this has been an issue, as I just switched my primary computer less than a week ago. It seems to me that the AddOn name is being appended insted of the ID. I'm getting messages like: (ERROR) Could not find download URL on http://ui.worldofwar.net/ui.php?id=Venantes when I know I just typed in "3304".
In any event, whether it's catching all my AddOns or just the Ace ones, this wonderful toy is a boon. Thanks for your efforts. :)
Don't know if its me or the new version, but it's faster the before.
That would be the .144 change:
* WoWAce version checks will now use a cached version list (faster, but might not work in all cases - default enabled)
;D I'm grabbing all the versions off the http://files.wowace.com main page instead of checking version.txt in every mod folder - should save a lot of time and server bandwidth.
Quote from Doggabone »
I really this utility - cross platform and many sites - why, it's pan-tastic! But I've noticed that I can't update the site ids on my Mac - I'm not sure how long or if this has been an issue, as I just switched my primary computer less than a week ago. It seems to me that the AddOn name is being appended insted of the ID. I'm getting messages like: (ERROR) Could not find download URL on http://ui.worldofwar.net/ui.php?id=Venantes when I know I just typed in "3304".
In any event, whether it's catching all my AddOns or just the Ace ones, this wonderful toy is a boon. Thanks for your efforts. :)
It's a known problem on OSX :( For some reason, the wxWindows library I use for the GUI works slightly different on Mac - I'm looking into it, but it won't be easy before I get myself a Mac ;) In any case, I'm coding that part of WUU from scratch soon, so maybe that'll fix it...
For now, the only workaround is to edit <WoW dir>\addons.wurm.xml manually...
;D I'm grabbing all the versions off the http://files.wowace.com main page instead of checking version.txt in every mod folder - should save a lot of time and server bandwidth.
* Bugfix: Beta version check is working now
* Addons are now automatically copied to the backup dir before an upgrade (no restore code, yet)
* Other: Cleaned up the code, still much to do, but this will make adding features easier
I just realized; it's over 3 months since I released the first version of WUU :D 150 commits to the SVN server in 3 months, that's 1.67 commits a day!
This version is feature-identical to .145, except for the added backup feature - the main change is that I've moved lots of code around in the source, which might break other features, thus the beta status (I've tested most of the usual stuff, tell me if I missed something ;))
EDIT: Deleting addons is broken :(
EDIT2: Bah, linked to wrong files
Any update on when support for with or without externals will be added? That's the only thing holding me back from using this. :/
The code change I did yesterday was necessary to add the "delete before extract" function, which, in turn, is necessary for the with/without externals choice - I'm guessing I'll have that option in before the week is over ;)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
That's the beta versions of WUU itself, not beta versions of addons on sites (yet) - I didn't get the time to include that feature :(
_________________________________________________
WUU 1.1.140
WUU 1.1.140 source
1.1.140 (2007.01.28):
* Bugfix: Fixed crash on editing addons/changing sites
* Added the missing DLL to the build script
Thank you for all your updates and hard work! Honestly don't know how I managed before this tool.
:D
It's where WUU will eventually backup your addons when upgrading :P I've implemented the setting (the directory can be changed in the preferences), but not the feature ;)
"2007-01-31 14:19: (DEBUG) AtlasLoot local version: 20070127"
"2007-01-31 14:19: (DEBUG) Could not find addon update date on page - is site ID correct?"
where on the previous days i have Never had a problem
messages before are BAU - nothing unusual or odd.
Correct, slight, but significant change to the page :(
I'll try to get a new version out tomorrow.
WUU 1.1.142
WUU 1.1.142 source
1.1.142 (2007.02.01):
* Fixed CurseGaming again (RAR files should work again, too)
* Resized the addon install window again
* Added .png to list of allowed extensions
WUU 1.1.144
WUU 1.1.144 source
1.1.144 (2007.02.01):
* Bugfix: Preferences are now applied correctly
* Bugfix: Preferences are no longer applied even if Cancel is pressed
* WoWAce version checks will now use a cached version list (faster, but might not work in all cases - default enabled)
* Added link to change log (if it exists) in the side panel
Traceback (most recent call last):
File "WUU.py", line 800, in OnSyncAll
AttributeError: 'module' object has no attribute 'resetSearch'
manual check works.
Are you running the .exe or from source?
And could you try downloading WUU 1.1.144 manually and install it? :) Seems like it's somehow using old code :|
and you might be right about ruing old code. since a redownload (and a deletion of the old dir) did the trick.
but (atleast my) 1.1.144 seems to not be able to check the cursegaming site.
...mine works :( damn. Anything "good" in the log regarding the Curse-addons?
Also, my previous plan for 1.1 isn't valid anymore ;) I have some features I "must" get into the program first, the primary being "Seperately updatable addon site handlers", so I don't have to make a new version of WUU every time a site changes slightly :)
sorry for the troubble.
WUU 1.1.145 beta source
1.1.145beta (2007.02.03):
* Win32 only: The .exe is now build on Python 2.5 and wxWindows 2.8.1.1
* Made site regular expressions updatable separately from the rest of WUU
* Added auto-update of regexps when WUU loads (controlled by the "Check WUU version" flag), or manually from the Tools menu
Flagged as a beta (so you'll only get the autoupdate if you've allowed it), since the jump from Python 2.4 to 2.5 is significant, and the regexp code isn't thoroughly tested - please try it anyway, it won't break anything ;)
EDIT: Well, the beta version auto-updater thingy was buggy, so it's a manual update if you want it :( the beta auto-updater will be working in the next release
Don't know if its me or the new version, but it's faster the before.
In any event, whether it's catching all my AddOns or just the Ace ones, this wonderful toy is a boon. Thanks for your efforts. :)
That would be the .144 change:
* WoWAce version checks will now use a cached version list (faster, but might not work in all cases - default enabled)
;D I'm grabbing all the versions off the http://files.wowace.com main page instead of checking version.txt in every mod folder - should save a lot of time and server bandwidth.
It's a known problem on OSX :( For some reason, the wxWindows library I use for the GUI works slightly different on Mac - I'm looking into it, but it won't be easy before I get myself a Mac ;) In any case, I'm coding that part of WUU from scratch soon, so maybe that'll fix it...
For now, the only workaround is to edit <WoW dir>\addons.wurm.xml manually...
Nice one.
WUU 1.1.150 beta source
1.1.150beta (2007.02.03):
* Bugfix: Beta version check is working now
* Addons are now automatically copied to the backup dir before an upgrade (no restore code, yet)
* Other: Cleaned up the code, still much to do, but this will make adding features easier
I just realized; it's over 3 months since I released the first version of WUU :D 150 commits to the SVN server in 3 months, that's 1.67 commits a day!
This version is feature-identical to .145, except for the added backup feature - the main change is that I've moved lots of code around in the source, which might break other features, thus the beta status (I've tested most of the usual stuff, tell me if I missed something ;))
EDIT: Deleting addons is broken :(
EDIT2: Bah, linked to wrong files
The code change I did yesterday was necessary to add the "delete before extract" function, which, in turn, is necessary for the with/without externals choice - I'm guessing I'll have that option in before the week is over ;)