Log of /branches/gage_dev/webwork2/conf/database.conf.dist
Parent Directory
Revision
6661 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 30 20:32:23 2010 UTC (2 years, 4 months ago) by
gage
File length: 10266 byte(s)
Diff to
previous 6655
added visible => "published" override to set_version table
(I missed this in the previous commit.)
Revision
6655 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 28 17:49:32 2010 UTC (2 years, 4 months ago) by
gage
File length: 10154 byte(s)
Diff to
previous 6299
changed all occurences of "published" to "visible" and of "unpublished" to "hidden"
also modified database.conf.dist so that visible is aliased to "published".
thus the database reference remains "published" but everything else is changed.
Next project: create an easy automatic upgrade of tables to change field name from
"published" to "visible" and then change back the database.conf.dist
Revision
6113 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 25 00:37:49 2009 UTC (3 years, 7 months ago) by
gage
Original Path:
trunk/webwork2/conf/database.conf.dist
File length: 11948 byte(s)
Diff to
previous 5319
removed sql_moodle as a choice on the add course page since that database structure
is no longer supported.
Added switch to global.conf for determining what level of permissions is needed to see hardcopy errors.
download_hardcopy_view_errors =>"professor",
Revision
4904 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 27 17:04:02 2007 UTC (6 years, 1 month ago) by
glarose
Original Path:
trunk/webwork2/conf/database.conf.dist
File length: 11501 byte(s)
Diff to
previous 4817
Preliminary commit of code to restrict access to assignments by client
IP address. This commit adds the database tables for IP address
restriction, updates check_modules.pl to require Net::IP for address
matching, adds database calls in DB.pm for manipulating locations and
addresses, and adds location restriction to the set editing in
ProblemSetDetail.
This commit does not add actual restriction to sets, nor the ability
to create locations to which to restrict access.
Revision
4072 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 16 18:58:04 2006 UTC (7 years ago) by
sh002i
Original Path:
trunk/webwork2/conf/database.conf.dist
File length: 5488 byte(s)
Diff to
previous 3973
small changes to configuration:
* session key is now 32 chars rather than 40, to make it a little more
manageable in length
* session key now only uses letters and numbers, rather than some
special characters.
* variables $database_dsn, $database_username, $database_password, and
$database_debug are defined in global.conf before database.conf is
loaded. this means that in the typical case, database.conf doesn't
need to be modified at all.
* changes to database.conf to support $database_dsn, $database_username,
$database_password, and $database_debug variables.
* changes to some comments in database.conf, and removal of SQL/GDBM
stubs.
Revision
1696 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Sat Jan 3 20:07:03 2004 UTC (9 years, 4 months ago) by
sh002i
Original Path:
trunk/webwork2/conf/database.conf.dist
File length: 9989 byte(s)
UPDATE YOUR CONFIG FILES! (global.conf.dist, database.conf.dist)
Made changes to support the storage of multiple database layouts in a
single course environment. Database layouts are now stored in a hash
named %dbLayouts in database.conf, and the default layout is aliased to
*dbLayout (see comments in database.conf.dist and global.conf.dist)
sql.conf and gdbm.conf are no longer used.
Support the selection of a specific database layout when instantiating
WeBWorK::DB. WeBWorK::DB now takes a reference to a database layout
rather than an entire course environment.
All calls to WeBWorK::DB::new were updated to pass the correct argument.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.