[system] Repository:
ViewVC logotype

Revision 956


Jump to revision: Previous Next
Author: sh002i
Date: Fri May 30 21:09:19 2003 UTC (9 years, 11 months ago)
Log Message:
Added the capability to the GlobalTableEmulator to designate a user
whose records will be used as global records. To specify this, set the
globalUserID param for the tables using the GlobalTableEmulator (in
%dbLayout). It's probably good to do this on a per-course basis. Put the
following in your course.conf:

	$dbLayout{set}->{params}->{globalUserID} = "professor";
	$dbLayout{problem}->{params}->{globalUserID} = "professor";

If globalUserID is not present, GlobalTableEmulator will use consensus
(which is very slow!).
-sam

Changed paths:

Path Details
Directorytrunk/webwork-modperl/lib/WeBWorK/DB/Schema/GlobalTableEmulator.pm modified , text changed
Directorytrunk/webwork-modperl/lib/WeBWorK/DB.pm modified , text changed
Directorytrunk/webwork2/lib/WeBWorK/DB/Schema/GlobalTableEmulator.pm modified , text changed
Directorytrunk/webwork2/lib/WeBWorK/DB.pm modified , text changed

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9