mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- implemented comments (in general and as preview on account page & latest comments)
- partially implemented site reputation (required to grant privileges to comments) - reworked 'home'-page (the news-box is now as configurable as you want) - removed some ancient compatibility-code for IE67 (srsly, its 2014!) - dropped associated stylesheets, reviewed the rest - split some user-restrictions to trigger on insufficient siteRep - added text-page: Markup-Guide - implemented new class to handle Markup - bugfixes [TM] - also you will need to reapply the db-dumps (you may want do save account*, news, reports, ..)
This commit is contained in:
@@ -12,6 +12,7 @@ require 'includes/libs/DbSimple/Generic.php'; // Libraray: http://
|
||||
require 'includes/utilities.php'; // misc™ data 'n func
|
||||
require 'includes/ajaxHandler.class.php'; // handles ajax and jsonp requests
|
||||
require 'includes/user.class.php';
|
||||
require 'includes/markup.class.php'; // manipulate markup text
|
||||
require 'includes/database.class.php'; // wrap DBSimple
|
||||
require 'includes/community.class.php'; // handle comments, screenshots and videos
|
||||
require 'includes/loot.class.php'; // build lv-tabs containing loot-information
|
||||
|
||||
Reference in New Issue
Block a user