Sarjuuk
2518e4730b
BaseType
...
* revert change to get number total results
this partially reverts bf42973c
2018-04-07 20:52:10 +02:00
Sarjuuk
81335ad6dc
Profiler/Reputation
...
* add missing base values for each race/class
2018-04-02 15:18:28 +02:00
Sarjuuk
492b7cd3c4
Profiler/Tooltips
...
* 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
2018-03-31 23:59:27 +02:00
Sarjuuk
394a2699d8
Profiler
...
* translate anouncements for loc 3
* fix queue locking up on error
* fix queue status display
* fix flagging real characters as private
2018-03-31 17:21:24 +02:00
Sarjuuk
e50333a518
DB/Favorites
...
* implement favorites for DB entries
* click on the star besides the name of the entry to add it to a new quick menu
2018-03-30 19:22:45 +02:00
Sarjuuk
0912248fd5
Misc/Typos
2018-03-29 18:59:09 +02:00
Sarjuuk
fab71f9325
Misc
...
* don't cache playlists
* don't cache new custom profiles
* forgot to sanitize and use param from js
2018-03-29 14:40:46 +02:00
Sarjuuk
bf42973c00
Profiler
...
* 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
2018-03-29 12:47:27 +02:00
Sarjuuk
431e984f03
DB/Structure
...
* update collate to use utf8mb4
* fixed creature paths being capped at 255 waypoints
2018-03-28 11:59:13 +02:00
Sarjuuk
e973e5e33b
Profiler/RaidTracker
...
* ALL the Raids .. track em
2018-03-28 11:55:06 +02:00
Sarjuuk
22d02378ef
Config/Profiler
...
* update config to enable/disable profiler in general, instead of just the queue
* regenerate affected files on config change
2018-03-27 12:41:32 +02:00
Sarjuuk
72c1dacd3f
Profiler/Guilds
...
* fixed forcing guildnames to string for js
* made static string localized
2018-03-26 22:09:53 +02:00
Sarjuuk
160c15a5f2
Misc/Mergefix
...
* added clean db dump
* cleanup fails from profiler merge
* maybe fixed setup being unable to find images for processing
* version push
2018-03-26 19:57:54 +02:00
Sarjuuk
3fd25ca889
Profiler/Backend
...
* added core functions nessecary for profiler
2018-03-22 17:36:28 +01:00
Sarjuuk
b0a5f477c1
Profiler/CLI
...
* move command line related functions to its own class
2018-03-22 16:32:29 +01:00
Sarjuuk
f25498d4d0
Profiler/Gearscore
...
* implement gearscore calculation
im sad and i hate myself
2018-03-22 15:24:36 +01:00
Sarjuuk
fbcf00e0fc
Profiler/Filter
...
* implemented flag options when searching for strings
2018-03-22 14:45:26 +01:00
Sarjuuk
3303722bc7
Profiler/Prep:
...
* misc changes from profiler branch. No real changes on its own
2018-03-22 13:59:30 +01:00
Sarjuuk
5abb3f78cf
Auth/Fixup
...
* fix external login after 49a10e22
2018-02-02 21:15:25 +01:00
Sarjuuk
457e5f1eb5
Items/Armor
...
* fixed calculation of extra armor
2018-02-02 19:26:29 +01:00
Sarjuuk
889f14a64f
User/Auth
...
* import user access from external auth source if available
2017-08-30 17:25:40 +02:00
Sarjuuk
94321ea178
Spell/ShapeshiftForms
...
* move all localized strings to class Lang
* added missing negation in flag check, causing stances not to be displayed
2017-05-15 15:16:58 +02:00
Sarjuuk
7b7ec2d0aa
Admin/siteconfig
...
* also rebuild js-locales when updating available locales
* somewhat unhappy with the access to generated files. need to find a better solution.
2017-05-09 19:11:47 +02:00
Sarjuuk
9c6a789d2b
Admin/config
...
* added onUpdate handler to rebuild affected files
2017-05-07 18:40:45 +02:00
Sarjuuk
33a1a45a63
Misc/Notices
...
* fixed display of GemConditions on enchantment detail page
* correctly initialize class and race masks for items
2017-05-07 01:19:43 +02:00
Sarjuuk
39e917927f
Adomin/Config
...
* urlencode values or loose data on submit
2017-05-06 12:43:00 +02:00
Sarjuuk
4a8fe6de7d
DB/Structure
...
* implemented changed from 309a7f7e2a (achievement reward mail localization)
2017-05-04 20:58:36 +02:00
Sarjuuk
f7f5cafec2
Spells/Tooltips
...
* added base stats to be parsed (where skipped before)
* dummy effects do not singal a healing spell
2017-04-30 13:33:36 +02:00
Sarjuuk
8248dad50a
Misc/Errors
...
* fixes some notices from log
* fixed error when handling cookies
2017-04-29 19:49:46 +02:00
Sarjuuk
12b9e3fa89
Tooltips
...
* place tooltip for daily quests
* place tooltip for real time duration
2017-04-28 20:36:50 +02:00
Sarjuuk
d19a920c09
Filters/Items
...
* fixed forgotten rename, breaking page with certain tabs
* fixed typo, breaking stat weights
2017-04-24 17:06:08 +02:00
Sarjuuk
6377a9e659
Misc
...
* added option to 'verbose' concatenate a list of items to class Lang
* added option to strip tags from a string to class Markdown
* fixed several instances of wrong categories on pages
* actually display world state conditions for zone music
* some typos all over the place
2017-04-23 20:20:44 +02:00
Sarjuuk
959d0ace0b
ListPages/Filter
...
* vastly improved input validation
* content and type validation occurs when filter is created
* contextual filters like itemTypes are now only applied in context
2017-04-23 20:20:34 +02:00
Sarjuuk
a695a4188c
Util/Game
...
* cleanup Util 2/2
* move game related functions and variables to new class: Game
2017-04-19 01:47:03 +02:00
Sarjuuk
f503967c45
Util/Lang
...
* cleanup Util 1/2
* move spell effect/aura strings to Lang
2017-04-19 01:47:03 +02:00
Sarjuuk
c1af1fd884
DB/PageText
...
* update structure for TrinityCore/TrinityCore@fbbe247114
2017-04-19 00:05:06 +02:00
Sarjuuk
6fddbe40a4
Lang/Items
...
* try to account for non-latin formating
* use correct words provided by GlobalStrings.lua
2017-04-13 19:19:26 +02:00
Sarjuuk
5a45c6a5e6
Lang/Items
...
* apply templates from GlobalStrings.lua
* fix some translation errors in the process .. also, if s.o. knows, what constructs like |3-1(%s) do to the passed string, please tell me.
2017-04-13 02:01:12 +02:00
Sarjuuk
33b1e4a978
Misc/Errors
...
* Item/XML
- fixed setting typeId when lookup was item name
- fixed lookup by name with utf8-chars
* Items
- do not display page for invalid categories
* NPC
- fixed reputation display
* Quest
- broke infinite loop occuring when quest is in chain with itself
* Filters
- handle different sizes of cr, crs and crv passed
2017-04-08 03:10:37 +02:00
Sarjuuk
0360f6f600
Misc/Fixups
...
* 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
2017-04-06 23:53:22 +02:00
Sarjuuk
acad94770b
Item/Tooltips
...
* restore icon to tooltips after iconDB-changes tripped over a long forgotten change
2017-04-01 21:28:54 +02:00
Sarjuuk
92394e415a
Spells/Effects
...
* only use MiscValue as spellid for SpellEffect:155
* interpret and display SpellEffect 293
* SpellEffects 131 & 132 can both play audio
2017-03-31 01:05:38 +02:00
Sarjuuk
cd9f90cea9
IconDB/Fixups (obligatory)
...
* table had wrong engine
* two hunter pets have unique icons only referenced in creaturefamily.dbc
* fixed links to rel-tabs
2017-03-29 22:16:08 +02:00
Sarjuuk
ee568da6ec
IconDB
...
* 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
2017-03-29 21:48:14 +02:00
Sarjuuk
4651165e4d
DB/SQL-Modes
...
* force disable special modes that will prevent our funny queries
2017-03-29 19:45:21 +02:00
Sarjuuk
0fc006d2d4
Contribute
...
* added option to hide contribute tabs depending on subject (screenshots for sounds .. yeah, right)
2017-03-29 03:24:28 +02:00
Sarjuuk
fd96f8f758
Errors / Logging
...
* try to log fatal errors if able
2017-03-28 18:00:08 +02:00
Sarjuuk
d91090e806
Admin/Screenshots
...
* do not limit screenshot sources
Search
* display floored maps
2017-03-26 17:18:00 +02:00
Sarjuuk
f0e1e02f03
Admin/Screenshots
...
* do not display deleted screenshots on initial listing
2017-03-25 01:33:38 +01:00
Sarjuuk
b6b734ff36
Fixups
...
* undefined variables in Markup.js
* logic error preventing screenshot uploads
* bitshift by negative value in spell
* and i'm pretty sure i already added an exception handler at one point
2017-03-25 01:26:22 +01:00