[system] / trunk / webwork2 / conf / database.conf.dist Repository:
ViewVC logotype

Log of /trunk/webwork2/conf/database.conf.dist

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 5319 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 13 22:59:59 2007 UTC (5 years, 10 months ago) by sh002i
File length: 11892 byte(s)
Diff to previous 5215
updated copyright dates

Revision 5215 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 24 17:35:39 2007 UTC (5 years, 10 months ago) by sh002i
File length: 11892 byte(s)
Diff to previous 5208
added definition of setting table

Revision 5208 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 21 19:15:50 2007 UTC (5 years, 11 months ago) by sh002i
File length: 11641 byte(s)
Diff to previous 4904
propagate mysql/mysqldump paths to dbLayout params

Revision 4904 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 27 17:04:02 2007 UTC (6 years, 2 months ago) by glarose
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 4817 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 2 23:19:55 2007 UTC (6 years, 3 months ago) by sh002i
File length: 9992 byte(s)
Diff to previous 4797
use updated Merged.pm rather than VersionedMerged.pm

Revision 4797 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 1 22:07:11 2007 UTC (6 years, 3 months ago) by glarose
File length: 10095 byte(s)
Diff to previous 4792
Add stanzas for set_version_merged and problem_version_merged.  These
exist as part of a brutal hack to get NewSQL working with versions.
c.f. DB::Schema::NewSQL::VersionMerged.pm

Revision 4792 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 22 16:43:56 2007 UTC (6 years, 3 months ago) by sh002i
File length: 9285 byte(s)
Diff to previous 4755
add set_version and problem_version tables, change schema for set_user
and problem_user tables.

Revision 4755 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 19 21:58:11 2007 UTC (6 years, 5 months ago) by sh002i
File length: 8649 byte(s)
Diff to previous 4750
add guestsPermissionLevel parameter

Revision 4750 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 18 19:49:26 2007 UTC (6 years, 5 months ago) by sh002i
File length: 8617 byte(s)
Diff to previous 4740
fixed typo in "non_native"

Revision 4740 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 8 20:35:58 2007 UTC (6 years, 5 months ago) by sh002i
File length: 8615 byte(s)
Diff to previous 4579
Preliminary Moodle 1.7 support. There is still some work to do on this,
but I think it belongs in MAIN now.

Revision 4579 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 19 17:35:25 2006 UTC (6 years, 8 months ago) by sh002i
File length: 8588 byte(s)
Diff to previous 4560
move moodle session table access routines to Authen::Moodle.

Revision 4560 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 6 21:21:25 2006 UTC (6 years, 8 months ago) by sh002i
File length: 8213 byte(s)
Diff to previous 4559
mark set_merged and problem_merged as non-native

Revision 4559 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 6 21:18:26 2006 UTC (6 years, 8 months ago) by sh002i
File length: 8165 byte(s)
Diff to previous 4521
add set_merged and problem_merged "tables" to do in-database merging.

Revision 4521 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 25 22:35:05 2006 UTC (6 years, 8 months ago) by sh002i
File length: 7521 byte(s)
Diff to previous 4106
use a single username/password for connecting to the SQL database. this
means that only one DBI handle is created instead of two, and the
Driver's connect/disconnect methods are no-ops.

Revision 4106 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 25 12:06:35 2006 UTC (7 years ago) by gage
File length: 7833 byte(s)
Diff to previous 4105
Corrected typ in spelling of moodle_table_prefix  variable.

Revision 4105 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 25 04:01:44 2006 UTC (7 years ago) by sh002i
File length: 7824 byte(s)
Diff to previous 4103
use correct $moodle_table_prefix variable from global.conf (was
$moodle_prefix). include moodlekey table for now.

Revision 4103 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 25 03:12:57 2006 UTC (7 years ago) by gage
File length: 7883 byte(s)
Diff to previous 4086
Added  definition for $moodle_table_prefix.

REmoved commented out moodlekey table

Revision 4086 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 18 19:49:26 2006 UTC (7 years, 1 month ago) by sh002i
File length: 7907 byte(s)
Diff to previous 4085
fixed typo in last commit.

Revision 4085 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 18 19:46:08 2006 UTC (7 years, 1 month ago) by sh002i
File length: 7907 byte(s)
Diff to previous 4081
add @dblayout_order and %dbLayout_descr (to replace constants in CourseAdmin.pm)

Revision 4081 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 18 19:27:00 2006 UTC (7 years, 1 month ago) by sh002i
File length: 7137 byte(s)
Diff to previous 4074
add non_native=>1 param to moodle tables. CourseManagement.pm will
ignore them.

Revision 4074 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 21:10:35 2006 UTC (7 years, 1 month ago) by sh002i
File length: 7118 byte(s)
Diff to previous 4072
add sql_moodle database layout

Revision 4072 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 16 18:58:04 2006 UTC (7 years, 1 month ago) by sh002i
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 3973 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 25 23:13:56 2006 UTC (7 years, 4 months ago) by sh002i
File length: 5772 byte(s)
Diff to previous 3822
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, 6 months ago) by sh002i
File length: 5772 byte(s)
Diff to previous 2830
disable gdbm and sql database layouts, remove unneeded config options.
this is the first step in removing support for these deprecated database
layouts.

Revision 2830 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 27 17:15:47 2004 UTC (8 years, 8 months ago) by sh002i
File length: 10597 byte(s)
Diff to previous 2689
fixes to make setup easier.

Revision 2689 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 27 21:12:46 2004 UTC (8 years, 9 months ago) by sh002i
File length: 10493 byte(s)
Diff to previous 2310
added sql_single layout

Revision 2310 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 14 22:55:52 2004 UTC (9 years ago) by sh002i
File length: 8176 byte(s)
Diff to previous 2281
updated instructions on how to set the database layout in course.conf.

Revision 2281 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 8 20:03:10 2004 UTC (9 years ago) by sh002i
File length: 8138 byte(s)
Diff to previous 2141
changed default globalUserID to "global_user"

Revision 2141 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 21 23:41:49 2004 UTC (9 years, 1 month ago) by jj
File length: 8210 byte(s)
Diff to previous 1992
Extricating the problem library from DB structure, part III.

Revision 1992 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 3 20:39:16 2004 UTC (9 years, 1 month ago) by jj
File length: 8696 byte(s)
Diff to previous 1945
Added entries related to the problem library.

Revision 1945 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 03:58:30 2004 UTC (9 years, 2 months 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 1806 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 14 04:07:37 2004 UTC (9 years, 4 months ago) by sh002i
File length: 8212 byte(s)
Diff to previous 1800
a few more fixes

Revision 1800 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 14 00:53:17 2004 UTC (9 years, 4 months ago) by sh002i
File length: 8211 byte(s)
Diff to previous 1787
improved documentation on globalUserID, changed default to "global_user"

Revision 1787 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 12 04:25:47 2004 UTC (9 years, 4 months ago) by sh002i
File length: 8141 byte(s)
Diff to previous 1701
strings containing email addresses are now single-quoted
globalUserID is now "globaluser"

Revision 1701 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 5 00:11:07 2004 UTC (9 years, 5 months ago) by sh002i
File length: 8140 byte(s)
Diff to previous 1700
removed junk

Revision 1700 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 5 00:10:18 2004 UTC (9 years, 5 months ago) by sh002i
File length: 10338 byte(s)
Diff to previous 1698
fixed a syntax error

Revision 1698 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 4 07:20:33 2004 UTC (9 years, 5 months ago) by sh002i
File length: 10338 byte(s)
Diff to previous 1696
improved documentation in database.conf.dist and addcourse. added
mksqldb utility.

Revision 1696 - (view) (download) (annotate) - [select for diffs]
Added Sat Jan 3 20:07:03 2004 UTC (9 years, 5 months ago) by sh002i
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.

  Diffs between and
  Type of Diff should be a

Sort log by:

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9