Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 13: Line 13:
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 08:43, 23 January 2010 (UTC)
+
Last Edit: [[User:Zanix|Zanix]] 06:21, 20 December 2010 (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 08:43, 23 January 2010 (UTC)</span><br>
+
<span style="color:red;font-weight:bold;">Updated 06:21, 20 December 2010 (UTC)</span><br>
<span style="color:red;font-weight:bold;">Changes as of [http://www.wowroster.net/websvn/log.php?repname=roster SVN-2075]</span>
+
<span style="color:red;font-weight:bold;">Changes as of [http://code.google.com/p/wowroster/source/list SVN-2112]</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 26: Line 26:
 
===Important Changes===
 
===Important Changes===
 
* New default theme, old one is gone forever
 
* New default theme, old one is gone forever
 +
* New Interface Image Pack, png is now the default image type
 
* Support for dual specs
 
* Support for dual specs
 
* 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
 +
** 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
 
** 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
 
** Ours supports Dual talents, multi-level reputation, and more data gathered for recipe reagent items
 
* 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
+
* 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::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
 
* 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)
 
* 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
  
  
Line 49: Line 57:
 
** 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 71: Line 78:
 
* Updates to the armory class
 
* Updates to the armory class
 
* Item/recipe icons now have a "quality" glow, you will see what I mean
 
* 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
  
  
Line 97: Line 106:
 
** 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
  
  
Line 109: Line 119:
 
* 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
Line 135: Line 145:
 
* Updated menu tooltips
 
* Updated menu tooltips
 
* Added companions and mounts
 
* Added companions and mounts
 +
* Added 3D Model Viewer from Armory
 +
* Added reputation descriptions
  
  

Revision as of 06:21, 20 December 2010

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

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


Last Edit: Zanix 06:21, 20 December 2010 (UTC)


v2.1.0

Alpha
Updated 06:21, 20 December 2010 (UTC)
Changes as of SVN-2112

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


CharacterInfo


Keys


Professions


PvPLog


MembersList


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