mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Weight Scales/Presets:
* moved wt_presets to DB * scales are now saved sensibly instead of just being dumped as is (also, tables have now constrains) * added admin=weight-presets to edit presets * added an internal user on id:0 who 'owns' the wt-presets and the +1 rates on new comments * consequently added constraints to comment-related tables Misc: * Util::toJSON() priorizes its flags over CFG_DEBUG, wich fixes the modelviewer-redButton * moved terrible javascript-dump from admin-page to template
This commit is contained in:
@@ -2841,7 +2841,7 @@ var Markup = {
|
||||
attr:
|
||||
{
|
||||
unnamed: { req: false, valid: /\S+/ },
|
||||
rel: { req: false, valid: /(item|quest|spell|achievement|npc|object)=([0-9]+)/ },
|
||||
rel: { req: false, valid: /(item|quest|spell|achievement|event|npc|object|itemset|currency)=([0-9]+)/ },
|
||||
onclick: { req: false, valid: /[\S ]+/ },
|
||||
tooltip: { req: false, valid: /\S+/ },
|
||||
tooltip2: { req: false, valid: /\S+/ }
|
||||
|
||||
Reference in New Issue
Block a user