ArmorySync 2.6 beta svn[234] for Roster 2.0 Beta
Hi all,
attached you find the new Version of ArmorySync for Roster 2.0 Beta >= svn[1329].
After a long code rewrite an adding feature to it, i now need your help in translating and testing it.
Some words about ArmorySync:
What does it?
- It still syncs your characters with Blizzards Armory. It will do that for single chars, for the whole guild and for all chars on the same realm.
- It syncronises your guild memberlist.
- As of that you will find four buttons in the menu. First in the character menu, second and third in the guild menu and last but not least the fourth in the realm menu.
What you need to know?
- It only works with Roster 2.0 beta.
- Right now it needs a version of armory.class.php that is not downloadable yet ( i put it in the archive ). Not needed anymore
- Translations for ES and FR need to be done. This ist not optional! ArmorySync will not function without doing this translations. The terms for bindings, RepStanding, Skills, Classes and Talenttrees need to be replaced with the exact spelling of the armory to work.
What are known issues?
- ArmorySync right now does not work well with the itemparser. As of that some lines in all items are not parsed correctly. ( hope ds will help on that ). If you are botherd of the debug messages, go and find the switch to turn it off ;-)
What was tested yet?
- German locales, of cause with two guilds and about 160 characters.
- English locales with a british guild with about 105 characters.
What needs to be tested?
- French and spanish locales.
- English locales with an US server.
- Overall functionality
So please help testing. Post you locales, bugs, experience or just praise me
cu
poetter
Changes:
svn[234]
- fixed typo with false in armorysync.class.php line 727
- added cleanup for aborted jobs older than 3 hours
- fixed whitespaces and "Undead" in raceEN
- added frFR locales - thx again to tuigii
svn[233]
- added different locales to enUS frFR and esES
svn[232]
- added more _checkContent
- added credits to enUS, esES and frFR
- brought all code logic from index.php's, memberlist.php and guildadd.php back to armorysyncjob.class.php
- fixed unurldecoded strings in guildadd
- added config options for diffrent access levels
- added start page before syncing
- added pugro to credits
svn[230]
- added armory fetch timeout to config
- added credits to footer
svn[228]
- fixed makelink again
- implemented content check
- switched output to template based
- changed log of memberlist update to overlib
svn[226]
- fixed makelink problem
svn[225]
- fixed max value of class skills poison and lockpicking
- replaced all url's with a makelink() created one
- replaced mb_convert_encoding with a more compatible workaround
- Added ClassEn, RaceEn and Power to CharacterInfos
- changed to use faction reputation from the base locales
- played more with templates. started to code armporysyncjob.show_status with templates (not activated yet)
svn[224]
- changed function _getLocalisedTime to not use DateTime / thx to Subxero@wowroster.net
- replaced all $_REQUEST with $roster->data where possible and $_GET where not
svn[223]
- added urldecode to $_POST variables / thx to Subxero@wowroster.net
- added frensh locales / thx to tuigii@wowroster.net
- added standard rank texts to guild sync
- fetch guild_rank and guild_title from db as workaround for memberlist update hook
- started playing with templates and added a simple footer
- fixed shaman_talenticons.php / thx to tuigii@wowroster.net
svn[222]
- Added new feature for adding a new guild and sync memberlist in util section
svn[221]
- fixed realm syncing
svn[220]
- changed case of all files to lowercase
- fixed some enUS locales
svn[207]
- fixed error in sql statement line 511 ArmorySyncJob.class.php
svn[206]
- moved repository to wowroster.net/svn/rost...armorysync new revision
svn[716]
- added meberlist.php to archive
svn[714]
- fixed case problem in ArmorySync.class.php