You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ohm-527 migration for data model
ohm-527 change creation timestamp to created_at field
ohm-527 match ENUM plural form
ohm-527 update table name output
ohm-528 initial logging class and testing pattern
ohm-528 add findCourseAction and update/cleanup tests
ohm-525 fix in memory sqlite db for tests
ohm-525 use global userid
ohm-525 add source file to all metadata
ohm-525 Assessment setting changes logged
ohm-525 update for mass updates not reqiring itemid
ohm-525 Mass change assessment
ohm-525 Unenroll with grade save
ohm-525 Mass Assessment Date Change
ohm-525 Clear Attempts, Question Settings Change, Assessment Settings Change
ohm-525 Clear Attempts
ohm-525 Clear Scores and Attempts
ohm-525 update Clear Scores
ohm-524 delete items
ohm-525 initial Teacher Audit Log Report
ohm-525 use blob for metadata
ohm-525 update for code bugs
ohm-525 record updated scores
ohm-525 update Clear Scores, Clear Attempts. Change 'Grade Override' to 'Grade Change'
ohm-525 mass change dates
ohm-525 Change Grades Old Assessment
ohm-525 record new assessment updates
ohm-525 update include to TeacherAuditLog
ohm-525 build assess2 for production
ohm-525 loadRecord to get score data. Only record if this is a scoreoverride
ohm-525 do not need to log teacher clearing their own scores
ohm-525 clear attempts
ohm-525 do not need to record for adding a new assessment
ohm-525 clean up logged data
ohm-525 record offline, forum and external grades from imas_grades
ohm-525 must be admin to access Teacher Audit Log Report
ohm-525 update breadcrumbs
ohm-525 only pull imas_grades where appropriate
ohm-525 count forums
ohm-525 fix migrations
ohm-525 add to actions file. Allow teacher audit log report to have no information. Add URI to tests
ohm-525 add tracking grades. Add methods to report on count
Copy file name to clipboardExpand all lines: admin/userdetails.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -392,7 +392,8 @@ function hidecourse(el) {
392
392
var cid = $(el).attr("data-cid");
393
393
var thishtml = html + \' <li class="unhide"><a href="#" onclick="unhidecourse(this);return false;">'._('Return to home page course list').'</a></li>\';
394
394
thishtml += \' <li class="hide"><a href="#" onclick="hidecourse(this);return false;">'._('Hide from home page course list').'</a></li>\';
Copy file name to clipboardExpand all lines: admin/userreportdetails.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,7 @@ function hidecourse(el) {
516
516
var thishtml = html + \' <li class="unhide"><a href="#" onclick="unhidecourse(this);return false;">'._('Return to home page course list').'</a></li>\';
517
517
thishtml += \' <li class="hide"><a href="#" onclick="hidecourse(this);return false;">'._('Hide from home page course list').'</a></li>\';
0 commit comments