Added stat page
authorMarcel Werk <burntime@woltlab.com>
Wed, 16 Apr 2014 15:07:42 +0000 (17:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 16 Apr 2014 15:07:42 +0000 (17:07 +0200)
commite1fe94539ada90244eb0efe8e55d4f35dd70db39
tree2f27579bc8e817c977e3cbfda3f133f58a9678d7
parentf0e3483ea2c7eb6ffd388003f56b03ce4a5ac804
Added stat page
51 files changed:
com.woltlab.wcf/acpMenu.xml
com.woltlab.wcf/objectType.xml
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/acp/templates/stat.tpl [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/LICENSE.txt [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.colorhelpers.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.colorhelpers.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.canvas.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.canvas.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.categories.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.categories.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.crosshair.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.crosshair.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.errorbars.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.errorbars.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.fillbetween.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.fillbetween.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.image.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.image.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.navigate.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.navigate.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.pie.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.pie.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.resize.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.resize.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.selection.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.selection.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.stack.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.stack.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.symbol.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.symbol.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.threshold.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.threshold.min.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.time.js [new file with mode: 0644]
wcfsetup/install/files/js/3rdParty/flot/jquery.flot.time.min.js [new file with mode: 0644]
wcfsetup/install/files/lib/acp/page/StatPage.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/stat/daily/StatDaily.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/stat/daily/StatDailyAction.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/stat/daily/StatDailyEditor.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/data/stat/daily/StatDailyList.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/stat/AbstractStatDailyHandler.class.php
wcfsetup/install/files/lib/system/stat/AttachmentDiskUsageStatDailyHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/stat/AttachmentStatDailyHandler.class.php
wcfsetup/install/files/lib/system/stat/DislikeStatDailyHandler.class.php [new file with mode: 0644]
wcfsetup/install/files/lib/system/stat/IStatDailyHandler.class.php
wcfsetup/install/files/lib/system/stat/LikeStatDailyHandler.class.php [new file with mode: 0644]
wcfsetup/install/lang/de.xml
wcfsetup/install/lang/en.xml
wcfsetup/setup/db/install.sql