implemented details, lists and filters on quests
- some filter are still missing - didn't bother with the mapper yet - zoneOrSort is still inconsistent for instances - merged all queststarter/-ender into one single table - removed $template-parameter from addGlobalsToJscript and access it through Util - dropped error.tpl and 404.tpl and moved the error-text to aowow_articles - misc improvements here and there
This commit is contained in:
parent
124c362d8e
commit
7af4931b58
72 changed files with 2718 additions and 1627 deletions
|
|
@ -104,7 +104,9 @@ switch ($pageCall)
|
|||
|
||||
break;
|
||||
case 'contactus':
|
||||
die("not yet implemented:\n".print_r($_POST)); // 0:ok; 1:captchaInvalid; 2:tooLong; 3:noReasonGiven; 7:alreadyReported; other:prints String
|
||||
print_r($_POST);
|
||||
print_r($_GET);
|
||||
die("not yet implemented!"); // 0:ok; 1:captchaInvalid; 2:tooLong; 3:noReasonGiven; 7:alreadyReported; other:prints String
|
||||
case 'comment':
|
||||
if ($pageParam == 'rating')
|
||||
die('{"success":true,"error":"","up":7,"down":9}');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue