Log of /trunk/webwork-modperl/conf/database.conf.dist
Parent Directory
Revision
4072 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 16 18:58:04 2006 UTC (7 years ago) by
sh002i
File length: 5488 byte(s)
Diff to
previous 3973
,
to
selected 1945
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
3973 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 25 23:13:56 2006 UTC (7 years, 3 months ago) by
sh002i
File length: 5772 byte(s)
Diff to
previous 3822
,
to
selected 1945
forward-port from rel-2-2-dev: (update copyright date range -- 2000-2006.
this is probably overkill, since there are some files that were created
after 2000 and some files that were last modified before 2006.)
Revision
3822 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 16 23:03:06 2005 UTC (7 years, 5 months ago) by
sh002i
File length: 5772 byte(s)
Diff to
previous 2830
,
to
selected 1945
disable gdbm and sql database layouts, remove unneeded config options.
this is the first step in removing support for these deprecated database
layouts.
Revision
1945 -
(
view)
(
download)
(
annotate)
-
[selected]
Modified
Mon Apr 5 03:58:30 2004 UTC (9 years, 1 month ago) by
sh002i
File length: 8214 byte(s)
Diff to
previous 1806
preliminary web-based course creation support
try it -- create a course called "admin" the usual way and then visit it
in your browser.
Revision
1696 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Sat Jan 3 20:07:03 2004 UTC (9 years, 4 months ago) by
sh002i
File length: 9989 byte(s)
Diff
to
selected 1945
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.