* display a "sells" entry for every combination of currencies the vendor accepts per item
* display every cost combination in the quick infos on the item detail page
* 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 typo inlocalization
* have the profiler queue run at least one cycle so it can get registered as successfully started
* a map popup will no longer scroll the page to bottom
* replaced an input placeholder image with proper placeholder property
* allow strings with less then 3 chars in name search
* store name as binary to allow accent-sensitive search
(note: guilds and arenateams have the same issue but utf8mb4_bin can't be applied blindly as the search also becomes case-sensitive (wich is already handled for profiles))
* reworked default exclusions (hid some things entirely, flagged others for appropriate cases)
* char names consisting of two letters are now valid
* fixed matching enchantments onto ranged weapons
* hide a lot of internal spells from searches
* apply a faction to mount listing, so the Profiler can hide mounts from the opposite faction
* apply GS to profession enchantments
* fixed display of titles
* supply iconstring in the tooltip data as this does not rely on variables within global.js
fixes externally embeded profile tooltips
* further optimize search
- use achievement 4496 as shortcut for everything based around total achievement points
- get talent distribution separately
- get total profiler-items found separately
- opt to not sort found results
* fixed Profiles with zero Achievement Points
* added cache key genrator i forgot :<
* fixed typos
* shorten raid activity string for locale deDE to prevent icons from showing up where they shouldn't (also needed for locale ruRU)
* define offhand frill as unfit for enchantments
* resort raid activity tracker and add placeholder for ulduar
* AOWOW_REVISION is no longer expected to be numeric
this allows for user-defined versions (e.g.4.1c) when changes
within css/js files need to be forced into the web browser or
existing cache files need to be invalidated