Skip to content

Commit

Permalink
[450] Armory Release 4.50
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadez committed Jan 9, 2011
1 parent bfda40a commit da12a40
Show file tree
Hide file tree
Showing 89 changed files with 363 additions and 189 deletions.
175 changes: 175 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
= World of Warcraft Armory =
= Release 4.50 (10 January 2011) =

Implemented features:
- Character RSS Feed feature
Server-side features:
- Database prefix support
Improved:
- Item pages
- Character pages
- Character activity feed feature
- 3D Viewer (new models)
- Armory layout

= World of Warcraft Armory =
= Release Candidate 4.01 (10 October 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- Character achievements comparison (up to 5 characters)
- Character statistics comparison (up to 5 characters)
Server-side features:
- New table `armory_item_sources` with source types for all items
- XSLT template for login page
- Drop "Armory" class inherit from other classes
- Character items storage in Characters class
Improved:
- Search system
- Item pages
- Character activity feed feature
- Talent trees info

= World of Warcraft Armory =
= Release Candidate 3.51 (8 August 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- Items search filters (full implementation)
- Heirloom items support
Server-side features:
- Configuration file version check
- Self written database handler library, DbSimple support was dropped
Improved:
- Character pages
- Item pages
- Search system
- 3D Viewer

= World of Warcraft Armory =
= Release Candidate 3.01 (10 July 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- Dual item tooltips
- Arena match history (basic support, requires provided server core patch)
Server-side features:
- Ruby Sanctum instance support
- Autofill realms data table (armory_realm_data)
- esES/deDE/frFR locale updates
Improved:
- Search system
- Static FAQ pages
- Itemsets improvements
- Character pages
- Item pages
- Revision/database version controller
- Improved XML output system (properly display some locale related special symbols)

= World of Warcraft Armory =
= Release Candidate 2.51 (20 June 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- Random properties/suffixes for items
Server-side features:
- Debug log feature
- New storage for MySQL databases configuration info
Improved:
- Character pages
- Achievements displaying improvements
- Item pages
- Search system
- XSL Templates fixes
- Guild vault feature
- News feature

= World of Warcraft Armory =
= Release Candidate 2.01 (21 May 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- Multi realms support
- Static maintenance page
- Character activity feed (basic support, requires provided server core patch)
- Sorting for arena ladders
- Trinity Core Server support (3.3.3a WoW client version)
Improved:
- Search system
- Character pages
- Item pages
- XSL Templates fixes

= World of Warcraft Armory =
= Release Candidate 1.51 (21 April 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- 3D Model Viewer (basic support)
- Spanish (es_ES) language support
Server-side features:
- Switch to native XSLT templates, use XMLWriter package for data output, Smarty Engine support was dropped
- XML format data
- New cache system
Improved:
- Search system
- Character pages
- Item pages

= World of Warcraft Armory =
= Release Candidate 1.01 (03 March 2010) =
= "Release Candidate 1" in phpDoc header =

Implemented features:
- English (en_GB) locale support
- Character arena teams
- Guild vault
- Arena teams ladder (2v2, 3v3, 5v5)
- Arena team profile
- Account profile & bookmarks support
- Items search filters (basic support)
- Static pages for in-game dungeons & faction reputation rewards
Server-side features:
- Simple cache system for item tooltips
- News support
Improved:
- Character profile
- Character achievements
- Character reputations
- Character talents (with dual talent specialization)
- Guild roster
- Guild statistics
- Item info page
- Item tooltips page
- Search system
- Template improvements

= World of Warcraft Armory =
= Release Candidate 1 (23 December 2009) =

= World of Warcraft Armory =
= Beta (RU-Community) (14 August 2009) =

Implemented features:
- Character profile (basic suppot)
- Character talents (basic suppot)
- Character reputation (basic suppot)
- Character achievements (basic suppot)
- Guild roster
- Guild statistics
- Simple search system (basic support for characters search)
- Item info page (basic suppot)
- Item tooltip page (basic suppot)
- Arena calculator
- Talents calculator (with pet talents calculator)
- Static FAQ pages

= World of Warcraft Armory =
= Alpha (4 August 2009) =

Internal tests

= World of Warcraft Armory =
= Pre-Alpha (26 July 2009) =

Development started
14 changes: 4 additions & 10 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ SYSTEM REQUIREMENTS:

INSTALLATION STEPS:
1. Create new MySQL database (`armory`, for expample) with utf8_general_ci encoding;
2. Unzip sql/wowarmory_rc1_r{LATEST_REVISION}.sql.7z to any folder;
3. Upload unpacked wowarmory_rc1_r{LATEST_REVISION}.sql into `armory` database.
Attention! SQL Query will take a long time while uploading, be prepare for it!
If you get error 'MySQL server has gone away', change Query limit in MySQL server config file (my.ini (or my.cnf)).
Google it, if you don't know what it is;
2. Unzip sql/wowarmory_release_r{LATEST_REVISION}.sql.7z to any folder;
3. Upload unpacked wowarmory_release_r{LATEST_REVISION}.sql and wowarmory_spell_release_r{LATEST_REVISION}.sql into `armory` database.
4. Rename includes/classes/configuration.php.default to configuration.php and edit this file (read comments).
Characters DB configs are stored in
$ArmoryConfig['multiRealm'][1]['*_characters']
Expand Down Expand Up @@ -41,11 +38,8 @@ INSTALLATION STEPS:

ПОРЯДОК УСТАНОВКИ:
1. Создайте новую базу сервера MySQL (`armory`, к примеру) с кодировкой utf8_general_ci;
2. Распакуйте архив sql/wowarmory_rc1_r{ПОСЛЕДНЯЯ_РЕВИЗИЯ}.sql.7z в любую папку;
3. Залейте распакованный wowarmory_rc1_r{ПОСЛЕДНЯЯ_РЕВИЗИЯ}.sql в базу `armory`
Внимание! SQL запрос будет выполняться достаточно долгое время, будьте к этому готовы!
Если вы получаете ошибку 'MySQL Server has gone away', измените лимит запроса в конфигурационном файле сервера MySQL
(my.ini (или my.cnf)). Используйте Google, если не знаете что это и как менять;
2. Распакуйте архив sql/wowarmory_release_r{ПОСЛЕДНЯЯ_РЕВИЗИЯ}.sql.7z в любую папку;
3. Залейте распакованный wowarmory_release_r{ПОСЛЕДНЯЯ_РЕВИЗИЯ}.sql и wowamory_spell_release_r{ПОСЛЕДНЯЯ_РЕВИЗИЯ}.sql в базу `armory`
4. Переименуйте файл includes/classes/configuration.php.default в configuration.php и отредактируйте его (см. комментарии).
Внимание!
Параметры подключения к базе персонажей находятся в:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@package World of Warcraft Armory
@version Release Candidate 1
@revision 376
@version Release 4.50
@revision 450
@copyright (c) 2009-2011 Shadez
@license http://opensource.org/licenses/gpl-license.php GNU Public License

Expand Down
7 changes: 5 additions & 2 deletions THANKS
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
I would like to thank these peoples:
I would like to thank these people:
- Chestr (aka DiSlord),
- SUPERGADGET,
- Fog (aka LordJZ),
- Arcano,
- FearX
for code examples, help & support.
and
- Official MaNGOS/Trinity Core Community
- Russian MaNGOS Comminuty
for code examples, help, support and active bug reporting.
4 changes: 2 additions & 2 deletions achievement-firsts.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions arena-calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions arena-game.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions arena-ladder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions arena-team-game-chart.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions arena-team-report-opposing-teams.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions battlegroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions bookmarks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions cache/_debug/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 438
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-achievements.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 449
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-arenateams.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-feed-atom.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 445
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-feed-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
4 changes: 2 additions & 2 deletions character-feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

/**
* @package World of Warcraft Armory
* @version Release Candidate 1
* @revision 440
* @version Release 4.50
* @revision 450
* @copyright (c) 2009-2011 Shadez
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
Expand Down
Loading

0 comments on commit da12a40

Please sign in to comment.