Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 12: Line 12:
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 20:16, 5 April 2009 (UTC)
+
Last Edit: [[User:Zanix|Zanix]] 22:26, 5 April 2009 (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 23:49, 12 November 2008 (CST)</span><br>
+
<span style="color:red;font-weight:bold;">Updated 22:26, 5 April 2009 (UTC)</span><br>
<span style="color:red;font-weight:bold;">Changes as of [http://www.wowroster.net/websvn/log.php?repname=roster SVN-1902]</span>
+
<span style="color:red;font-weight:bold;">Changes as of [http://www.wowroster.net/websvn/log.php?repname=roster SVN-1948]</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>
 +
 +
===Important Changes===
 +
* 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::slot,
 +
** item::tpl_get_icon(),
 +
** item::tpl_get_tooltip(),
 +
** item::tpl_get_itemlink(),
 +
** item::quantity,
 +
** item::slot == 'Ammo'
 +
** Roster and the core addons have been updated to this new format
 +
** Any icon tooltips using the old format will display
  
 
===General Fixes and Enhancements===
 
===General Fixes and Enhancements===
Line 40: Line 52:
 
* Some fixes to the item parser
 
* Some fixes to the item parser
 
* Item and Profession search, changed Lv to localized Level name
 
* Item and Profession search, changed Lv to localized Level name
 +
* Added "Account Bound" item binding type
 +
* Fixed 'maildateutc' error on CP.lua upload
 +
* Added a message to install.php for those trying to directly access it
 +
** Now says "Direct access to install.php is not allowed. Please go to index.php to install."
 +
* Added race and class icons
  
  
Line 49: Line 66:
 
* Glyph data importing
 
* Glyph data importing
 
* 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
  
  
Line 72: Line 90:
 
** Looks up the 'string' key in the current active localization table
 
** Looks up the 'string' key in the current active localization table
 
** Check templates/default/memberslist/memberslist.html for usage examples
 
** Check templates/default/memberslist/memberslist.html for usage examples
 +
* Added <nowiki><!-- TRANSLATE_F --></nowiki> based on <nowiki><!-- TRANSLATE --></nowiki> with printf() abilities.
 +
** First parameter is a locale key string
 +
** Further parameters are template variables. Can be inside loops.
 
* 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_*} koeys 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 writeable
 +
** This has been tested very lightly. If there are any issues with caching, look here first
  
  
Line 101: Line 124:
 
* Patched for the memberslist changes
 
* Patched for the memberslist changes
 
* Patched for new quest data format
 
* Patched for new quest data format
 +
 +
 +
====Professions====
 +
* Fixed sorting
  
  
Line 136: Line 163:
 
* Fixed HTML syntax
 
* Fixed HTML syntax
 
* Added filter settings (disabled on key columns)
 
* Added filter settings (disabled on key columns)
 +
* Made the professions subquery return less rows
 +
* Fixed a warning when the GROUP_CONCAT professions truncates due to field size
  
  

Revision as of 22:26, 5 April 2009

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


WoW Roster 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


Last Edit: Zanix 22:26, 5 April 2009 (UTC)


v2.1.0

Alpha
Updated 22:26, 5 April 2009 (UTC)
Changes as of SVN-1948

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



v1.7.3

Released - February 14, 2007

Fixes


Enhancements



v1.7.2

Released - December 29, 2006

Fixes


Enhancements



v1.7.1

Released - October 21, 2006

Fixes


Changes


Enhancements



v1.7.0

Released - June 17, 2006

Fixes







Enhancements

$wowdb->error() = mysql_error()
$wowdb->fetch_assoc = mysql_fetch_assoc()
$wowdb->fetch_array = mysql_fetch_array()
$wowdb->fetch_row = mysql_fetch_row()
$wowdb->num_rows = mysql_num_rows()
$wowdb->free_result = mysql_free_result()
$wowdb->data_seek = mysql_data_seek()


Important Changes



v1.6.0

Released - February 04, 2006

Fixes


Enhancements


Known Bugs With 1.6.0



v1.5.1

Released - October 20, 2005

Fixes


Enhancements



v1.5.0

Released - October 17, 2005

Fixes


Enhancements



v1.04

Released - July 30, 2005

Fixes


Enhancements



v1.03 [maintainance]

Released - July 11, 2005



v1.03

Released - May 05, 2005

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox