[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Course_Creation_Log.tex /interface loncreatecourse.pm
raeburn
raeburn at source.lon-capa.org
Tue Dec 17 09:28:37 EST 2013
raeburn Tue Dec 17 14:28:37 2013 EDT
Added files:
/loncom/html/adm/help/tex Course_Creation_Log.tex
Modified files:
/loncom/interface loncreatecourse.pm
Log:
- Documentation for Domain Coordinators Course/Community creation log display.
Index: loncom/interface/loncreatecourse.pm
diff -u loncom/interface/loncreatecourse.pm:1.150 loncom/interface/loncreatecourse.pm:1.151
--- loncom/interface/loncreatecourse.pm:1.150 Mon Jul 22 18:06:51 2013
+++ loncom/interface/loncreatecourse.pm Tue Dec 17 14:28:36 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Create a course
#
-# $Id: loncreatecourse.pm,v 1.150 2013/07/22 18:06:51 bisitz Exp $
+# $Id: loncreatecourse.pm,v 1.151 2013/12/17 14:28:36 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1361,7 +1361,7 @@
'// ]]>'."\n".
'</script>';
my $start_page=&Apache::loncommon::start_page('Course/Community Creation Logs',$js);
- my $crumbs = &Apache::lonhtmlcommon::breadcrumbs('Created Courses/Communities','Creation_Log',undef,'Creation_Log');
+ my $crumbs = &Apache::lonhtmlcommon::breadcrumbs('Created Courses/Communities','Course_Creation_Log',undef,'Course_Creation_Log');
$r->print($start_page.$crumbs."\n".'<div>');
&print_creation_logs($r);
$r->print('</div>'.&Apache::loncommon::end_page());
Index: loncom/html/adm/help/tex/Course_Creation_Log.tex
+++ loncom/html/adm/help/tex/Course_Creation_Log.tex
\label{Course_Creation_Log}
Whenever a course or community is created in a domain, a log entry is recorded which contains the date/time of the transaction, and information about who created it, the course/community title, the course owner, the course type and the context (i.e., whether this created from a course request, from an XML file containing course attributes, or by a Domain Coordinator as a single course via the web interface).
The display of course/community creation activity can be filtered by date range, course type (unofficial course, official course, and community) and creation context.
More information about the LON-CAPA-cvs
mailing list