Sarjuuk
9c8656f4b5
Admin/Guides
...
* log approver / time as intended
2023-04-18 15:45:01 +02:00
Sarjuuk
14658a5016
Pages/Scripts
...
* do not skip generic page constructor ... ever
2023-04-15 11:46:21 +02:00
wodim
5f708470fc
Localization/Typo ( #354 )
...
* small typo
2023-04-13 22:04:24 +02:00
Sarjuuk
f2a0e75bb1
Scripts/Fixup
...
* fix tooltip localization after 9f1cbc0233
2023-04-13 19:26:23 +02:00
Sarjuuk
4f13c492f3
Pages/Icon ( #360 )
...
* fixed missing icons in used-by-spell tab
2023-04-13 17:48:10 +02:00
Sarjuuk
6123b6bafc
JS/jQuery
...
* workaround jQuery.htmlPrefilter vulnerability
2023-04-13 17:34:52 +02:00
Sarjuuk
2c142c506c
Search/Forms ( #383 )
...
* do not prefil search form with unchecked user input
* thx @Endalaust
2023-04-13 17:34:39 +02:00
Sarjuuk
9f1cbc0233
HTML/Scripts
...
* append a filemtime timestamp to js/css files to work around browser caching after update
* shuffle script handling around a bit
* also user pages cant have community content
* also fix breadcrumbs on items page
2023-04-13 17:30:23 +02:00
Sarjuuk
b06d1a5c2c
Pages/Caching ( #380 )
...
* move localized option sorting to postCache() to prevent real order display in cached versions
2023-04-13 17:26:27 +02:00
Sarjuuk
beb32da3b4
Itemset/Summary ( #351 )
...
* disable compare button for empty item sets
* do not display summary for empty item sets
2023-04-13 17:25:42 +02:00
Sarjuuk
2e82bf84d2
Pages/Spell ( #378 )
...
* fixed effect index offset on DetailPage
2023-04-13 17:25:31 +02:00
Sarjuuk
25ddb0ca99
Items/FAP
...
* show Feral Attack Power on weapons a druid can actually use (incuding 1H-weapons, excluding swords & axes (usually))
2023-04-13 17:25:17 +02:00
Sarjuuk
02239b4f74
Misc/Fixups
...
* 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
2023-04-13 17:21:55 +02:00
Sarjuuk
e0a3c44776
Setup/Spells ( #374 )
...
* fixed rarity color for spells that create items
2023-04-13 17:20:50 +02:00
Sarjuuk
e513e01b29
Setup/TalentIcons ( #382 )
...
* fix icon order for pet talents
2023-04-13 17:16:49 +02:00
Sarjuuk
138dbbc8a5
Game/Text
...
* try to catch more html-like constructs in text blobs and escape them
* ...<hic>!
2023-04-13 17:16:01 +02:00
Sarjuuk
6f87870e09
Item/Tooltips ( #368 )
...
* fixed broken link to required event
2023-04-13 17:15:53 +02:00
Sarjuuk
2210c0c4c5
Spells/Auras ( #379 )
...
* get auras from creature_template_addon for tabs
- npc: abilities
- spell: used by npc
2023-04-13 17:15:28 +02:00
Sarjuuk
8ab8eee1f4
Tooltips
...
* revert e092a69175 as it causes the tooltip to grow when moving the mouse.
* use CSS to solve
2023-04-13 17:13:38 +02:00
Sarjuuk
d77e459da3
Tooltips/TimeFMT
...
* use strings from globalstrings.lua to format time in item and spell tooltips
* fixed item filter ItemCooldown
* fixed timeAgo format
* move item duration to correct position in tooltip
2023-04-13 17:12:58 +02:00
Sarjuuk
6ee0d63766
Update external links to point to wotlk speciffic database
2023-04-13 17:12:02 +02:00
Sarjuuk
0c47f262ea
Userdata
...
* replace input filter FILTER_UNSAFE_RAW (+ STRIP flags) with regex checks to preserve \n and utf8 chars
2023-04-13 17:07:59 +02:00
Sarjuuk
ffa4cf5b29
Misc/Fixes
...
* resolve more spellEffects/Auras
* fixed item filter with multiple upgrade items
* localized unknown spellAura/Effects text
* remove unreferenced error code from image setup
2023-04-13 17:05:30 +02:00
Sarjuuk
ca26955ac2
Setup/SQL
...
* change sql batching to account for non continuous indizes in world tables
2023-04-13 16:48:52 +02:00
Sarjuuk
f05fe60030
Spells/Tooltips
...
* fix level slider for spells with buffs but without tooltips
2023-04-13 16:31:09 +02:00
Sarjuuk
2b15c13e88
User/Guides
...
* fixed copy/paste fail
2023-04-13 16:16:58 +02:00
Sarjuuk
df1ba841c5
Item/Tooltip
...
* display hidden/cosmetic spells for staff
2022-06-10 16:58:18 +02:00
Sarjuuk
47da18b717
Profiler/Caching
...
* redirect to search for subjects without cache, instead of hanging on an empty profile
* todo: fix properly
2022-06-10 16:41:03 +02:00
Sarjuuk
117ab617b6
SAI/Teleport ( #346 )
...
* fixed resolving teleport target for NPCs
2022-06-10 16:00:33 +02:00
Sarjuuk
7e5659f49f
NPC/Waypoints
...
* improve display for NPCs traversing zones and/or floors (e.g.: npc 844)
2022-06-10 15:15:28 +02:00
Sarjuuk
e493acca0d
Item/XML
...
* fix output for currency, quest and key subclasses
2022-06-10 14:40:30 +02:00
Sarjuuk
6de6853cfe
Core/PHP
...
* bump version requirements to v8.0
2022-06-10 14:00:35 +02:00
Sarjuuk
8ec6cc548d
Merge remote-tracking branch 'origin/master'
2022-06-10 13:58:55 +02:00
Sarjuuk
c0e9159c1e
Misc/Fixups
...
* colAddins should be null if not in use
* fix index warnings in search + profiler
* cast url param 'locale' to int for all uses
* fix breadcrumbs for sounds page
* fix determining actionOwner for SmartAI
2022-06-10 13:58:13 +02:00
Dima
1bd752a60f
Typo/Spells ( #343 )
...
* fixed legacy typo in spell power calculation
2022-05-30 16:27:56 +02:00
Sarjuuk
df3694b539
Setup/Mails ( #340 )
...
* fix borked setup after b3e8f5e50f
* thx @jackpoz for the research
2022-05-08 00:22:10 +02:00
Sarjuuk
6594d6fa42
Spells/Tooltips
...
* htmlify \n in spell tooltips & buffs
* allow recursion of Util::parseHtmlText()
2022-04-05 18:32:41 +02:00
Sarjuuk
8425eeb685
Reports
...
* move related functions to separate class
* implement out of date comment handling shorthand
* implement admin interface to work with reports
- listing based on user group
- assign to self / unassign from self
- close with reason
- comment functionality
- reward reputation to creator based on resolution
2022-04-05 15:45:56 +02:00
HelloKitty
2daa724720
README/Typo ( #337 )
...
Fix typo in the Special Thanks section.
2022-03-30 13:18:16 +02:00
Sarjuuk
6db77ed4f2
CommunityContent/Listing
...
* generally use indexed/non-asssociative arrays when returning content
2022-03-28 16:25:09 +02:00
Sarjuuk
b08d30d043
Screenshots/Crop
...
* fixed coordinate filter broken after a8edf6c912
2022-03-28 00:58:43 +02:00
Sarjuuk
b3e8f5e50f
DB/Mails
...
* add field cuFlags to Type:Mail storage (RandomPage search no longer randomly fails, when randomly selecting mails)
2022-03-25 16:41:58 +01:00
Sarjuuk
1f5e2645f0
Misc/Fixups
...
* forgotten rename fails
2022-03-25 16:41:58 +01:00
Sarjuuk
04e55b5498
NPCs/Vendors
...
* show restock time if available
2022-03-25 16:41:49 +01:00
Sarjuuk
32b4c451e4
Misc/Fixup
...
* remove unnecessary tab components from ?unrated-comments page
* fix urls generated by guides listview
2022-03-24 10:38:45 +01:00
Sarjuuk
05f6d68070
Utility
...
* implemented page: unrated-comment
2022-03-23 19:28:40 +01:00
Sarjuuk
e572967c08
Misc/Fixup
...
* lost changes to timestamps from a8edf6c912
* dates on comment, screenshot, video previews are now formatted correctly
2022-03-23 11:19:00 +01:00
Sarjuuk
1dc8d50289
Misc/Fixup
...
* move guide localization, so Lang::typeName can pick it up
* rename forgotten TYPE_* definitions
2022-03-22 22:27:19 +01:00
Sarjuuk
7caabc0fa8
Misc/Fixup
...
* obligatory after-the-fact fixups
2022-03-22 19:07:47 +01:00
Sarjuuk
d819bf60f5
Merge remote-tracking branch 'origin/master'
2022-03-22 15:57:18 +01:00