Sarjuuk
d66a863f55
Template/Update (Part 32)
...
* convert dbtype 'event'
2025-09-25 15:56:50 +02:00
Sarjuuk
e876463f3b
Template/Update (Part 31)
...
* convert dbtype 'quest'
* make use of separate GlobalStrings for spell rewards
2025-09-25 15:56:50 +02:00
Sarjuuk
253cbcb4d9
Template/Update (Part 30)
...
* convert dbtype 'object'
2025-09-25 15:56:50 +02:00
Sarjuuk
f17b4f58bf
Template/Update (Part 29)
...
* convert dbtype 'npc'
2025-09-25 15:56:50 +02:00
Sarjuuk
a824bb106c
Template/Update (Part 28)
...
* convert dbtype 'faction'
2025-09-25 15:56:50 +02:00
Sarjuuk
79c937e0a3
Template/Update (Part 27)
...
* convert dbtype 'currency'
2025-09-25 15:56:49 +02:00
Sarjuuk
f76869ecbe
Template/Update (Part 26)
...
* convert dbtype 'title'
2025-09-25 15:56:49 +02:00
Sarjuuk
e6980ce220
Template/Update (Part 25)
...
* convert dbtype 'spell'
* point spell effects on detail page to spells filter
2025-09-25 15:56:49 +02:00
Sarjuuk
3ba0cc4ade
Template/Update (Part 24)
...
* convert dbtype 'race'
2025-09-25 15:56:48 +02:00
Sarjuuk
64ef350e0d
Template/Update (Part 23)
...
* convert dbtype 'skill'
2025-09-25 15:56:48 +02:00
Sarjuuk
cdb7e1e7ec
Template/Update (Part 22)
...
* convert dbtype 'pet'
2025-09-25 15:56:48 +02:00
Sarjuuk
2dd9265700
Template/Update (Part 21)
...
* convert dbtype 'emotes'
* in setup use voicemacros as additional aliasses
* also fix emote text descriptor
2025-09-25 15:56:47 +02:00
Sarjuuk
e33bc9117c
Template/Update (Part 20)
...
* convert dbtype 'class'
2025-09-25 15:56:47 +02:00
Sarjuuk
98a54cd871
Template/Update (Part 19)
...
* convert dbtype 'achievement'
2025-09-25 15:56:47 +02:00
Sarjuuk
26226e2bad
Template/Update (Part 18)
...
* convert dbtype 'item'
* StatsContainer::toJson - exclude empty values in listviews + xml
2025-09-25 15:56:47 +02:00
Sarjuuk
11bb5a521b
Template/Update (Part 17)
...
* convert dbtype 'itemset'
2025-09-25 15:56:47 +02:00
Sarjuuk
70e4bca10f
Template/Update (Part 16)
...
* convert amalgamation utility.php into separate endpoints
2025-09-25 15:56:47 +02:00
Sarjuuk
503b9458e0
Template/Update (Part 15)
...
* convert comment/reply ajax (add, edit, delete, vote, report and management)
and redirects (comment/reply > db-page)
* update roles when updating own comment/reply
2025-09-25 15:56:47 +02:00
Sarjuuk
12ef04c634
Template/Update (Part 14)
...
* convert ajax for site features
(Profiler exclusions, favorites, custom weights, settings-cookie, contact)
2025-09-25 15:56:47 +02:00
Sarjuuk
d71ab58855
Template/Update (Part 13)
...
* convert dbtype 'enchantment'
2025-09-25 15:56:47 +02:00
Sarjuuk
2899cc881b
Template/Update (Part 12)
...
* convert user page
* update db to handle custom avatars
2025-09-25 15:56:42 +02:00
Sarjuuk
b3b790d424
Template/Update (Part 11)
...
* convert signin/signout functionality
* implement 'log out all devices' option
2025-09-25 15:55:38 +02:00
Sarjuuk
b3ea80c6cc
Template/Update (Part 10)
...
* convert language switcher
2025-09-25 15:55:38 +02:00
Sarjuuk
d03f482864
Template/Update (Part 9)
...
* convert filter handler
2025-09-25 15:55:38 +02:00
Sarjuuk
e17cbfe51f
Template/Update (Part 8)
...
* convert maps tool
2025-09-25 15:55:38 +02:00
Sarjuuk
2c1b1196a7
Template/Update (Part 7)
...
* convert item comparison tool
2025-09-25 15:55:38 +02:00
Sarjuuk
d5275b1bf8
Template/Update (Part 6)
...
* convert talent calculators
2025-09-25 15:55:38 +02:00
Sarjuuk
24cb218060
Template/Update (Part 5)
...
* convert data loader
2025-09-25 15:55:37 +02:00
Sarjuuk
1f5152c871
Template/Update (Part 4)
...
* convert search into separate endpoints
* move shared functionalty to components
* NOTE: acceptance of opensearch has waned over the last decade and
the script should be updated
2025-09-25 15:55:37 +02:00
Sarjuuk
81d9248541
Template/Update (Part 3)
...
* convert amalgamation more.php into separate endpoints
* fix url of help articles
2025-09-25 15:55:31 +02:00
Sarjuuk
5713834f90
Template/Update (Part 2)
...
* convert landing (home) page
2025-09-25 15:32:59 +02:00
Sarjuuk
e943e27b5b
Template/Update (Part 1)
...
* update TrinityCore components to return new Frontend objects
- SmartAI => Markup
- Conditions => Data Listview
* update template files to accept the new Frontend objects
2025-09-25 15:32:59 +02:00
Sarjuuk
226f521439
Template/Endpoints (Base)
...
* redo page render following the logic of:
Response ─┬─> TextResponse ─> TextResponseImpl
└─> TemplateResponse ─> TemplateResponseImpl
* split up giant files, one per response path
* caching becomes a trait, implemented where necessary
* TextResponses (Ajax) can now be cached
* make use of previously defined php classes for js objects
* Tabs, Listview, Tooltip, Announcement, Markup, Book, ...
* \Aowow\Template\PageTemplate is the new class to be cached
* do not discard error messages generated after vars have been sent to template
and store in session for display at a later time
* implement tracking consent management
* move logic out of template into their respective endpoints
2025-09-25 15:32:18 +02:00
Sarjuuk
aeb84327d6
Template/Endpoints (Prep)
...
* modernize DB-Types
- long term: should be split in class that describes the DB-Type and container class that handles multiples
* make unchanging filter props static, allow lookup of criteria indizes through filter
* move username/mail/password checks to util and make them usable as input filter
2025-09-25 15:32:16 +02:00
Sarjuuk
8cf0b6243d
[Live] Markup/Fixup
...
* fix replacing tags with names
2025-09-25 15:32:14 +02:00
Sarjuuk
8243be8d8e
Spells/Tooltips
...
* allow spells to scale up to its maxLevel instead of max player level
(e.g. spell 42891)
2025-09-18 20:20:25 +02:00
Sarjuuk
a4a3876cdc
Items/Fixup
...
* casting the icon string to int may be considered suboptimal
* fixes eb3b4ca5ec
2025-08-11 23:57:15 +02:00
Sarjuuk
4c89c9061e
Filter/Fixup
...
* lost changes to spells from 16eabb90b6
* fix criteria access for icons
2025-08-11 19:49:48 +02:00
Sarjuuk
7d8ffdd7da
ItemFilter/Fixup
...
* fix slot panel after 16eabb90b6
2025-08-08 22:22:38 +02:00
Sarjuuk
eb3b4ca5ec
Core/Optimization
...
* avoid using expensive numeric cast for anything but user inputs
especially within nested loops
* CharStats aggregation should be about x5 faster
2025-08-08 22:10:55 +02:00
Sarjuuk
0753bfbcf6
ItemFilter/Fixup 16eabb90b6
...
* fix lost item grouping
* fix type selector in filter form
* fix item upgrade search
2025-08-06 14:19:17 +02:00
Sarjuuk
8d7c95378c
Core/Cleanup
...
* set type declarations in DB Wrapper
2025-08-06 01:10:24 +02:00
Sarjuuk
16eabb90b6
Core/Cleanup
...
* move DBType Filter base to its own file under components
* modernize class and its children
2025-08-05 21:12:23 +02:00
Sarjuuk
08f0ae711e
Misc/Fixup
...
* fix fetching areatriggers from DB and calculating found matches
* fix Lang concatenating an array of strings with len < 2
* don't show debug-id col in picker windows (Summary/Profiler) and sort them by score if able
2025-08-05 21:11:02 +02:00
Sarjuuk
569c9efca4
Setup/Source
...
* fix copy/paste error breaking item - pvp source query
2025-07-31 18:02:32 +02:00
Sarjuuk
6d3b3e1fcb
Misc/Cleanup
...
* modernize extAuth template and add more help text
* type declarations + cleanup in kernel
* respect max col size when logging errors
2025-07-28 19:47:31 +02:00
Sarjuuk
112acb2216
Zones/QuickFacts
...
* unlink quick facts from articles and store per-row
* new system allows generic and manual QuickFacts to coexist
* fill new table with data for zones
* if someone used static quickFacts .. uh .. good luck?
2025-07-28 00:30:04 +02:00
Sarjuuk
ceec228718
Util/Mails
...
* make sendMail a member of Util
* move mail templates from strings to template files
* enabled debug output to page
2025-07-27 18:37:40 +02:00
Sarjuuk
40b5c992e2
Misc/Fixup
...
* make time formatting js compatible
* add auto-discovery for rss feeds
* fix typos
* define more magic numbers
2025-07-27 16:42:15 +02:00
Sarjuuk
b35ab67360
Items/Stats
...
* fixed stats for random enchanted items with scaling enchantments
* don't send unused 'chance' to Summary tool
2025-07-27 16:42:14 +02:00