Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
 
(18 intermediate revisions by one user not shown)
Line 1: Line 1:
 
__NOEDITSECTION__
 
__NOEDITSECTION__
{{Disclaimer}}
+
{{Disclaimer|NoLang}}
 
{{MainMenu|Roster}}
 
{{MainMenu|Roster}}
  
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 at - http://www.wowroster.net
+
You can view the open source project, and for corrections and/or suggestions, visit - http://www.wowroster.net
For corrections and/or suggestions - http://www.wowroster.net
+
  
1.x changes are not shown here, please visit [[Roster:ChangeLog:1x|WoWRoster 1.x Change Log]]
+
Version 1.x changes are not shown here, please see the [[Roster:ChangeLog:1x|WoWRoster 1.x Change Log]]
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 05:38, 19 August 2009 (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 05:38, 19 August 2009 (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://www.wowroster.net/websvn/log.php?repname=roster SVN-1953]</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 license
 +
** WoWRoster is now licensed under GPL v3
 +
** All license pages are updated
 +
* 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
 +
* Default location of Interface Images points to wowroster.net, no more downloading it!
 +
* Support for dual specs
 +
* Armory code updated
 +
* 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
 +
** Called WoWRoster-Profiler
 +
** SavedVariables file is named: wowroster.lua
 +
** Calvin hasn't had the time to provide updates to CP and GP so we have taken over development
 +
** Ours supports Dual talents, multi-level reputation, and more data gathered for recipe reagent items
 +
* 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
* item::out() is now depreciated, please use the following for output and build your own containers for item icons
+
* 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() 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(),
+
** item::tpl_get_icon(), recipe::tpl_get_icon()
** item::tpl_get_tooltip(),
+
** item::tpl_get_tooltip(), recipe::tpl_get_tooltip()
** item::tpl_get_itemlink(),
+
** item::tpl_get_itemlink(), recipe::tpl_get_itemlink()
** item::quantity,
+
** item::quantity, recipe::quantity
** item::slot == 'Ammo'
+
** item::slot
 
** 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 format will display
+
** 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
 +
** Store item_type, item_subtype (same as AH categories for item)
 +
** Store item_rarity (numeric indication of color)
 +
** item_level, the status of the existing item_level column.
 +
* Item data parsing has been updated
 
* Menu is now initalized earlier, hopefully reducing menu errors when Roster errors
 
* Menu is now initalized earlier, hopefully reducing menu errors when Roster errors
 +
* JQuery and JQuery-UI added
 +
** Old javascript functions still exist, some have been converted to use JQuery
 +
* Talent data is now fetched via the Armory
 +
** CP now only gathers talent point allocation
 +
** 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 43: Line 141:
 
** Apparently you can have spaces at the beginning and end of the realm/character/guild name
 
** Apparently you can have spaces at the beginning and end of the realm/character/guild name
 
* Updated class icons to 64px, up from 50px
 
* Updated class icons to 64px, up from 50px
* Changed $_GET[] search to s_term then changed the order of the $_GET[] in the makelink()
 
 
* New Quest Data (see other sections for additional info)
 
* New Quest Data (see other sections for additional info)
 
** All quest links use quest_id now
 
** All quest links use quest_id now
Line 50: Line 147:
 
*** quest_get_one($quest_name)
 
*** quest_get_one($quest_name)
 
*** quest_get_one_id($quest_id, $locale)
 
*** quest_get_one_id($quest_id, $locale)
* Fixed error in lib/dbal/mysql.php
+
* Fixed errors in lib/dbal/mysql.php
 
* Changed behavior of db::error_die, will now just die() and not use die_quietly()
 
* Changed behavior of db::error_die, will now just die() and not use die_quietly()
 
** Roster starts with this enabled, then settings.php sets to false when framework initialization is done
 
** Roster starts with this enabled, then settings.php sets to false when framework initialization is done
Line 61: Line 158:
 
** Now says "Direct access to install.php is not allowed. Please go to index.php to install."
 
** Now says "Direct access to install.php is not allowed. Please go to index.php to install."
 
* Added race and class icons
 
* Added race and class icons
 +
* Moved much of the functionality from menu.php into header.php
 +
* Moved update instructions to the update page, removed from memberslist pages
 +
* Updates to the armory class
 +
* Item/recipe icons now have a "quality" glow, you will see what I mean
 +
* New scope based classes
 +
** Loads common data and template variable for each type of scope
 +
* Added new roster->data value
 +
** ['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
 +
* 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
 +
* 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 71: Line 210:
 
* 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
 +
* Fixed update to detect uniuploader user agent
 +
** Fix preg_match to be case insensitive
  
  
Line 87: Line 229:
 
** frFR: WoWDBU FR seems to be in maintenance mode and Judgehype FR does not seem to support quest id links
 
** frFR: WoWDBU FR seems to be in maintenance mode and Judgehype FR does not seem to support quest id links
 
** 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
 +
* Added locale strings for item quality
  
  
Line 99: Line 243:
 
* Moved locale assignments to template to <nowiki><!-- TRANSLATE --></nowiki> calls in the template
 
* Moved locale assignments to template to <nowiki><!-- TRANSLATE --></nowiki> calls in the template
 
** Replaced many tpl variables with <nowiki><!-- TRANSLATE --></nowiki> instruction in templates
 
** Replaced many tpl variables with <nowiki><!-- TRANSLATE --></nowiki> instruction in templates
** Leftover {L_*} koeys are not strictly locale keys, mainly tooltips or other php set values
+
** Leftover {L_*} keys are not strictly locale keys, mainly tooltips or other php set values
 
** Some core addons may not have been updated
 
** Some core addons may not have been updated
 
* Added is_writeable() before template is written. Fixes issue in step 0 of install when the cache folder may not be writable
 
* Added is_writeable() before template is written. Fixes issue in step 0 of install when the cache folder may not be writable
 
** This has been tested very lightly. If there are any issues with caching, look here first
 
** This has been tested very lightly. If there are any issues with caching, look here first
 
* New, theme.js is used for theme specific javascript, such as tooltip styling
 
* New, theme.js is used for theme specific javascript, such as tooltip styling
 +
* Refreshed look for RosterCP and Roster Diag
  
  
Line 113: Line 258:
  
  
===Core AddOns===
+
====Core AddOns====
 
* Quest data changes
 
* Quest data changes
 
** Quest List, Quest List Search, and Char-Info->Quests updated to not break and use some of the new data, not all though
 
** Quest List, Quest List Search, and Char-Info->Quests updated to not break and use some of the new data, not all though
  
  
====CharacterInfo====
+
====Achievements====
 +
* New AddOn
 +
* Displays character achievements
 +
 
 +
 
 +
====Character Info====
 
* Fix to spellbook sql
 
* Fix to spellbook sql
 
* Char-Info->Quests new template data:
 
* Char-Info->Quests new template data:
Line 124: Line 274:
 
* Changed quest icon to look more like the game icon
 
* Changed quest icon to look more like the game icon
 
* Updated menu tooltips
 
* Updated menu tooltips
 +
* Added companions and mounts
 +
* Added 3D Model Viewer from Armory
 +
** Might not work since Blizzard seems to have removed the functionality
 +
* Added reputation descriptions
 +
* New categorized inventory module
 +
* New inventory module
 +
* 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
 +
* 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
 +
 +
 +
 +
====Guild Info====
 +
* Revamped addon
 +
* Now gathers more guild data present in Cataclysm
 +
* Needs to be enabled to gather most of the new data
 +
  
  
Line 141: Line 318:
  
  
====MembersList====
+
====Members List====
 
* Simplified name_value()
 
* Simplified name_value()
 
* Stripped out client sort
 
* Stripped out client sort
Line 170: Line 347:
 
* Made the professions subquery return less rows
 
* Made the professions subquery return less rows
 
* Fixed a warning when the GROUP_CONCAT professions truncates due to field size
 
* Fixed a warning when the GROUP_CONCAT professions truncates due to field size
 +
* Switched some code around so addons can influence the template file used
 +
** Set the 'template' option to the name of the file to use
 +
* 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
 +
* 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 175: Line 362:
 
* Added Guild Vault search
 
* Added Guild Vault search
 
* Fixed missing 'requires_level' data in VaultItem class
 
* Fixed missing 'requires_level' data in VaultItem class
 +
* Money no longer shows 0 amounts (eg. 100g 0s 0c now shows as 100g)
 +
* Made vault specific css style for each log action
 +
* Prettied up the money log
  
  
Line 180: 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 192: 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 232: 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