* remove vendor-specific styles and replace with generics where necessary
* remove browser hacks as far as possible (Presto/Trident)
* remove FontAwesome reference
* minor cleanup
* fix text vars in tooltips for missing entities
* fix notice in weapon GS calculation
* reduce tooltip max width slightly to prevent overlap with secondary tooltip
* a guide is a wrapper around an article providing management tools.
* administration is limited to the review process. Needs to be expanded.
* articles on DB pages are seperate. Editor will be added in the future.
* grid tables no longer clear floating elements (have an eye out if this broke something)
* add 1px to inner tooltips so it doesn't unexpectedly line break
* added support for locale 4
* some strings are missing and will need to be translated at a later date
* thx @qyh214 for a lot of content
Co-authored-by: qyh214 <sandy0214qin@msn.com>
* fixed file generators involving ?_icons table
* known spells onspell detail page should have a localized tooltip
* fixed numer formating in spell tooltips for locales with a ',' as decimal
* fixed php-tag in contribute template, causing parse error
* initial implementation
* this includes a complete reindexing of everything touching icons
* this also means, no linking to red-rocket-site though, they index them differently
Client sounds are cross-referenced with as many other DB-Types as possible. Including, but not limited to:
* Character VOs (Errors, Emotes)
* Creature VOs (Boss Dialogue)
* Zone Music and Ambience
* Sounds triggerd by spells
* Sounds from general item/spell usage, creature behavior
Restrictions:
* only one locale is supported. Choose wisely!
* skipping an error, when handling heirloom-armor with scaled level on external tooltips
the tooltip will now be displayed but without the armor-class changing at level 40
* prevent assigning arbitrary randomEnchantments to items (e.g. Warglaive of Azzinoth of the Whale)
* fixed expected structure of ScalingStatValues (js-scaling heirlooms should be working again)
* weapons are now properly assigned ranged- or melee-dps
need to rerun: php aowow --build=itemScaling
* implemented 'know'-parameter (modifies tooltips based on known spells)
* displayed on spell detail page
* usale as urlParam (&know=<spellId>) or rel-attribute (rel="know=<spellId>)
* fixed text-parsing for spells with a combat rating in the tooltip, that is inside a formula (e.g. spell 24574)
* fixed client tooltip updates when modifying level for affected tooltips
* fixed spell-links on item tooltips with multiple combat ratings
- reviewed and used objects PageTemplate and Locale
- removed associated workarounds
- replaced ~12k tabs with ~48k spaces
- fixed some localization errors
- whoops, forgot to update some Util::$pageTemplate calls to $this