]> git.mjollnir.org Git - moodle.git/commit
MDL-17463 - reparate capabilities for course and admin reports
authorskodak <skodak>
Sat, 29 Nov 2008 14:22:10 +0000 (14:22 +0000)
committerskodak <skodak>
Sat, 29 Nov 2008 14:22:10 +0000 (14:22 +0000)
commita2e4bf7f236a46f0337b3c56bd8f0eca2f4a6b0e
tree7dfd89edebf758de911a0c14a8834dd83e1352f5
parent088a4df8fcf84e271655426c7b55ca7c8a2a37b1
MDL-17463 - reparate capabilities for course and admin reports
51 files changed:
admin/qtypes.php
admin/report/capability/settings.php
admin/report/courseoverview/db/access.php [new file with mode: 0644]
admin/report/courseoverview/index.php
admin/report/courseoverview/reportsgraph.php
admin/report/courseoverview/settings.php
admin/report/courseoverview/version.php [new file with mode: 0644]
admin/report/log/index.php [deleted file]
admin/report/log/settings.php
admin/report/questioninstances/db/access.php [new file with mode: 0644]
admin/report/questioninstances/settings.php
admin/report/questioninstances/version.php [new file with mode: 0644]
admin/report/stats/index.php [deleted file]
admin/report/stats/settings.php
blocks/admin/block_admin.php
course/lib.php
course/report.php
course/report/log/db/access.php [new file with mode: 0644]
course/report/log/graph.php
course/report/log/index.php
course/report/log/lib.php
course/report/log/live.php
course/report/log/mod.php
course/report/log/version.php [new file with mode: 0644]
course/report/outline/db/access.php [new file with mode: 0644]
course/report/outline/index.php
course/report/outline/mod.php
course/report/outline/version.php [new file with mode: 0644]
course/report/participation/db/access.php [new file with mode: 0644]
course/report/participation/index.php
course/report/participation/mod.php
course/report/participation/version.php [new file with mode: 0644]
course/report/progress/index.php
course/report/progress/mod.php
course/report/stats/db/access.php [new file with mode: 0644]
course/report/stats/graph.php
course/report/stats/index.php
course/report/stats/lib.php
course/report/stats/mod.php
course/report/stats/report.php
course/report/stats/version.php [new file with mode: 0644]
course/user.php
lang/en_utf8/coursereport_log.php [new file with mode: 0644]
lang/en_utf8/coursereport_outline.php [new file with mode: 0644]
lang/en_utf8/coursereport_participation.php [new file with mode: 0644]
lang/en_utf8/coursereport_stats.php [new file with mode: 0644]
lang/en_utf8/report_courseoverview.php [new file with mode: 0644]
lang/en_utf8/report_questioninstances.php
lib/statslib.php
lib/weblib.php
version.php