Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
 
(10 intermediate revisions by one user not shown)
Line 4: Line 4:
  
 
==WoWRoster Change Log==
 
==WoWRoster Change Log==
 +
Last Release (v2.3.0) September 9, 2012
  
Last Release (v2.0.2) December 21, 2008
+
You can view the open source project, and for corrections and/or suggestions, visit - http://www.wowroster.net
  
You can view the open source project at - http://www.wowroster.net
+
Version 1.x changes are not shown here, please see the [[Roster:ChangeLog:1x|WoWRoster 1.x Change Log]]
For corrections and/or suggestions - http://www.wowroster.net
+
 
+
Version 1.x changes are not shown here, please visit [[Roster:ChangeLog:1x|WoWRoster 1.x Change Log]]
+
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 04:52, 14 February 2011 (UTC)
+
Last Edit: [[User:Zanix|Zanix]] 13:09, 9 September 2012 (MDT)
  
  
==v2.1.0==
+
==v2.x.x==
<span style="color:red;font-weight:bold;">Alpha</span><br>
+
<span style="color:red;font-weight:bold;">In Development</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;">13:09, 9 September 2012 (MDT)</span><br>
<span style="color:red;font-weight:bold;">Changes as of [http://code.google.com/p/wowroster/source/list SVN-2269]</span>
+
<span style="color:red;font-weight:bold;">Latest [http://code.google.com/p/wowroster/source/list SVN commit]</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>
 
<span style="color:orange;font-weight:bold;">This is to just inform about upcoming fixes/changes/enhancements</span>
 
<span style="color:orange;font-weight:bold;">This is to just inform about upcoming fixes/changes/enhancements</span>
 +
 +
 +
 +
 +
==v2.3.0==
 +
Released - September 9, 2012<br>
 +
SVN Tagged build: 2615
 +
 +
<span style="color:red;font-weight:bold;">Change log will be updated soon</span><br>
 +
<span style="color:red;font-weight:bold;">You can view the SVN commit messages here for now [http://code.google.com/p/wowroster/source/list SVN Source]</span>
 +
 +
===Important Changes===
 +
* Mists of Pandaria support
 +
 +
 +
===General Fixes and Enhancements===
 +
 +
 +
===Addon Framework===
 +
 +
 +
====Core AddOns====
 +
 +
 +
 +
 +
==v2.2.0==
 +
Released - July 15, 2012<br>
 +
SVN Tagged build: 2573
 +
 +
<span style="color:red;font-weight:bold;">Change log will be updated soon</span><br>
 +
<span style="color:red;font-weight:bold;">You can view the SVN commit messages here for now [http://code.google.com/p/wowroster/source/list SVN Source]</span>
 +
 +
===Important Changes===
 +
* WoWAPI, a interface to the Armory
 +
** Armory data now uses WoWAPI
 +
 +
 +
===General Fixes and Enhancements===
 +
* Fixed: Installation template error
 +
* Synced install css style with default style
 +
 +
 +
===Addon Framework===
 +
 +
 +
====Core AddOns====
 +
 +
 +
 +
 +
==v2.1.0==
 +
Released - June 15, 2011<br>
 +
SVN Tagged build: 2337
  
 
===Important Changes===
 
===Important Changes===
* New licensing
+
* New license
 
** WoWRoster is now licensed under GPL v3
 
** WoWRoster is now licensed under GPL v3
 
** All license pages are updated
 
** All license pages are updated
Line 31: Line 83:
 
** New look for the installer, matches the default theme!
 
** 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
 +
* Default location of Interface Images points to wowroster.net, no more downloading it!
 
* Support for dual specs
 
* Support for dual specs
 
* Armory code updated
 
* Armory code updated
Line 55: Line 108:
 
** Roster and the core addons have been updated to this new format
 
** Roster and the core addons have been updated to this new format
 
** Any icon tooltips using the old class method will display for now, but might not in later versions
 
** Any icon tooltips using the old class method will display for now, but might not in later versions
 +
* New centralized messaging system
 +
** $roster->set_message($text, $title, $type)
 +
** $text - the body of the message
 +
** $title (optional) The title of the message
 +
** $type (optional) the type of the message, currently two types 'status', 'error'
 
* Added item.html template, an example of how to build an item container (not used in Roster)
 
* Added item.html template, an example of how to build an item container (not used in Roster)
 
* New Item data
 
* New Item data
Line 67: Line 125:
 
** CP now only gathers talent point allocation
 
** CP now only gathers talent point allocation
 
** This makes the CP files MUCH smaller
 
** This makes the CP files MUCH smaller
 +
* Changed get_scope_data() to not die when data is not found
 +
** Instead, the scope and anchor are set to the util scope
 +
** Some addons will need to add some additional checks for data
 +
* Added RosterGD Library
 +
** Common GD image manipulation functions
 +
** Guild Info graph images, Realm Status, and MOTD image use this library
 +
* Added new parameters for makelink()
 +
** $anchor: (bool) allows you to disable the anchor tag in the link
 +
** $ext: (string) allows you to change the url extension for the link, default is 'html'
 +
* New realmstatus design!
  
  
Line 117: Line 185:
 
** ::path() Prints a list of the specified directories under your include_path option
 
** ::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
 
** ::ini() Prints a list of all the values from an INI file
 +
* Fixed bug for adding upload rules, validator was only checking one field for emptyness
 +
* Menu Config
 +
** Adjusted sort and unused boxes
 +
** Fixed 'add menu button'
 +
*** Now has icon when added
 +
** Added help for adding menu buttons
 +
* Changed function die_quietly() to only print a border is there is information to print
 +
* Changed when the database is closed in die_quietly() and roster_die()
 +
* Changed detection of invalid addon url characters a bit sooner
 +
* Changed the tooltips a bit
 +
** Removed opacity javascript, now using a transparent png background image
 +
** Changed the bordering, it's round in ie9, chrome, and firefox
 +
* Changed realmstatus timestamp to a real unix timestamp
 +
* Merged Realm Status display and type into one config item
 +
* Item parser picks up Heroic now
  
  
Line 128: Line 211:
 
* 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
 
* Added a bit more explanation for guild/character rejection message when rejected by upload rules
 +
* Fixed update to detect uniuploader user agent
 +
** Fix preg_match to be case insensitive
  
  
Line 191: Line 276:
 
* Added companions and mounts
 
* Added companions and mounts
 
* Added 3D Model Viewer from Armory
 
* Added 3D Model Viewer from Armory
 +
** Might not work since Blizzard seems to have removed the functionality
 
* Added reputation descriptions
 
* Added reputation descriptions
 
* New categorized inventory module
 
* New categorized inventory module
Line 201: Line 287:
 
* Fixed, char-info-recipes show collapse setting was reversed
 
* Fixed, char-info-recipes show collapse setting was reversed
 
* Added, tooltips on quick links for char-info-bags/bank, char-info-recipes
 
* Added, tooltips on quick links for char-info-bags/bank, char-info-recipes
 +
* Changed reputation info text to only show when hovering a ? icon
 +
* Changed alt indication in char-info
 +
** An icon appears next to the character name if they belong to/or have alts
 +
** Hovering over the icon shows a tooltip
 +
** Clicking the icon allows you to click the links in the tooltip
 +
* Talent Export now uses WoWHead
  
  
Line 258: Line 350:
 
** 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
 
* Added fix from http://www.wowroster.net/topic6231.html
 +
** "When clicking the next button in the Member log I get a bunch of errors."
 
* Removed icon_size setting
 
* Removed icon_size setting
 +
* Changed talent spec icons, both specs show in tooltip, main spec shows in list
 +
* Changed player tooltip, using localized word for 'level'
 +
** Removed : when player has no guild rank, removed 'in zone' when 'zone' is missing
 +
** Removed 'last online' if it is missing
 +
* If pagination was broke, it should work now
  
  
Line 272: Line 370:
  
 
==v2.0.2==
 
==v2.0.2==
Released - December 21, 2008
+
Released - December 21, 2008<br>
 +
SVN Tagged build: 1927
 +
 
 
===General Fixes and Enhancements===
 
===General Fixes and Enhancements===
 
* Death Knight talent spec icons
 
* Death Knight talent spec icons
Line 284: Line 384:
  
 
==v2.0.1==
 
==v2.0.1==
Released - November 15, 2008
+
Released - November 15, 2008<br>
 +
SVN Tagged build: 1910
 +
 
 
===General Fixes and Enhancements===
 
===General Fixes and Enhancements===
 
'''Maintenance release for WotLK for compatibility issues'''
 
'''Maintenance release for WotLK for compatibility issues'''
Line 324: Line 426:
  
 
==v2.0.0==
 
==v2.0.0==
Released - June 20, 2008
+
Released - June 20, 2008<br>
 +
SVN Tagged build: 1801
 +
 
 
===Important Notes===
 
===Important Notes===
 
* '''Roster has changed drastically, there is so much new and different from the last version (1.7.3)'''
 
* '''Roster has changed drastically, there is so much new and different from the last version (1.7.3)'''

Latest revision as of 19:09, 9 September 2012

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.3.0) September 9, 2012

You can view the open source project, and for corrections and/or suggestions, visit - http://www.wowroster.net

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


Last Edit: Zanix 13:09, 9 September 2012 (MDT)


v2.x.x

In Development
13:09, 9 September 2012 (MDT)
Latest SVN commit

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



v2.3.0

Released - September 9, 2012
SVN Tagged build: 2615

Change log will be updated soon
You can view the SVN commit messages here for now SVN Source

Important Changes


General Fixes and Enhancements

Addon Framework

Core AddOns

v2.2.0

Released - July 15, 2012
SVN Tagged build: 2573

Change log will be updated soon
You can view the SVN commit messages here for now SVN Source

Important Changes


General Fixes and Enhancements


Addon Framework

Core AddOns

v2.1.0

Released - June 15, 2011
SVN Tagged build: 2337

Important Changes


General Fixes and Enhancements


LUA Update (update.lib.php)


SQL/DB


Locales


Template System


Addon Framework


Core AddOns


Achievements


Character Info


Guild Info


Keys


Professions


PvPLog


Members List


Vault



v2.0.2

Released - December 21, 2008
SVN Tagged build: 1927

General Fixes and Enhancements



v2.0.1

Released - November 15, 2008
SVN Tagged build: 1910

General Fixes and Enhancements

Maintenance release for WotLK for compatibility issues


Locales


Addon Framework


CharacterInfo



v2.0.0

Released - June 20, 2008
SVN Tagged build: 1801

Important Notes


Fixes


Changes


Enhancements

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox