MDL-43682 loglive: Rewrite loglive to use new logging stores
commit5991eb80cd4ffa08ffdc4b0baf2715d9777dfa8d
authorAnkit Agarwal <ankit@moodle.com>
Fri, 4 Apr 2014 06:42:19 +0000 (4 14:42 +0800)
committerAnkit Agarwal <ankit@moodle.com>
Mon, 7 Apr 2014 08:58:44 +0000 (7 16:58 +0800)
treef5b7d6d5349595cd0a0c216bf912912205c84464
parent1a727e121ef94ae80dd2a8a13f49049d3bc25ef3
MDL-43682 loglive: Rewrite loglive to use new logging stores

AMOS BEGIN
 CPY [eventcomponent,report_log],[eventcomponent,report_loglive]
 CPY [eventcontext,report_log],[eventcontext,report_loglive]
 CPY [eventloggedas,report_log],[eventloggedas,report_loglive]
 CPY [eventorigin,report_log],[eventorigin,report_loglive]
 CPY [eventrelatedfullnameuser,report_log],[eventrelatedfullnameuser,report_loglive]
 CPY [nologreaderenabled,report_log],[nologreaderenabled,report_loglive]
 CPY [selectlogreader,report_log],[selectlogreader,report_loglive]
AMOS END
19 files changed:
report/loglive/classes/renderable.php [new file with mode: 0644]
report/loglive/classes/renderer.php [new file with mode: 0644]
report/loglive/classes/renderer_ajax.php [new file with mode: 0644]
report/loglive/classes/table_log.php [new file with mode: 0644]
report/loglive/classes/table_log_ajax.php [new file with mode: 0644]
report/loglive/index.php
report/loglive/lang/en/report_loglive.php
report/loglive/lib.php
report/loglive/loglive_ajax.php [new file with mode: 0644]
report/loglive/settings.php
report/loglive/styles.css
report/loglive/tests/behat/loglive_report.feature [new file with mode: 0644]
report/loglive/version.php
report/loglive/yui/build/moodle-report_loglive-fetchlogs/moodle-report_loglive-fetchlogs-debug.js [new file with mode: 0644]
report/loglive/yui/build/moodle-report_loglive-fetchlogs/moodle-report_loglive-fetchlogs-min.js [new file with mode: 0644]
report/loglive/yui/build/moodle-report_loglive-fetchlogs/moodle-report_loglive-fetchlogs.js [new file with mode: 0644]
report/loglive/yui/src/fetchlogs/build.json [new file with mode: 0644]
report/loglive/yui/src/fetchlogs/js/fetchlogs.js [new file with mode: 0644]
report/loglive/yui/src/fetchlogs/meta/fetchlogs.json [new file with mode: 0644]