mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part VII
- rewrote Item/Items - BaseType: fixed querey generation wizh null-values in extraOpts - ItemList: * reworked extendJsonStats() to use ?_itemstats istead of parsing on the fly * moved onUse-components used by xml from extendJsonStats() to separate function * the enhance-string passed with tooltips is now checked first - Loot: class is no longer static - Util::parseItemEnchantment() will now accept and return arrays and does only one single lookup - cuFlags are explained in the infobox, when available - JS: * do NOT strip iconStrings. It rightly can contain whitespaces >.< * removed a redundant $WH.ct in Conditions
This commit is contained in:
@@ -9,14 +9,16 @@ ini_set('serialize_precision', 4);
|
||||
require 'includes/defines.php';
|
||||
require 'config/config.php';
|
||||
require 'includes/genericPage.class.php';
|
||||
require 'includes/libs/DbSimple/Generic.php'; // Libraray: http://en.dklab.ru/lib/DbSimple (using mysqli variant: https://bitbucket.org/brainreaver/dbsimple/src)
|
||||
require 'includes/utilities.php';
|
||||
require 'includes/ajaxHandler.class.php';
|
||||
require 'includes/libs/DbSimple/Generic.php'; // Libraray: http://en.dklab.ru/lib/DbSimple (using mysqli variant: https://bitbucket.org/brainreaver/dbsimple/src)
|
||||
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/database.class.php';
|
||||
require 'includes/community.class.php';
|
||||
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
|
||||
require 'localization/lang.class.php';
|
||||
|
||||
|
||||
// autoload List-classes, associated filters and pages
|
||||
spl_autoload_register(function ($class) {
|
||||
$class = str_replace('Filter', '', $class);
|
||||
|
||||
Reference in New Issue
Block a user