Roster:ChangeLog

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
Line 11: Line 11:
  
 
----
 
----
Last Edit: [[User:Zanix|Zanix]] 23:30, 11 July 2007 (PDT)
+
Last Edit: [[User:Zanix|Zanix]] 19:09, 25 July 2007 (PDT)
  
  
 
===v1.8.0===
 
===v1.8.0===
 
<span style="color:red;font-weight:bold;">In development</span><br>
 
<span style="color:red;font-weight:bold;">In development</span><br>
<span style="color:red;font-weight:bold;">Updated 23:30, 11 July 2007 (PDT)</span><br>
+
<span style="color:red;font-weight:bold;">Updated 19:09, 25 July 2007 (PDT)</span><br>
<span style="color:red;font-weight:bold;">Changes as of [http://www.wowroster.net/websvn/log.php?repname=roster1 SVN-1006]</span>
+
<span style="color:red;font-weight:bold;">Changes as of [http://www.wowroster.net/websvn/log.php?repname=roster1 SVN-1122]</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 63: Line 63:
 
** members table
 
** members table
 
**: Removed `update_time`
 
**: Removed `update_time`
 +
** items table
 +
**: Added `locale`
 
** pet table
 
** pet table
 
**: Completly changed
 
**: Completly changed
Line 79: Line 81:
 
* tradeskills fix > http://www.wowroster.net/Forums/viewtopic/p=15858.html#15858 (zanix)
 
* tradeskills fix > http://www.wowroster.net/Forums/viewtopic/p=15858.html#15858 (zanix)
 
* Missing $wowdb->escape() when testing the number of alts (pleegwat)
 
* Missing $wowdb->escape() when testing the number of alts (pleegwat)
* Slight bug in the search page (zanix)
 
 
* Last Updated fix -> http://www.wowroster.net/ProjectsPro/report/report_id=47.html (zanix)
 
* Last Updated fix -> http://www.wowroster.net/ProjectsPro/report/report_id=47.html (zanix)
 
* Character removal process improved (zanix)
 
* Character removal process improved (zanix)
Line 86: Line 87:
 
* message_die() has been changed to roster_die() (zanix)
 
* message_die() has been changed to roster_die() (zanix)
 
** This is because phpbb uses message_die()
 
** This is because phpbb uses message_die()
* search.php now uses colortooltip() function instead of parsing tooltips on it's own (zanix)
 
 
* Memberlog is now updated with the guild updated time (zanix)
 
* Memberlog is now updated with the guild updated time (zanix)
 
* So very many notice errors removed (zeryl)
 
* So very many notice errors removed (zeryl)
Line 94: Line 94:
 
* Added level check in rogue portion of keys.php (zeryl)
 
* Added level check in rogue portion of keys.php (zeryl)
 
* Item (and bag) class now gets the clientLocale itself instead of having to pass it (zanix)
 
* Item (and bag) class now gets the clientLocale itself instead of having to pass it (zanix)
* Added border on search page when items don't exist (zeryl)
 
 
* c.php now uses Roster's link constant (zanix)
 
* c.php now uses Roster's link constant (zanix)
 
* Config does not query the db when data is processed for saving (zanix)
 
* Config does not query the db when data is processed for saving (zanix)
Line 118: Line 117:
 
* Added stripslashes to $update.lib->tooltip (zanix)
 
* Added stripslashes to $update.lib->tooltip (zanix)
 
** Seems tooltips we being entered double escaped
 
** Seems tooltips we being entered double escaped
 +
* added some data checking in do_pets() inupdate.lib.php. Would produce Undefined Indexes for pets that have not been scanned fully. (ds)
 +
* Character equipped item bonuses code has been re-vamped, it should be much easier to handle changes in blizz's data (ds)
 +
* minCPver and minGPver now use the actual CP and GP version numbers and not the dbversion number (zanix)
  
  
Line 154: Line 156:
 
* Changed Itemlinks, when you click on an item, a pop-up comes up with a list of available item link locations (zanix)
 
* Changed Itemlinks, when you click on an item, a pop-up comes up with a list of available item link locations (zanix)
 
** Updated all of roster to use new item linking
 
** Updated all of roster to use new item linking
* search.php has been changed so now each member is in their own box (zanix)
 
 
* Moved the addon scanner makeAddonList() and DateDataUpdated() to commomfunctions.lib.php (zanix)
 
* Moved the addon scanner makeAddonList() and DateDataUpdated() to commomfunctions.lib.php (zanix)
 
* Moved around the keys in locale files (zanix)
 
* Moved around the keys in locale files (zanix)
Line 235: Line 236:
 
** This improves the loading time of most of the roster pages
 
** This improves the loading time of most of the roster pages
 
* MOTD text mode changed to look more like image version (adric)
 
* MOTD text mode changed to look more like image version (adric)
 +
* Added add_ifvalue() to allow for checking of the value before insert in update.lib.php (zeryl)
 +
* function border() now accepts an optional 4th parameter, width (zanix)
  
  
Line 259: Line 262:
 
*** Pass an array of additional GET vars if you need them array('name'=>'value')
 
*** Pass an array of additional GET vars if you need them array('name'=>'value')
 
* Item parsing (ds)
 
* Item parsing (ds)
 +
** The items class has been enhanced to parse the tooltip to its separate elements
 +
** There is alot more data now that is available for an item
 +
** Check the wiki for more info
 
* Gems support (ds)
 
* Gems support (ds)
 +
* Massively improved search system (anaxent)
 +
** Features include
 +
*** Able to search any installed, active addon that have a search.inc file within there inc directory
 +
*** Ability to search only with in a particular addon
 +
*** Advanced Search options per addon
 +
*** Addons can create their own search results display using the $item['html'] = variable in the search class
 
* Roster now uses an error handler (zanix)
 
* Roster now uses an error handler (zanix)
 
** All php errors are saved and stored and displayed in the Roster footer if $roster->config['debug_mode'] is enabled
 
** All php errors are saved and stored and displayed in the Roster footer if $roster->config['debug_mode'] is enabled
Line 313: Line 325:
 
* Tradeskill icons are now clickable in memberslist (zanix)
 
* Tradeskill icons are now clickable in memberslist (zanix)
 
* New header logo (adric)
 
* New header logo (adric)
 +
* Eye of the Storm summary added to pvplog (zanix)
 +
* Added lua upload access control (zanix)
 +
** GP, CP, and other LUA data all have separate level restrictions
  
  

Revision as of 02:09, 26 July 2007

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 (v1.7.3) Feburary 14, 2007

You can view the open source project at - http://www.wowroster.net

For corrections and/or suggestions - http://www.wowroster.net


Last Edit: Zanix 19:09, 25 July 2007 (PDT)


v1.8.0

In development
Updated 19:09, 25 July 2007 (PDT)
Changes as of SVN-1122

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

Important Notes


Fixes


Changes



Enhancements



v1.7.3

Released - Feburary 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