Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 02:40, 14 February 2011 (UTC)
+
Last Edit: [[User:Zanix|Zanix]] 04:52, 14 February 2011 (UTC)
  
  
 
==v2.1.0==
 
==v2.1.0==
 
<span style="color:red;font-weight:bold;">Alpha</span><br>
 
<span style="color:red;font-weight:bold;">Alpha</span><br>
<span style="color:red;font-weight:bold;">Updated 02:40, 14 February 2011 (UTC)</span><br>
+
<span style="color:red;font-weight:bold;">Updated 04:52, 14 February 2011 (UTC)</span><br>
<span style="color:red;font-weight:bold;">Changes as of [http://code.google.com/p/wowroster/source/list SVN-2155]</span>
+
<span style="color:red;font-weight:bold;">Changes as of [http://code.google.com/p/wowroster/source/list SVN-2269]</span>
  
 
<span style="color:orange;font-weight:bold;">This can and will change at any moment</span><br>
 
<span style="color:orange;font-weight:bold;">This can and will change at any moment</span><br>
Line 25: Line 25:
  
 
===Important Changes===
 
===Important Changes===
 +
* New licensing
 +
** WoWRoster is now licensed under GPL v3
 +
** All license pages are updated
 
* New default theme, old one is gone forever
 
* New default theme, old one is gone forever
 +
** New look for the installer, matches the default theme!
 
* New Interface Image Pack, png is now the default image type
 
* New Interface Image Pack, png is now the default image type
 
* Support for dual specs
 
* Support for dual specs
 +
* Armory code updated
 
* Talent ranks and data now come from the armory, update this information via RosterCP -> Armory Data
 
* Talent ranks and data now come from the armory, update this information via RosterCP -> Armory Data
 
* WoWRoster now requires a modified version of CharacterProfiler and GuildProfiler which is now updated by us
 
* WoWRoster now requires a modified version of CharacterProfiler and GuildProfiler which is now updated by us
Line 35: Line 40:
 
** Ours supports Dual talents, multi-level reputation, and more data gathered for recipe reagent items
 
** Ours supports Dual talents, multi-level reputation, and more data gathered for recipe reagent items
 
* PHP 5.3 compatibility
 
* PHP 5.3 compatibility
 +
* WoWRoster is now restricted to PHP version 5.1 and higher
 +
* Updated download links for addons that use the WoWRoster.net download system
 
* Split out some icon data for tpl use in item.php
 
* Split out some icon data for tpl use in item.php
 +
* More data is imported for recipe reagents
 
* item::out() and recipe::out() are now depreciated, please use the following for output and build your own containers for item and recipe icons
 
* item::out() and recipe::out() are now depreciated, please use the following for output and build your own containers for item and recipe icons
 +
** item::out() and recipe::out() have a new parameter, $small (bool) - Default false
 +
*** Just in case you need small icons, and still use these functions
 
** item::slot,
 
** item::slot,
 
** item::tpl_get_icon(), recipe::tpl_get_icon()
 
** item::tpl_get_icon(), recipe::tpl_get_icon()
Line 89: Line 99:
 
** ['armoryurl'] Detects US or EU and sets this to their respective armory URL
 
** ['armoryurl'] Detects US or EU and sets this to their respective armory URL
 
* Character Data update is now a pop-up, click on 'Update Instructions' button to see the full page
 
* Character Data update is now a pop-up, click on 'Update Instructions' button to see the full page
 +
* Removed WoWDigger from item and quest link lists as it seems it no longer exists
 +
* Removed Allakhazam from quest links as it seems it has outdated data
 +
* Changed the footer credits, they are now a link with a question mark icon
 +
* New aPrint class library
 +
** Shows MUCH more info than the old aprint.php() function
 +
** Much prettier than the old aprint, all arrays/objects/long strings are collapsed
 +
** Call with APrint::dump($var);
 +
** Old aprint.php() function is now a wrapper, second argument does nothing :(
 +
** New functions available
 +
** ::classes() Prints a list of all currently declared classes
 +
** ::interfaces() Prints a list of all currently declared interfaces
 +
** ::includes() Prints a list of all currently included (or required) files
 +
** ::functions() Prints a list of all currently declared functions
 +
** ::defines() Prints a list of all currently declared constants
 +
** ::extensions() Prints a list of all currently loaded PHP extensions
 +
** ::headers() Prints a list of all HTTP request headers
 +
** ::path() Prints a list of the specified directories under your include_path option
 +
** ::ini() Prints a list of all the values from an INI file
  
  
Line 99: Line 127:
 
* Added processTime var for use with enforceRules()
 
* Added processTime var for use with enforceRules()
 
* Added <nowiki><br /></nowiki> when guild not found, just to clean up output
 
* Added <nowiki><br /></nowiki> when guild not found, just to clean up output
 +
* Added a bit more explanation for guild/character rejection message when rejected by upload rules
  
  
Line 116: Line 145:
 
** Added WoWHead to all locales since it seems their site has data for them
 
** Added WoWHead to all locales since it seems their site has data for them
 
* Moved some strings from core addons to main locale files
 
* Moved some strings from core addons to main locale files
 +
* Added locale strings for item quality
  
  
Line 165: Line 195:
 
* New inventory module
 
* New inventory module
 
* Added talent frame arrows
 
* Added talent frame arrows
 +
* You can access any tab via the URL now
 +
** Append &t=tab_name
 +
** Valid tabs names are: profile, pets, companions, reputation, skills, talents, spellbook, currency
 +
** Members List uses this to direct to the talents tab
 +
* Fixed, char-info-recipes show collapse setting was reversed
 +
* Added, tooltips on quick links for char-info-bags/bank, char-info-recipes
 +
  
  
Line 170: Line 207:
 
* Revamped addon
 
* Revamped addon
 
* Now gathers more guild data present in Cataclysm
 
* Now gathers more guild data present in Cataclysm
 +
* Needs to be enabled to gather most of the new data
  
  
Line 219: Line 257:
 
* Switched some code around so addons can influence the template file used
 
* Switched some code around so addons can influence the template file used
 
** Set the 'template' option to the name of the file to use
 
** Set the 'template' option to the name of the file to use
 +
* Added fix from http://www.wowroster.net/topic6231.html
 +
* Removed icon_size setting
  
  

Revision as of 04:52, 14 February 2011

WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


WoWRoster Change Log

Last Release (v2.0.2) December 21, 2008

You can view the open source project at - http://www.wowroster.net For corrections and/or suggestions - http://www.wowroster.net

Version 1.x changes are not shown here, please visit WoWRoster 1.x Change Log


Last Edit: Zanix 04:52, 14 February 2011 (UTC)


v2.1.0

Alpha
Updated 04:52, 14 February 2011 (UTC)
Changes as of SVN-2269

This can and will change at any moment
This is to just inform about upcoming fixes/changes/enhancements

Important Changes


General Fixes and Enhancements


LUA Update (update.lib.php)


SQL/DB


Locales


Template System


Addon Framework


Core AddOns


Player Achievements


Character Info


Guild Info


Keys


Professions


PvPLog


Members List


Vault



v2.0.2

Released - December 21, 2008

General Fixes and Enhancements



v2.0.1

Released - November 15, 2008

General Fixes and Enhancements

Maintenance release for WotLK for compatibility issues


Locales


Addon Framework


CharacterInfo



v2.0.0

Released - June 20, 2008

Important Notes


Fixes


Changes


Enhancements

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox