Log of /trunk/webwork-modperl/conf/global.conf.dist
Parent Directory
Revision
1089 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 9 21:10:03 2003 UTC (9 years, 11 months ago) by
gage
File length: 12095 byte(s)
Diff to
previous 1054
Modified directory so that
lib => $webworkroot/lib
becomes
lib => $pgRoot/lib since this is where the *.pm macro files for the pg language go.
Should this lib be changed to pglib? (there might have to be a lot of changes to make this work.)
-- Mike
Revision
1032 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 5 20:48:39 2003 UTC (9 years, 11 months ago) by
sh002i
File length: 11690 byte(s)
Diff to
previous 1021
removed per-course logs from the initial definition of the
$webworkFiles{logs} hash, and put them below, where the
$courseDirs{logs} variable is defined.
(This is sort of an issue -- I want only files/dirs/URLs that are
necessarily tied to a course to be "course" files/dirs/URLs. The
transaction log (for example) could be in a location that wasn't
course-dependant just as easily. Perhaps this whole business of
"webwork" versus "course" locations is arbitrary? Should it be
rethought?)
Also fixed some formatting problems. (Mike -- I would LOVE it if you
would use spaces for aligning your equals signs, instead of tabs!)
-sam
Revision
1021 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 5 11:48:23 2003 UTC (9 years, 11 months ago) by
gage
File length: 11805 byte(s)
Diff to
previous 1017
Updated global.conf.dist so that it will work out of the box
on webwork1.8 courses using GDBM.
The urls
http://machine/webwork2_files will point to the webwork-modperl/htdocs
http://machine/webwork2_courses should be redirected by apache to
a folder containing links the the html directories of each course.
In other words apache directs .../webwork2_courses to the folder
/ww/htdocs/ which should contain links of the form
gage_course@ -> ../webwork/courses/gage_course/html
--Mike
Revision
1017 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 23:47:35 2003 UTC (9 years, 11 months ago) by
malsyned
File length: 11236 byte(s)
Diff to
previous 811
Instructor pages now only let instructors view and edit the database.
phew.
NOTE that there are new directives in global.conf.dist. You won't be
able to use the professor pages until you've made that change.
Also, I added new template escapes and updated the barebones and ur
templates.
-Dennis
Revision
808 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 17 21:01:17 2003 UTC (10 years, 1 month ago) by
sh002i
File length: 10840 byte(s)
Diff to
previous 798
Lots of work on WWDBv2... WW1Hash is done! A complete dbLayout (as
detailed on global.conf.dist) works now.
-sam
Revision
798 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 21 23:30:16 2003 UTC (10 years, 2 months ago) by
sh002i
File length: 10795 byte(s)
Diff to
previous 774
initial support for WWDBv2:
- DB.pm finished (except for getGlobalUser{Set,Problem} methods)
- schema modules for password, permission, key, and user with
WWDBv1 hash-bashed backends
- GDBM driver
- wwdb command-line frontend
-sam
Revision
774 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 7 02:22:41 2003 UTC (10 years, 2 months ago) by
sh002i
File length: 10560 byte(s)
Diff to
previous 768
conf/global.conf.dist: fixed %dbLayout
doc/new-DB-architecture: removed a meta-note.
-sam
Revision
768 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 6 19:12:38 2003 UTC (10 years, 2 months ago) by
sh002i
File length: 10298 byte(s)
Diff to
previous 740
1. added %dbLayout (for the new DB.pm database system)
2. moved some stuff around
-sam
Revision
740 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 21 21:16:48 2003 UTC (10 years, 2 months ago) by
sh002i
File length: 8583 byte(s)
Diff to
previous 737
1. the new global.conf key {mail}->{feedbackVerbosity} controls the
verbosity level of Feedback.pm messages.
2. Feedback includes a URL when ever the user is logged in.
-sam
Revision
706 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 21 20:25:51 2003 UTC (10 years, 3 months ago) by
sh002i
File length: 8339 byte(s)
Diff to
previous 705
commented out allowedRecipients -- this should probably be set in
course.conf.
-sam
Revision
701 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 10 21:39:29 2003 UTC (10 years, 4 months ago) by
sh002i
File length: 7402 byte(s)
Diff to
previous 700
An MOTD can be displayed on the problem sets page. Define
$courseFiles{motd} to point to a file containing the message.
-sam
Revision
695 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 8 16:23:52 2003 UTC (10 years, 4 months ago) by
sh002i
File length: 7415 byte(s)
Diff to
previous 671
$webworkURLRoot is now taken from Apache::WeBWorK instead of being
specified in global.conf.
-sam
Revision
670 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Dec 6 17:50:24 2002 UTC (10 years, 5 months ago) by
malsyned
File length: 7421 byte(s)
Diff to
previous 663
Added a Professor Tools stub module that provides redirection links to
the WeBWorK 1.8 system
-Dennis
Revision
655 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 25 08:29:55 2002 UTC (10 years, 5 months ago) by
sh002i
File length: 6381 byte(s)
Diff to
previous 654
renamed httpd-wwmp-sample.conf -> httpd-wwmp.conf.dist
fixed a value in global.conf.dist
-sam
Revision
654 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Added
Mon Nov 25 08:23:29 2002 UTC (10 years, 5 months ago) by
sh002i
File length: 6409 byte(s)
renamed global.conf -> global.conf.dist
-sam
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.